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
4545 thing after you set "user.name/email" to introduce yourselves to
4646 Git. Now the variable defaults to "auto".
4747
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+
4851### * "git status" learned status.branch and status.short configuration
4952### variables to use --branch and --short options by default (override
5053### 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
154157track are contained in this release (see release notes to them for
155158details).
156159
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+
157169 * "cherry-pick" had a small leak in an error codepath.
158170 (merge 706728a fc/sequencer-plug-leak later to maint).
159171
You can’t perform that action at this time.
0 commit comments