File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ UI, Workflows & Features
61
61
* "git blame" learnt to take "--first-parent" and "--reverse" at the
62
62
same time when it makes sense.
63
63
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
+
64
69
65
70
Performance, Internal Implementation, Development Support etc.
66
71
@@ -331,6 +336,11 @@ notes for details).
331
336
not even exist or may be a directory.
332
337
(merge cfe2d4b da/difftool later to maint).
333
338
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
+
334
344
* Code clean-up, minor fixes etc.
335
345
(merge 15ed07d jc/rerere later to maint).
336
346
(merge e7a7401 pt/pull-builtin later to maint).
You can’t perform that action at this time.
0 commit comments