update-ref: pass end pointer instead of strbuf
Patrick Steinhardt committed over 6 years ago
update-ref: drop unused argument for `parse_refname`
Patrick Steinhardt committed over 6 years ago
update-ref: organize commands in an array
Patrick Steinhardt committed over 6 years ago
ci: make MAKEFLAGS available inside the Docker container in the Linux32 job
SZEDER Gábor committed over 6 years ago
t5319: replace 'touch -m' with 'test-tool chmtime'
Derrick Stolee committed over 6 years ago
commit-graph: fix buggy --expire-time option
Derrick Stolee committed over 6 years ago
completion: fix 'git add' on paths under an untracked directory
Elijah Newren committed over 6 years ago
Fix error-prone fill_directory() API; make it only return matches
Elijah Newren committed over 6 years ago
dir: replace double pathspec matching with single in treat_directory()
Elijah Newren committed over 6 years ago
dir: include DIR_KEEP_UNTRACKED_CONTENTS handling in treat_directory()
Elijah Newren committed over 6 years ago
dir: replace exponential algorithm with a linear one
Elijah Newren committed over 6 years ago
dir: refactor treat_directory to clarify control flow
Derrick Stolee committed over 6 years ago
dir: fix confusion based on variable tense
Elijah Newren committed over 6 years ago
Elijah Newren committed over 6 years ago
dir: consolidate treat_path() and treat_one_path()
Elijah Newren committed over 6 years ago
dir: fix simple typo in comment
Elijah Newren committed over 6 years ago
t3000: add more testcases testing a variety of ls-files issues
Elijah Newren committed over 6 years ago
t7063: more thorough status checking
Elijah Newren committed over 6 years ago
clone: use "quick" lookup while following tags
Jeff King committed over 6 years ago
user-manual.conf: don't specify [listingblock]
Martin Ågren committed over 6 years ago