tag: avoid NULL pointer arithmetic
René Scharfe committed almost 9 years ago
graph: use strbuf_addchars() to add spaces
René Scharfe committed almost 9 years ago
use strbuf_addstr() for adding strings to strbufs
René Scharfe committed almost 9 years ago
path: use strbuf_add_real_path()
René Scharfe committed almost 9 years ago
Martin Ågren committed almost 9 years ago
coccinelle: remove parentheses that become unnecessary
René Scharfe committed almost 9 years ago
submodule--helper: introduce get_submodule_displaypath()
Prathamesh Chavan committed almost 9 years ago
pretty.c: delimit "%(trailers)" arguments with ","
Taylor Blau committed almost 9 years ago
mru: use double-linked list from list.h
Olga Telezhnaya committed almost 9 years ago
refs: pass NULL to resolve_refdup() if hash is not needed
René Scharfe committed almost 9 years ago
refs: pass NULL to refs_resolve_refdup() if hash is not needed
René Scharfe committed almost 9 years ago
fsmonitor: add a performance test
Ben Peart committed about 9 years ago
fsmonitor: add a sample integration script for Watchman
Ben Peart committed about 9 years ago
fsmonitor: add test cases for fsmonitor extension
Ben Peart committed about 9 years ago
split-index: disable the fsmonitor extension when running the split index test
Ben Peart committed about 9 years ago
fsmonitor: add a test tool to dump the index extension
Ben Peart committed about 9 years ago
update-index: add fsmonitor support to update-index
Ben Peart committed about 9 years ago
ls-files: Add support in ls-files to display the fsmonitor valid bit
Ben Peart committed about 9 years ago
fsmonitor: add documentation for the fsmonitor extension.
Ben Peart committed about 9 years ago
Ben Peart committed about 9 years ago