dir.c: rename str(n)cmp_icase to fspath(n)cmp
Nguyễn Thái Ngọc Duy committed over 10 years ago
wrapper.c: delete dead function git_mkstemps()
Nguyễn Thái Ngọc Duy committed over 10 years ago
dir.c: remove dead function fnmatch_icase()
Nguyễn Thái Ngọc Duy committed over 10 years ago
tag -v: verify directly rather than exec-ing verify-tag
Santiago Torres committed over 10 years ago
verify-tag: move tag verification code to tag.c
Santiago Torres committed over 10 years ago
verify-tag: prepare verify_tag for libification
Santiago Torres committed over 10 years ago
test-lib: simplify '--option=value' parsing
SZEDER Gábor committed over 10 years ago
name-rev: include taggerdate in considering the best name
Johannes Schindelin committed over 10 years ago
pull: pass --allow-unrelated-histories to "git merge"
Junio C Hamano committed over 10 years ago
t3033: avoid 'ambiguous refs' warning
Junio C Hamano committed over 10 years ago
t5504: drop sigpipe=ok from push tests
Jeff King committed over 10 years ago
fetch-pack: isolate sigpipe in demuxer thread
Jeff King committed over 10 years ago
send-pack: isolate sigpipe in demuxer thread
Jeff King committed over 10 years ago
run-command: teach async threads to ignore SIGPIPE
Jeff King committed over 10 years ago
send-pack: close demux pipe before finishing async process
Jeff King committed over 10 years ago
replace --edit: respect core.editor
Johannes Schindelin committed over 10 years ago
match-trees: convert shift_tree() and shift_tree_by() to use object_id
brian m. carlson committed over 10 years ago
test-match-trees: convert to use struct object_id
brian m. carlson committed over 10 years ago
sha1-name: introduce a get_oid() function
brian m. carlson committed over 10 years ago
test-parse-options: print quiet as integer
Pranit Bauva committed over 10 years ago