worktree: generalize delete_git_dir() to reduce code duplication
Eric Sunshine committed about 8 years ago
worktree: move delete_git_dir() earlier in file for upcoming new callers
Eric Sunshine committed about 8 years ago
worktree: don't die() in library function find_worktree()
Eric Sunshine committed about 8 years ago
am: avoid directory rename detection when calling recursive merge machinery
Elijah Newren committed about 8 years ago
merge-recursive: add ability to turn off directory rename detection
Elijah Newren committed about 8 years ago
t3401: add another directory rename testcase for rebase and am
Elijah Newren committed about 8 years ago
rebase -i: rewrite init_basic_state() in C
Alban Gruin committed about 8 years ago
rebase -i: rewrite write_basic_state() in C
Alban Gruin committed about 8 years ago
rebase -i: rewrite the rest of init_revisions_and_shortrevisions() in C
Alban Gruin committed about 8 years ago
rebase -i: implement the logic to initialize $revisions in C
Alban Gruin committed about 8 years ago
rebase -i: remove unused modes and functions
Alban Gruin committed about 8 years ago
rebase -i: rewrite complete_action() in C
Alban Gruin committed about 8 years ago
mailinfo: support format=flowed
René Scharfe committed about 8 years ago
Documentation/Makefile: make manpage-base-url.xsl generation quieter
Tim Schumacher committed about 8 years ago
show_dirstat: simplify same-content check
Jeff King committed about 8 years ago
read-cache: use oideq() in ce_compare functions
Jeff King committed about 8 years ago
convert hashmap comparison functions to oideq()
Jeff King committed about 8 years ago
convert "hashcmp() != 0" to "!hasheq()"
Jeff King committed about 8 years ago
convert "oidcmp() != 0" to "!oideq()"
Jeff King committed about 8 years ago
convert "hashcmp() == 0" to hasheq()
Jeff King committed about 8 years ago