path.c: refactor and add worktree_git_path()
Nguyễn Thái Ngọc Duy committed over 10 years ago
worktree.c: mark current worktree
Nguyễn Thái Ngọc Duy committed over 10 years ago
worktree.c: make find_shared_symref() return struct worktree *
Nguyễn Thái Ngọc Duy committed over 10 years ago
worktree.c: store "id" instead of "git_dir"
Nguyễn Thái Ngọc Duy committed over 10 years ago
path.c: add git_common_path() and strbuf_git_common_path()
Nguyễn Thái Ngọc Duy committed over 10 years ago
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