File tree 2 files changed +9
-12
lines changed
2 files changed +9
-12
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 @@ -121,15 +121,9 @@ release, unless otherwise noted.
121
121
Here are fixes that this release has, but have not been backported to
122
122
v1.6.2.X series.
123
123
124
- * "git-blame -S" did not quite work near the commits that were given
125
- on the command line correctly (jc/maint-1.6.0-blame-s).
126
-
127
124
* The initial checkout did not read the attributes from the .gitattribute
128
125
file that is being checked out.
129
126
130
- * git-diff feeds files in work-tree representation to external diff and
131
- textconv (js/maint-diff-temp-smudge).
132
-
133
127
* git-gc spent excessive amount of time to decide if an object appears
134
128
in a locally existing pack (if needed, backport by merging 69e020a).
135
129
You can’t perform that action at this time.
0 commit comments