summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-11-05 23:26:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-11-05 23:26:08 (GMT)
commitf34be46e47773d03e9d09641209121591a6b37c8 (patch)
tree36e7b03c188eab08d99190b25e9abf47055f7013
parent6a38bd6268fd78ee3e551668bce7ef3a862332d4 (diff)
downloadgit-f34be46e47773d03e9d09641209121591a6b37c8.zip
git-f34be46e47773d03e9d09641209121591a6b37c8.tar.gz
git-f34be46e47773d03e9d09641209121591a6b37c8.tar.bz2
Eleventh batch for 2.7
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.7.0.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.7.0.txt b/Documentation/RelNotes/2.7.0.txt
index 7facc02..ca2c24b 100644
--- a/Documentation/RelNotes/2.7.0.txt
+++ b/Documentation/RelNotes/2.7.0.txt
@@ -61,6 +61,11 @@ UI, Workflows & Features
* "git blame" learnt to take "--first-parent" and "--reverse" at the
same time when it makes sense.
+ * "git checkout" did not follow the usual "--[no-]progress"
+ convention and implemented only "--quiet" that is essentially
+ a superset of "--no-progress". Extend the command to support the
+ usual "--[no-]progress".
+
Performance, Internal Implementation, Development Support etc.
@@ -331,6 +336,11 @@ notes for details).
not even exist or may be a directory.
(merge cfe2d4b da/difftool later to maint).
+ * A Range: request can be responded with a full response and when
+ asked properly libcurl knows how to strip the result down to the
+ requested range. However, we were hand-crafting a range request
+ and it did not kick in.
+
* Code clean-up, minor fixes etc.
(merge 15ed07d jc/rerere later to maint).
(merge e7a7401 pt/pull-builtin later to maint).