File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 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
77* A longstanding confusing description of what --pickaxe option of
88 git-diff does has been clarified in the documentation.
99
10+ * "git-blame -S" did not quite work near the commits that were given
11+ on the command line correctly.
12+
1013* "git diff --pickaxe-regexp" did not count overlapping matches
1114 correctly.
1215
16+ * "git diff" did not feed files in work-tree representation to external
17+ diff and textconv.
18+
1319* "git-fetch" in a repository that was not cloned from anywhere said
1420 it cannot find 'origin', which was hard to understand for new people.
1521
@@ -33,10 +39,7 @@ Fixes since v1.6.2.1
3339* import-zips script (in contrib) did not compute the common directory
3440 prefix correctly.
3541
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.
3744
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 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.6.2.1
4+ DEF_VER=v1.6.2.2
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments