Skip to content

Commit bdfc6b3

Browse files
committed
Git 2.6.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4d0069f commit bdfc6b3

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

Documentation/RelNotes/2.6.4.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,20 @@ Fixes since v2.6.3
4444
computing the object name of the target of symbolic link, which may
4545
not even exist or may be a directory.
4646

47+
* There was no way to defeat a configured rebase.autostash variable
48+
from the command line, as "git rebase --no-autostash" was missing.
49+
50+
* Allow "git interpret-trailers" to run outside of a Git repository.
51+
52+
* Produce correct "dirty" marker for shell prompts, even when we
53+
are on an orphan or an unborn branch.
54+
55+
* Some corner cases have been fixed in string-matching done in "git
56+
status".
57+
58+
* Apple's common crypto implementation of SHA1_Update() does not take
59+
more than 4GB at a time, and we now have a compile-time workaround
60+
for it.
61+
4762
Also contains typofixes, documentation updates and trivial code
4863
clean-ups.

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v2.6.3/git.html[documentation for release 2.6.3]
46+
* link:v2.6.4/git.html[documentation for release 2.6.4]
4747

4848
* release notes for
49+
link:RelNotes/2.6.4.txt[2.6.4],
4950
link:RelNotes/2.6.3.txt[2.6.3],
5051
link:RelNotes/2.6.2.txt[2.6.2],
5152
link:RelNotes/2.6.1.txt[2.6.1],

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.6.3
4+
DEF_VER=v2.6.4
55

66
LF='
77
'

0 commit comments

Comments
 (0)