Git 1.7.12-rc2

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2012-08-07 10:39:34 -07:00
parent b1d9b1d0f1
commit e15c16de39
2 changed files with 1 additions and 5 deletions

View File

@ -51,10 +51,6 @@ UI, Workflows & Features
read. The error message in this case was updated to give better read. The error message in this case was updated to give better
hints to the user. hints to the user.
* git native protocol agents learned to show software version over
the wire, so that the server log can be examined to see the vintage
distribution of clients.
* "git help -w $cmd" can show HTML version of documentation for * "git help -w $cmd" can show HTML version of documentation for
"git-$cmd" by setting help.htmlpath to somewhere other than the "git-$cmd" by setting help.htmlpath to somewhere other than the
default location where the build procedure installs them locally; default location where the build procedure installs them locally;

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v1.7.12-rc1 DEF_VER=v1.7.12-rc2
LF=' LF='
' '