summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.0.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-31 23:41:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-03-31 23:41:23 (GMT)
commit25d1ac0e59f4471c3b124a0c19cad9f9511a26ad (patch)
tree32e0bc40e769a0851088b41c11625faa93034745 /Documentation/RelNotes/2.0.0.txt
parent4ab9211ac28a39f275db92ca1b91f638538c7e43 (diff)
downloadgit-25d1ac0e59f4471c3b124a0c19cad9f9511a26ad.zip
git-25d1ac0e59f4471c3b124a0c19cad9f9511a26ad.tar.gz
git-25d1ac0e59f4471c3b124a0c19cad9f9511a26ad.tar.bz2
Update draft release notes to 2.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.0.0.txt')
-rw-r--r--Documentation/RelNotes/2.0.0.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.0.0.txt b/Documentation/RelNotes/2.0.0.txt
index 98ec210..ae494f5 100644
--- a/Documentation/RelNotes/2.0.0.txt
+++ b/Documentation/RelNotes/2.0.0.txt
@@ -47,6 +47,14 @@ Updates since v1.9 series
UI, Workflows & Features
+ * The "rev-parse --parseopt" mechanism used by scripted Porcelains to
+ parse command line options and to give help text learned to take
+ the argv-help (the placeholder string for an option parameter,
+ e.g. "key-id" in "--gpg-sign=<key-id>").
+
+ * The pattern to find where the function begins in C/C++ used in
+ "diff" and "grep -p" have been updated to help C++ source better.
+
* "git rebase" learned to interpret a lone "-" as "@{-1}", the
branch that we were previously on.
@@ -158,6 +166,11 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
track are contained in this release (see the maintenance releases'
notes for details).
+ * "git status --porcelain --branch" showed its output with labels
+ "ahead/behind/gone" translated to the user's locale.
+ (merge 7a76c28 mm/status-porcelain-format-i18n-fix later to maint).
+
+
* "git repack" died when asked to (re)pack with the reachability
bitmap when a bitmap cannot be built; instead, just (re)pack
without producing a bitmap in such a case, with a warning.