Skip to content

Commit f34be46

Browse files
committed
Eleventh batch for 2.7
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6a38bd6 commit f34be46

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.7.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ UI, Workflows & Features
6161
* "git blame" learnt to take "--first-parent" and "--reverse" at the
6262
same time when it makes sense.
6363

64+
* "git checkout" did not follow the usual "--[no-]progress"
65+
convention and implemented only "--quiet" that is essentially
66+
a superset of "--no-progress". Extend the command to support the
67+
usual "--[no-]progress".
68+
6469

6570
Performance, Internal Implementation, Development Support etc.
6671

@@ -331,6 +336,11 @@ notes for details).
331336
not even exist or may be a directory.
332337
(merge cfe2d4b da/difftool later to maint).
333338

339+
* A Range: request can be responded with a full response and when
340+
asked properly libcurl knows how to strip the result down to the
341+
requested range. However, we were hand-crafting a range request
342+
and it did not kick in.
343+
334344
* Code clean-up, minor fixes etc.
335345
(merge 15ed07d jc/rerere later to maint).
336346
(merge e7a7401 pt/pull-builtin later to maint).

0 commit comments

Comments
 (0)