summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-03-27 11:00:12 -0700
committerJunio C Hamano <gitster@pobox.com>2017-03-27 11:00:12 -0700
commite0ef7fe78c46e6919d249b9547948a3bb7321dea (patch)
tree7f712b1e430c7a23004d0f80a35d76f962004e19
parent3d6586d100b0e91d08fa192d7070646584c2f1db (diff)
downloadgit-e0ef7fe78c46e6919d249b9547948a3bb7321dea.tar.gz
Eighth batch for 2.13
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.13.0.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.13.0.txt b/Documentation/RelNotes/2.13.0.txt
index 5b934b77b5..adf6e44a49 100644
--- a/Documentation/RelNotes/2.13.0.txt
+++ b/Documentation/RelNotes/2.13.0.txt
@@ -128,6 +128,16 @@ UI, Workflows & Features
* Recent update to "rebase -i" started showing a message that is not
a warning with "warning:" prefix by mistake. This has been fixed.
+ * Recently we started passing the "--push-options" through the
+ external remote helper interface; now the "smart HTTP" remote
+ helper understands what to do with the passed information.
+
+ * "git describe --dirty" dies when it cannot be determined if the
+ state in the working tree matches that of HEAD (e.g. broken
+ repository or broken submodule). The command learned a new option
+ "git describe --broken" to give "$name-broken" (where $name is the
+ description of HEAD) in such a case.
+
Performance, Internal Implementation, Development Support etc.
@@ -207,6 +217,9 @@ Performance, Internal Implementation, Development Support etc.
implementation by Marc Stevens (CWI) and Dan Shumow (Microsoft)
has been integrated and made the default.
+ * The test framework learned to detect unterminated here documents.
+
+
Also contains various documentation updates and code clean-ups.
@@ -357,6 +370,11 @@ notes for details).
v2.10.2) to "git log --pickaxe-regex -S".
(merge f53c5de29c js/regexec-buf later to maint).
+ * A few unterminated here documents in tests were fixed, which in
+ turn revealed incorrect expectations the tests make. These tests
+ have been updated.
+ (merge b42ca35e5c st/verify-tag later to maint).
+
* Other minor doc, test and build updates and code cleanups.
(merge dfa3ad3238 rs/blame-code-cleanup later to maint).
(merge ffddfc6328 jk/rev-parse-cleanup later to maint).
@@ -366,3 +384,7 @@ notes for details).
(merge ba6746c08f rs/path-name-safety-cleanup later to maint).
(merge d41626ff9e rs/shortlog-cleanup later to maint).
(merge dce96c41f9 rs/update-hook-optim later to maint).
+ (merge 37e61153e2 jk/quote-env-path-list-component later to maint).
+ (merge a4dded0189 sb/submodule-update-initial-runs-custom-script later to maint).
+ (merge 70471ed9bb sb/t3600-rephrase later to maint).
+ (merge e7e183d6ee km/config-grammofix later to maint).