Skip to content

Commit 0ce2e39

Browse files
committed
Git 1.7.11
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a890c99 commit 0ce2e39

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

Documentation/RelNotes/1.7.11.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,6 @@ Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
130130
releases are contained in this release (see release notes to them for
131131
details).
132132

133-
* "git fast-export" did not give a readable error message when the
134-
same mark erroneously appeared twice in the --import-marks input.
135-
(merge 43bc230 js/maint-fast-export-mark-error later to maint).
136-
137-
* "git rebase -p" used to pay attention to rebase.autosquash which
138-
was wrong. "git rebase -p -i" should, but "git rebase -p" by
139-
itself should not.
140-
(cherry-pick 8a6dae1 vr/rebase-autosquash-does-not-imply-i later to maint).
141-
142133
* "git submodule init" used to report "registered for path ..."
143134
even for submodules that were registered earlier.
144135
(cherry-pick c1c259e jl/submodule-report-new-path-once later to maint).

Documentation/git.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ unreleased) version of git, that is available from 'master'
4444
branch of the `git.git` repository.
4545
Documentation for older releases are available here:
4646

47+
* link:v1.7.11/git.html[documentation for release 1.7.11]
48+
49+
* release notes for
50+
link:RelNotes/1.7.11.txt[1.7.11].
51+
4752
* link:v1.7.10.5/git.html[documentation for release 1.7.10.5]
4853

4954
* release notes for

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-rc3
4+
DEF_VER=v1.7.11
55

66
LF='
77
'

0 commit comments

Comments
 (0)