color: introduce support for colorizing stderr
Johannes Schindelin committed over 8 years ago
builtin/config: introduce `color` type specifier
Taylor Blau committed over 8 years ago
config.c: introduce 'git_config_color' to parse ANSI colors
Taylor Blau committed over 8 years ago
builtin/config: introduce `--default`
Taylor Blau committed over 8 years ago
parseopt: handle malformed --expire arguments more nicely
Junio C Hamano committed over 8 years ago
gc: do not upcase error message shown with die()
Junio C Hamano committed over 8 years ago
fast-export: fix regression skipping some merge-commits
Martin Ågren committed over 8 years ago
merge-recursive: make a helper function for cleanup for handle_renames
Elijah Newren committed over 8 years ago
merge-recursive: split out code for determining diff_filepairs
Elijah Newren committed over 8 years ago
merge-recursive: make !o->detect_rename codepath more obvious
Elijah Newren committed over 8 years ago
merge-recursive: fix leaks of allocated renames and diff_filepairs
Elijah Newren committed over 8 years ago
merge-recursive: introduce new functions to handle rename logic
Elijah Newren committed over 8 years ago
merge-recursive: move the get_renames() function
Elijah Newren committed over 8 years ago
directory rename detection: tests for handling overwriting dirty files
Elijah Newren committed over 8 years ago
directory rename detection: tests for handling overwriting untracked files
Elijah Newren committed over 8 years ago
directory rename detection: miscellaneous testcases to complete coverage
Elijah Newren committed over 8 years ago
directory rename detection: testcases exploring possibly suboptimal merges
Elijah Newren committed over 8 years ago
directory rename detection: more involved edge/corner testcases
Elijah Newren committed over 8 years ago
directory rename detection: testcases checking which side did the rename
Elijah Newren committed over 8 years ago
directory rename detection: files/directories in the way of some renames
Elijah Newren committed over 8 years ago