Skip to content

Commit 4a9a4f0

Browse files
committed
Git 1.8.2.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7a011aa commit 4a9a4f0

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Documentation/RelNotes/1.8.2.2.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ Git v1.8.2.2 Release Notes
44
Fixes since v1.8.2.1
55
--------------------
66

7+
* Zsh completion forgot that '%' character used to signal untracked
8+
files needs to be escaped with another '%'.
9+
10+
* A commit object whose author or committer ident are malformed
11+
crashed some code that trusted that a name, an email and an
12+
timestamp can always be found in it.
13+
14+
* The new core.commentchar configuration was not applied to a few
15+
places.
16+
17+
* "git pull --rebase" did not pass "-v/-q" options to underlying
18+
"git rebase".
19+
20+
* When receive-pack detects error in the pack header it received in
21+
order to decide which of unpack-objects or index-pack to run, it
22+
returned without closing the error stream, which led to a hang
23+
sideband thread.
24+
725
* "git diff --diff-algorithm=algo" was understood by the command line
826
parser, but "git diff --diff-algorithm algo" was not.
927

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v1.8.2.1/git.html[documentation for release 1.8.2.1]
46+
* link:v1.8.2.2/git.html[documentation for release 1.8.2.2]
4747

4848
* release notes for
49+
link:RelNotes/1.8.2.2.txt[1.8.2.2].
4950
link:RelNotes/1.8.2.1.txt[1.8.2.1].
5051
link:RelNotes/1.8.2.txt[1.8.2].
5152

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.8.2.1
4+
DEF_VER=v1.8.2.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)