Skip to content

Commit 3fe4498

Browse files
committed
Git 1.7.11-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 47829ed commit 3fe4498

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Documentation/RelNotes/1.7.11.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,10 @@ Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
126126
releases are contained in this release (see release notes to them for
127127
details).
128128

129-
* When "git rebase" is fed a bad revision name (either as base, or
130-
with the --onto option), it did not correctly give the command line
131-
parameter it had trouble with in its error message.
132-
(merge 9180fea ef/maint-rebase-error-message later to maint).
133-
134129
* "git rebase -p" used to pay attention to rebase.autosquash which
135130
was wrong. "git rebase -p -i" should, but "git rebase -p" by
136131
itself should not.
137-
(merge 8a6dae1 vr/rebase-autosquash-does-not-imply-i later to maint).
132+
(cherry-pick 8a6dae1 vr/rebase-autosquash-does-not-imply-i later to maint).
138133

139134
* "git submodule init" used to report "registered for path ..."
140135
even for submodules that were registered earlier.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.11-rc0
4+
DEF_VER=v1.7.11-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)