Skip to content

Commit a48f5d7

Browse files
committed
GIT 1.6.2.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 69fd60a commit a48f5d7

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

Documentation/RelNotes-1.6.2.5.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
GIT v1.6.2.5 Release Notes
2+
==========================
3+
4+
Fixes since v1.6.2.4
5+
--------------------
6+
7+
* "git apply" mishandled if you fed a git generated patch that renames
8+
file A to B and file B to A at the same time.
9+
10+
* "git diff -c -p" (and "diff --cc") did not expect to see submodule
11+
differences and instead refused to work.
12+
13+
* "git grep -e '('" segfaulted, instead of diagnosing a mismatched
14+
parentheses error.
15+
16+
* "git fetch" generated packs with offset-delta encoding when both ends of
17+
the connection are capable of producing one; this cannot be read by
18+
ancient git and the user should be able to disable this by setting
19+
repack.usedeltabaseoffset configuration to false.
20+
21+

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=v1.6.2.4
4+
DEF_VER=v1.6.2.5
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.6.2.4.txt
1+
Documentation/RelNotes-1.6.2.5.txt

0 commit comments

Comments
 (0)