Skip to content

Commit 6c22093

Browse files
committed
Git 2.34-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 84c99b2 commit 6c22093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/RelNotes/2.34.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ Fixes since v2.33
383383
compression level for both zip and tar.gz format.
384384
(merge c4b208c309 bs/archive-doc-compression-level later to maint).
385385

386-
* Drop "git sparse-index" from the list of common commands.
386+
* Drop "git sparse-checkout" from the list of common commands.
387387
(merge 6a9a50a8af sg/sparse-index-not-that-common-a-command later to maint).
388388

389389
* "git branch -c/-m new old" was not described to copy config, which

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.34.0-rc1
4+
DEF_VER=v2.34.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)