Skip to content

Commit

Permalink
Git 1.8.1-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Dec 15, 2012
1 parent fef1196 commit 2e90029
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Documentation/RelNotes/1.8.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,17 @@ Foreign Interface
* The remote helper interface to interact with subversion
repositories (one of the GSoC 2012 projects) has been merged.

* The documentation for git(1) was pointing at a page at an external
site for the list of authors that no longer existed. The link has
been updated to point at an alternative site.


Performance, Internal Implementation, etc.

* Compilation on Cygwin with newer header files are supported now.

* A couple of low-level implementation updates on MinGW.

* The logic to generate the initial advertisement from "upload-pack"
(i.e. what is invoked by "git fetch" on the other side of the
connection) to list what refs are available in the repository has
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.8.1-rc1
DEF_VER=v1.8.1-rc2

LF='
'
Expand Down

0 comments on commit 2e90029

Please sign in to comment.