Skip to content
Snippets Groups Projects
Commit 2e900297 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Git 1.8.1-rc2

parent fef11965
No related branches found
No related tags found
No related merge requests found
...@@ -116,11 +116,17 @@ Foreign Interface ...@@ -116,11 +116,17 @@ Foreign Interface
* The remote helper interface to interact with subversion * The remote helper interface to interact with subversion
repositories (one of the GSoC 2012 projects) has been merged. 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. Performance, Internal Implementation, etc.
* Compilation on Cygwin with newer header files are supported now. * 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" * The logic to generate the initial advertisement from "upload-pack"
(i.e. what is invoked by "git fetch" on the other side of the (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 connection) to list what refs are available in the repository has
......
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v1.8.1-rc1 DEF_VER=v1.8.1-rc2
LF=' LF='
' '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment