Skip to content

Commit 2a9a19e

Browse files
committed
Git 1.7.12-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 47e32d0 commit 2a9a19e

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Documentation/RelNotes/1.7.12.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Performance, Internal Implementation, etc. (please report possible regressions)
116116
* "git svn" got a large-looking code reorganization at the last
117117
minute before the code freeze.
118118

119+
119120
Also contains minor documentation updates and code clean-ups.
120121

121122

@@ -126,16 +127,6 @@ Unless otherwise noted, all the fixes since v1.7.11 in the maintenance
126127
releases are contained in this release (see release notes to them for
127128
details).
128129

129-
* "git grep" stopped spawning an external "grep" long time ago, but a
130-
duplicated test to check internal and external "grep" was left
131-
behind.
132-
(merge 4ca9453 rj/maint-grep-remove-redundant-test later to maint).
133-
134-
* The code to avoid mistaken attempt to add the object directory
135-
itself as its own alternate could read beyond end of a string while
136-
comparison.
137-
(merge cb2912c hv/link-alt-odb-entry later to maint).
138-
139130
* "git submodule add" was confused when the superproject did not have
140131
its repository in its usual place in the working tree and GIT_DIR
141132
and GIT_WORK_TREE was used to access it.

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

66
LF='
77
'

0 commit comments

Comments
 (0)