Skip to content

Commit e15c16d

Browse files
committed
Git 1.7.12-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b1d9b1d commit e15c16d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Documentation/RelNotes/1.7.12.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ UI, Workflows & Features
5151
read. The error message in this case was updated to give better
5252
hints to the user.
5353

54-
* git native protocol agents learned to show software version over
55-
the wire, so that the server log can be examined to see the vintage
56-
distribution of clients.
57-
5854
* "git help -w $cmd" can show HTML version of documentation for
5955
"git-$cmd" by setting help.htmlpath to somewhere other than the
6056
default location where the build procedure installs them locally;

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

66
LF='
77
'

0 commit comments

Comments
 (0)