This repository was archived by the owner on Nov 9, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ UI, Workflows & Features
45
45
thing after you set "user.name/email" to introduce yourselves to
46
46
Git. Now the variable defaults to "auto".
47
47
48
+ * On Cygwin, "cygstart" is now recognised as a possible way to start
49
+ a web browser (used in "help -w" and "instaweb" among others).
50
+
48
51
### * "git status" learned status.branch and status.short configuration
49
52
### variables to use --branch and --short options by default (override
50
53
### with --no-branch and --no-short options from the command line).
@@ -154,6 +157,15 @@ Unless otherwise noted, all the fixes since v1.8.3 in the maintenance
154
157
track are contained in this release (see release notes to them for
155
158
details).
156
159
160
+ * "git apply" parsed patches that add new files, generated by
161
+ programs other than Git, incorrectly. This is an old breakage in
162
+ v1.7.11 and will need to be merged down to the maintanance tracks.
163
+ (merge 212eb96 tr/maint-apply-non-git-patch-parsefix later to maint).
164
+
165
+ * Many "git submodule" operations do not work on a submodule at a
166
+ path whose name is not in ASCII.
167
+ (merge bed9470 fg/submodule-non-ascii-path later to maint).
168
+
157
169
* "cherry-pick" had a small leak in an error codepath.
158
170
(merge 706728a fc/sequencer-plug-leak later to maint).
159
171
You can’t perform that action at this time.
0 commit comments