File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,11 @@ notes for details).
467
467
tags as boundary commits.
468
468
(merge 9b7a61d jc/do-not-feed-tags-to-clear-commit-marks later to maint).
469
469
470
+ * "git fetch --depth=<depth>" and "git clone --depth=<depth>" issued
471
+ a shallow transfer request even to an upload-pack that does not
472
+ support the capability.
473
+ (merge eb86a50 me/fetch-into-shallow-safety later to maint).
474
+
470
475
* Code cleanups and documentation updates.
471
476
(merge 0269f96 mm/usage-log-l-can-take-regex later to maint).
472
477
(merge 64f2589 nd/t1509-chroot-test later to maint).
@@ -493,3 +498,5 @@ notes for details).
493
498
(merge 72dbb36 sg/completion-commit-cleanup later to maint).
494
499
(merge e654eb2 es/utf8-stupid-compiler-workaround later to maint).
495
500
(merge 34b935c es/osx-header-pollutes-mask-macro later to maint).
501
+ (merge ab7fade jc/prompt-document-ps1-state-separator later to maint).
502
+ (merge 25f600e mm/describe-doc later to maint).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.5.0-rc0
4
+ DEF_VER=v2.5.0-rc1
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments