diff options
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/1.7.10.4.txt | 4 | ||||
-rw-r--r-- | Documentation/RelNotes/1.7.11.txt | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/Documentation/RelNotes/1.7.10.4.txt b/Documentation/RelNotes/1.7.10.4.txt index 154bba46eb..326670df6e 100644 --- a/Documentation/RelNotes/1.7.10.4.txt +++ b/Documentation/RelNotes/1.7.10.4.txt @@ -22,4 +22,8 @@ Fixes since v1.7.10.3 read from a file, did not treat individual lines in the given pattern argument as separate regular expressions as it should. + * When "git rebase" was given a bad commit to replay the history on, + its error message did not correctly give the command line argument + it had trouble parsing. + Also contains minor fixes and documentation updates. diff --git a/Documentation/RelNotes/1.7.11.txt b/Documentation/RelNotes/1.7.11.txt index 04cf2647d5..f74adcc0be 100644 --- a/Documentation/RelNotes/1.7.11.txt +++ b/Documentation/RelNotes/1.7.11.txt @@ -126,15 +126,10 @@ Unless otherwise noted, all the fixes since v1.7.10 in the maintenance releases are contained in this release (see release notes to them for details). - * When "git rebase" is fed a bad revision name (either as base, or - with the --onto option), it did not correctly give the command line - parameter it had trouble with in its error message. - (merge 9180fea ef/maint-rebase-error-message later to maint). - * "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. - (merge 8a6dae1 vr/rebase-autosquash-does-not-imply-i later to maint). + (cherry-pick 8a6dae1 vr/rebase-autosquash-does-not-imply-i later to maint). * "git submodule init" used to report "registered for path ..." even for submodules that were registered earlier. |