Skip to content

Commit c490a60

Browse files
committed
Git 1.8.4-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9e8a901 commit c490a60

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Documentation/RelNotes/1.8.4.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Updates since v1.8.3
4848

4949
Foreign interfaces, subsystems and ports.
5050

51+
* Cygwin port has been updated for more recent Cygwin 1.7.
52+
5153
* "git rebase -i" now honors --strategy and -X options.
5254

5355
* Git-gui has been updated to its 0.18.0 version.
@@ -83,6 +85,12 @@ Foreign interfaces, subsystems and ports.
8385

8486
UI, Workflows & Features
8587

88+
* Sample "post-receive-email" hook script got an enhanced replacement
89+
"multimail" (in contrib/).
90+
91+
* Also in contrib/ is a new "contacts" script that runs "git blame"
92+
to find out the people who may be interested in a set of changes.
93+
8694
* "git clean" command learned an interactive mode.
8795

8896
* The "--head" option to "git show-ref" was only to add "HEAD" to the
@@ -182,7 +190,7 @@ UI, Workflows & Features
182190
directly uses the 40-hex string as an object name, even if a ref
183191
"refs/<some hierarchy>/<name>" exists. This disambiguation order
184192
is unlikely to change, but we should warn about the ambiguity just
185-
like we warn when more than one refs/ hierachies share the same
193+
like we warn when more than one refs/ hierarchies share the same
186194
name.
187195

188196
* "git rebase" learned "--[no-]autostash" option to save local

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.3.GIT
4+
DEF_VER=v1.8.4-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)