File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,15 @@ Fixes since v1.6.2.1
7
7
* A longstanding confusing description of what --pickaxe option of
8
8
git-diff does has been clarified in the documentation.
9
9
10
+ * "git-blame -S" did not quite work near the commits that were given
11
+ on the command line correctly.
12
+
10
13
* "git diff --pickaxe-regexp" did not count overlapping matches
11
14
correctly.
12
15
16
+ * "git diff" did not feed files in work-tree representation to external
17
+ diff and textconv.
18
+
13
19
* "git-fetch" in a repository that was not cloned from anywhere said
14
20
it cannot find 'origin', which was hard to understand for new people.
15
21
@@ -33,10 +39,7 @@ Fixes since v1.6.2.1
33
39
* import-zips script (in contrib) did not compute the common directory
34
40
prefix correctly.
35
41
36
- Many small documentation updates are included as well.
42
+ * miscompilation of negated enum constants by old gcc (2.9) affected the
43
+ codepaths to spawn subprocesses.
37
44
38
- ---
39
- exec >/var/tmp/1
40
- O=v1.6.2.1-46-gb19293d
41
- echo O=$(git describe maint)
42
- git shortlog --no-merges $O..maint
45
+ Many small documentation updates are included as well.
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.1
4
+ DEF_VER=v1.6.2.2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments