File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,14 @@ Updates since v1.9 series
4747
4848UI, Workflows & Features
4949
50+ * The "rev-parse --parseopt" mechanism used by scripted Porcelains to
51+ parse command line options and to give help text learned to take
52+ the argv-help (the placeholder string for an option parameter,
53+ e.g. "key-id" in "--gpg-sign=<key-id>").
54+
55+ * The pattern to find where the function begins in C/C++ used in
56+ "diff" and "grep -p" have been updated to help C++ source better.
57+
5058 * "git rebase" learned to interpret a lone "-" as "@{-1}", the
5159 branch that we were previously on.
5260
@@ -158,6 +166,11 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
158166track are contained in this release (see the maintenance releases'
159167notes for details).
160168
169+ * "git status --porcelain --branch" showed its output with labels
170+ "ahead/behind/gone" translated to the user's locale.
171+ (merge 7a76c28 mm/status-porcelain-format-i18n-fix later to maint).
172+
173+
161174 * "git repack" died when asked to (re)pack with the reachability
162175 bitmap when a bitmap cannot be built; instead, just (re)pack
163176 without producing a bitmap in such a case, with a warning.
You can’t perform that action at this time.
0 commit comments