Skip to content

Commit dcb11cc

Browse files
committed
Git 1.8.4.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent df1ef91 commit dcb11cc

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Documentation/RelNotes/1.8.4.2.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Git v1.8.4.2 Release Notes
44
Fixes since v1.8.4.1
55
--------------------
66

7+
* "git clone" gave some progress messages to the standard output, not
8+
to the standard error, and did not allow suppressing them with the
9+
"--no-progress" option.
10+
11+
* "format-patch --from=<whom>" forgot to omit unnecessary in-body
12+
from line, i.e. when <whom> is the same as the real author.
13+
14+
* "git shortlog" used to choke and die when there is a malformed
15+
commit (e.g. missing authors); it now simply ignore such a commit
16+
and keeps going.
17+
18+
* "git merge-recursive" did not parse its "--diff-algorithm=" command
19+
line option correctly.
20+
721
* "git branch --track" had a minor regression in v1.8.3.2 and later
822
that made it impossible to base your local work on anything but a
923
local branch of the upstream repository you are tracking from.

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.4.1/git.html[documentation for release 1.8.4.1]
46+
* link:v1.8.4.2/git.html[documentation for release 1.8.4.2]
4747

4848
* release notes for
49+
link:RelNotes/1.8.4.2.txt[1.8.4.2],
4950
link:RelNotes/1.8.4.1.txt[1.8.4.1],
5051
link:RelNotes/1.8.4.txt[1.8.4].
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.4.1
4+
DEF_VER=v1.8.4.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)