Skip to content

Commit 3346330

Browse files
committed
GIT 1.6.2.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5ab2f7b commit 3346330

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Documentation/RelNotes-1.6.2.2.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.6.2.1
4+
DEF_VER=v1.6.2.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)