Merge branch 'jk/add-p-unmerged-fix'
[git/gitster.git] / Documentation / RelNotes / 2.41.0.txt
blob71c9342aa6f96ab7614ce1d3af5e4800ea689bf9
1 Git v2.41 Release Notes
2 =======================
4 UI, Workflows & Features
6  * Allow information carried on the WWW-AUthenticate header to be
7    passed to the credential helpers.
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.
15 Performance, Internal Implementation, Development Support etc.
17  * Code clean-up to clarify directory traversal API.
19  * Code clean-up to clarify the rule that "git-compat-util.h" must be
20    the first to be included.
22  * More work towards -Wunused.
24  * Instead of forcing each command to choose to honor GPG related
25    configuration variables, make the subsystem lazily initialize
26    itself.
29 Fixes since v2.40
30 -----------------
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).
36  * Other code cleanup, docfix, build fix, etc.