Git 2.10-rc2
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Aug 2016 20:59:20 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Aug 2016 20:59:20 +0000 (13:59 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.10.0.txt
GIT-VERSION-GEN
index 55861110459662f1f3ac8baea0cadd03418186d5..c11009158023c874f3b28b2c67005f2a630837be 100644 (file)
@@ -252,6 +252,9 @@ Performance, Internal Implementation, Development Support etc.
    combination has been fixed to be equivalent to doing
    $ git config core.autocrlf true
 
+ * Documentation has been updated to show better example usage
+   of the updated "text=auto" attribute.
+
  * A few tests that specifically target "git rebase -i" have been
    added.
 
index 702c067a78c01b3a0d66633e42cc740a424d061f..1ca5c0e366f0cc36264bd63fae98fce6f454e7d6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.10.0-rc1
+DEF_VER=v2.10.0-rc2
 
 LF='
 '