File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,9 @@ v1.6.1.X series.
150
150
* "git filter-branch" incorrectly tried to update a nonexistent work tree
151
151
at the end when it is run in a bare repository.
152
152
153
+ * "git gc" did not work if your repository was created with an ancient git
154
+ and never had any pack files in it before.
155
+
153
156
* "git mergetool" used to ignore autocrlf and other attributes
154
157
based content rewriting.
155
158
@@ -162,6 +165,6 @@ v1.6.1.X series.
162
165
163
166
--
164
167
exec >/var/tmp/1
165
- v1.6.2-rc0-89-gf7a2bdb
168
+ O= v1.6.2-rc2
166
169
echo O=$(git describe master)
167
170
git shortlog --no-merges $O..master ^maint
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.6.1 .GIT
4
+ DEF_VER=v1.6.2-rc2 .GIT
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments