Skip to content

Commit 25d1ac0

Browse files
committed
Update draft release notes to 2.0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4ab9211 commit 25d1ac0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/2.0.0.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ Updates since v1.9 series
4747

4848
UI, 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
158166
track are contained in this release (see the maintenance releases'
159167
notes 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.

0 commit comments

Comments
 (0)