We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d9b1d commit e15c16dCopy full SHA for e15c16d
Documentation/RelNotes/1.7.12.txt
@@ -51,10 +51,6 @@ UI, Workflows & Features
51
read. The error message in this case was updated to give better
52
hints to the user.
53
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
-
58
* "git help -w $cmd" can show HTML version of documentation for
59
"git-$cmd" by setting help.htmlpath to somewhere other than the
60
default location where the build procedure installs them locally;
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v1.7.12-rc1
+DEF_VER=v1.7.12-rc2
5
6
LF='
7
'
0 commit comments