File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6570Performance, 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).
You can’t perform that action at this time.
0 commit comments