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
48
48
49
49
Foreign interfaces, subsystems and ports.
50
50
51
+ * Cygwin port has been updated for more recent Cygwin 1.7.
52
+
51
53
* "git rebase -i" now honors --strategy and -X options.
52
54
53
55
* Git-gui has been updated to its 0.18.0 version.
@@ -83,6 +85,12 @@ Foreign interfaces, subsystems and ports.
83
85
84
86
UI, Workflows & Features
85
87
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
+
86
94
* "git clean" command learned an interactive mode.
87
95
88
96
* The "--head" option to "git show-ref" was only to add "HEAD" to the
@@ -182,7 +190,7 @@ UI, Workflows & Features
182
190
directly uses the 40-hex string as an object name, even if a ref
183
191
"refs/<some hierarchy>/<name>" exists. This disambiguation order
184
192
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
186
194
name.
187
195
188
196
* "git rebase" learned "--[no-]autostash" option to save local
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.8.3.GIT
4
+ DEF_VER=v1.8.4-rc0
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments