Git 2.10-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Aug 26, 2016 at 13:59 UTC
d5cb9cbd64165153a318e1049f8bf14b09a16b11
2 files changed
+4
-1
Documentation/RelNotes/2.10.0.txt
+3
@@ -252,6 +252,9 @@ Performance, Internal Implementation, Development Support etc.
252
combination has been fixed to be equivalent to doing
253
$ git config core.autocrlf true
254
255
+ * Documentation has been updated to show better example usage
256
+ of the updated "text=auto" attribute.
257
+
258
* A few tests that specifically target "git rebase -i" have been
259
added.
260
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.10.0-rc1
4
+DEF_VER=v2.10.0-rc2
5
6
LF='
7
'