Skip to content

Commit

Permalink
Eleventh batch for 2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Nov 5, 2015
1 parent 6a38bd6 commit f34be46
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/RelNotes/2.7.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit f34be46

Please sign in to comment.