Skip to content

Commit 1f9b620

Browse files
committed
GIT 1.6.2.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 318b847 commit 1f9b620

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Documentation/RelNotes-1.6.2.4.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,17 @@ Fixes since v1.6.2.3
77
* The configuration parser had a buffer overflow while parsing an overlong
88
value.
99

10+
* pruning reflog entries that are unreachable from the tip of the ref
11+
during "git reflog prune" (hence "git gc") was very inefficient.
12+
13+
* "git-add -p" lacked a way to say "q"uit to refuse staging any hunks for
14+
the remaining paths. You had to say "d" and then ^C.
15+
1016
* "git-checkout <tree-ish> <submodule>" did not update the index entry at
1117
the named path; it now does.
1218

19+
* "git-fast-export" choked when seeing a tag that does not point at commit.
20+
1321
* "git init" segfaulted when given an overlong template location via
1422
the --template= option.
1523

@@ -27,5 +35,5 @@ Many small documentation updates are included as well.
2735
---
2836
exec >/var/tmp/1
2937
echo O=$(git describe maint)
30-
O=v1.6.2.3-21-ga51609a
38+
O=v1.6.2.3-38-g318b847
3139
git shortlog --no-merges $O..maint

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

66
LF='
77
'

0 commit comments

Comments
 (0)