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
7
7
* The configuration parser had a buffer overflow while parsing an overlong
8
8
value.
9
9
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
+
10
16
* "git-checkout <tree-ish> <submodule>" did not update the index entry at
11
17
the named path; it now does.
12
18
19
+ * "git-fast-export" choked when seeing a tag that does not point at commit.
20
+
13
21
* "git init" segfaulted when given an overlong template location via
14
22
the --template= option.
15
23
@@ -27,5 +35,5 @@ Many small documentation updates are included as well.
27
35
---
28
36
exec >/var/tmp/1
29
37
echo O=$(git describe maint)
30
- O=v1.6.2.3-21-ga51609a
38
+ O=v1.6.2.3-38-g318b847
31
39
git shortlog --no-merges $O..maint
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.6.2.3
4
+ DEF_VER=v1.6.2.4
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments