File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -116,11 +116,17 @@ Foreign Interface
116
116
* The remote helper interface to interact with subversion
117
117
repositories (one of the GSoC 2012 projects) has been merged.
118
118
119
+ * The documentation for git(1) was pointing at a page at an external
120
+ site for the list of authors that no longer existed. The link has
121
+ been updated to point at an alternative site.
122
+
119
123
120
124
Performance, Internal Implementation, etc.
121
125
122
126
* Compilation on Cygwin with newer header files are supported now.
123
127
128
+ * A couple of low-level implementation updates on MinGW.
129
+
124
130
* The logic to generate the initial advertisement from "upload-pack"
125
131
(i.e. what is invoked by "git fetch" on the other side of the
126
132
connection) to list what refs are available in the repository has
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.8.1-rc1
4
+ DEF_VER=v1.8.1-rc2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments