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
convert "oidcmp() == 0" to oideq()
Jeff King committed about 8 years ago
introduce hasheq() and oideq()
Jeff King committed about 8 years ago
coccinelle: use <...> for function exclusion
Jeff King committed about 8 years ago
.gitattributes: add conflict-marker-size for relevant files
Thomas Gummerer committed about 8 years ago
chainlint: match "quoted" here-doc tags
Eric Sunshine committed about 8 years ago