File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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---
2836exec >/var/tmp/1
2937echo O=$(git describe maint)
30- O=v1.6.2.3-21-ga51609a
38+ O=v1.6.2.3-38-g318b847
3139git shortlog --no-merges $O..maint
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.6.2.3
4+ DEF_VER=v1.6.2.4
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments