Skip to content

Commit cbed29f

Browse files
committed
Git 2.5.0-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 58eb012 commit cbed29f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/RelNotes/2.5.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.5.0-rc0
4+
DEF_VER=v2.5.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)