File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ Updates since v1.8.3
4848
4949Foreign 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
8486UI, 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
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.8.3.GIT
4+ DEF_VER=v1.8.4-rc0
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments