clean: avoid removing untracked files in a nested git repository
Elijah Newren committed almost 7 years ago
clean: disambiguate the definition of -d
Elijah Newren committed almost 7 years ago
git-clean.txt: do not claim we will delete files with -n/--dry-run
Elijah Newren committed almost 7 years ago
dir: add commentary explaining match_pathspec_item's return value
Elijah Newren committed almost 7 years ago
dir: if our pathspec might match files under a dir, recurse into it
Elijah Newren committed almost 7 years ago
dir: make the DO_MATCH_SUBMODULE code reusable for a non-submodule case
Elijah Newren committed almost 7 years ago
dir: also check directories for matching pathspecs
Elijah Newren committed almost 7 years ago
dir: fix off-by-one error in match_pathspec_item
Elijah Newren committed almost 7 years ago
Elijah Newren committed almost 7 years ago
t7300: add testcases showing failure to clean specified pathspecs
Elijah Newren committed almost 7 years ago
diff, log doc: small grammer, format, and language fixes
Johannes Sixt committed almost 7 years ago
diff, log doc: say "patch text" instead of "patches"
Johannes Sixt committed almost 7 years ago
SZEDER Gábor committed almost 7 years ago
Revert "progress: use term_clear_line()"
SZEDER Gábor committed almost 7 years ago
Makefile: strip leading ./ in $(LIB_H)
Denton Liu committed almost 7 years ago
fetch: use oidset to keep the want OIDs for faster lookup
Masaya Suzuki committed almost 7 years ago
commit-graph: use commit_list_count()
René Scharfe committed almost 7 years ago
sha1-name: check for overflow of N in "foo^N" and "foo~N"
René Scharfe committed almost 7 years ago
rev-parse: demonstrate overflow of N for "foo^N" and "foo~N"
René Scharfe committed almost 7 years ago
list-objects-filter: use empty string instead of NULL for sparse "base"
Jeff King committed almost 7 years ago