Home Explore Blog CI



git

Documentation/RelNotes/1.7.10.5.adoc
598a8baa2d76727658ae8735b479ecce5401ffbed736febe000000030000018d
Git v1.7.10.5 Release Notes
===========================

Fixes since v1.7.10.4
---------------------

 * "git fast-export" did not give a readable error message when the
   same mark erroneously appeared twice in the --import-marks input.

 * "git rebase -p" used to pay attention to rebase.autosquash which
    was wrong.  "git rebase -p -i" should, but "git rebase -p" by
    itself should not.

Chunks
77f4a24a (1st chunk of `Documentation/RelNotes/1.7.10.5.adoc`)
Title: Git v1.7.10.5 Release Notes
Summary
This release of Git fixes two significant issues, including a problem with 'git fast-export' that failed to provide a readable error message when encountering duplicate marks in the input, and another issue with 'git rebase -p' that incorrectly considered the rebase.autosquash setting, which has now been corrected to only apply to interactive rebases.