revision: avoid leak when preparing bloom filter for "/"
Jeff King committed about 6 years ago
revision: avoid out-of-bounds read/write on empty pathspec
Jeff King committed about 6 years ago
config: work around gcc-10 -Wstringop-overflow warning
Jeff King committed about 6 years ago
git-worktree.txt: link to man pages when citing other Git commands
Eric Sunshine committed about 6 years ago
git-worktree.txt: make start of new sentence more obvious
Eric Sunshine committed about 6 years ago
git-worktree.txt: fix minor grammatical issues
Eric Sunshine committed about 6 years ago
git-worktree.txt: consistently use term "working tree"
Eric Sunshine committed about 6 years ago
git-worktree.txt: employ fixed-width typeface consistently
Eric Sunshine committed about 6 years ago
upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth'
Taylor Blau committed about 6 years ago
upload-pack.c: allow banning certain object filter(s)
Taylor Blau committed about 6 years ago
list_objects_filter_options: introduce 'list_object_filter_config_name'
Taylor Blau committed about 6 years ago
Revert "contrib: subtree: adjust test to change in fmt-merge-msg"
Emily Shaffer committed about 6 years ago
docs: improve the example that illustrates git-notes path names
Noam Yorav-Raphael committed about 6 years ago
checkout: support renormalization with checkout -m <paths>
Elijah Newren committed about 6 years ago
merge: make merge.renormalize work for all uses of merge machinery
Elijah Newren committed about 6 years ago
t6038: remove problematic test
Elijah Newren committed about 6 years ago
t6038: make tests fail for the right reason
Elijah Newren committed about 6 years ago
bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()
René Scharfe committed about 6 years ago
merge-recursive: fix unclear and outright wrong comments
Elijah Newren committed about 6 years ago
t1450: fix quoting of NUL byte when corrupting pack
Martin Ågren committed about 6 years ago