Skip to content

Commit d5cb9cb

Browse files
committed
Git 2.10-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent e28eae3 commit d5cb9cb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Documentation/RelNotes/2.10.0.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ Performance, Internal Implementation, Development Support etc.
252252
combination has been fixed to be equivalent to doing
253253
$ git config core.autocrlf true
254254

255+
* Documentation has been updated to show better example usage
256+
of the updated "text=auto" attribute.
257+
255258
* A few tests that specifically target "git rebase -i" have been
256259
added.
257260

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.10.0-rc1
4+
DEF_VER=v2.10.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)