File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -467,6 +467,11 @@ notes for details).
467467 tags as boundary commits.
468468 (merge 9b7a61d jc/do-not-feed-tags-to-clear-commit-marks later to maint).
469469
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+
470475 * Code cleanups and documentation updates.
471476 (merge 0269f96 mm/usage-log-l-can-take-regex later to maint).
472477 (merge 64f2589 nd/t1509-chroot-test later to maint).
@@ -493,3 +498,5 @@ notes for details).
493498 (merge 72dbb36 sg/completion-commit-cleanup later to maint).
494499 (merge e654eb2 es/utf8-stupid-compiler-workaround later to maint).
495500 (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 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v2.5.0-rc0
4+ DEF_VER=v2.5.0-rc1
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments