Skip to content

Commit 9502646

Browse files
committed
Start the 2.41 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5009dd4 commit 9502646

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Git v2.41 Release Notes
2+
=======================
3+
4+
UI, Workflows & Features
5+
6+
* Allow information carried on the WWW-AUthenticate header to be
7+
passed to the credential helpers.
8+
9+
* A new "fetch.hideRefs" option can be used to exclude specified refs
10+
from "rev-list --objects --stdin --not --all" traversal for
11+
checking object connectivity, most useful when there are many
12+
unrelated histories in a single repository.
13+
14+
15+
Performance, Internal Implementation, Development Support etc.
16+
17+
* Code clean-up to clarify directory traversal API.
18+
19+
* Code clean-up to clarify the rule that "git-compat-util.h" must be
20+
the first to be included.
21+
22+
* More work towards -Wunused.
23+
24+
* Instead of forcing each command to choose to honor GPG related
25+
configuration variables, make the subsystem lazily initialize
26+
itself.
27+
28+
29+
Fixes since v2.40
30+
-----------------
31+
32+
* "git fsck" learned to check the index files in other worktrees,
33+
just like "git gc" honors them as anchoring points.
34+
(merge 8d3e7eac52 jk/fsck-indices-in-worktrees later to maint).
35+
36+
* Other code cleanup, docfix, build fix, etc.

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.40.0
4+
DEF_VER=v2.40.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.40.0.txt
1+
Documentation/RelNotes/2.41.0.txt

0 commit comments

Comments
 (0)