Home Explore Blog CI



git

Documentation/RelNotes/1.7.5.4.adoc
a8148aee4a0264f144b537d47c299355d53116d4771f761000000003000002f2
Git v1.7.5.4 Release Notes
==========================

Fixes since v1.7.5.3
--------------------

 * The single-key mode of "git add -p" was easily fooled into thinking
   that it was told to add everything ('a') when up-arrow was pressed by
   mistake.

 * Setting a git command that uses custom configuration via "-c var=val"
   as an alias caused a crash due to a realloc(3) failure.

 * "git diff -C -C" used to disable the rename detection entirely when
   there are too many copy candidate paths in the tree; now it falls
   back to "-C" when doing so would keep the copy candidate paths
   under the rename detection limit.

 * "git rerere" did not diagnose a corrupt MERGE_RR file in some cases.

And other minor fixes and documentation updates.

Chunks
aa77d663 (1st chunk of `Documentation/RelNotes/1.7.5.4.adoc`)
Title: Git v1.7.5.4 Release Notes
Summary
This release of Git fixes several issues, including a bug in the 'git add -p' command, a crash caused by custom configuration aliases, and improvements to 'git diff' rename detection, as well as other minor fixes and documentation updates.