Skip to content

Commit

Permalink
Git 1.7.11-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Jun 3, 2012
1 parent 47829ed commit 3fe4498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions Documentation/RelNotes/1.7.11.txt
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.7.11-rc0
DEF_VER=v1.7.11-rc1

LF='
'
Expand Down

0 comments on commit 3fe4498

Please sign in to comment.