We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0cebd commit 661763aCopy full SHA for 661763a
2 files changed
Documentation/RelNotes-1.6.2.txt
@@ -150,6 +150,9 @@ v1.6.1.X series.
150
* "git filter-branch" incorrectly tried to update a nonexistent work tree
151
at the end when it is run in a bare repository.
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
+
156
* "git mergetool" used to ignore autocrlf and other attributes
157
based content rewriting.
158
@@ -162,6 +165,6 @@ v1.6.1.X series.
162
165
163
166
--
164
167
exec >/var/tmp/1
-v1.6.2-rc0-89-gf7a2bdb
168
+O=v1.6.2-rc2
169
echo O=$(git describe master)
170
git shortlog --no-merges $O..master ^maint
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v1.6.1.GIT
+DEF_VER=v1.6.2-rc2.GIT
5
6
LF='
7
'
0 commit comments