Skip to content

Commit 37b22c6

Browse files
committed
Sync with 'master'
2 parents 4a2588a + 63bba4f commit 37b22c6

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Documentation/RelNotes/2.39.0.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,12 @@ Fixes since v2.38
7575

7676
* Documentation on various Boolean GIT_* environment variables have
7777
been clarified.
78-
(merge 819fb68222 jc/environ-docs later to maint).
7978

8079
* "git rebase -i" can mistakenly attempt to apply a fixup to a commit
8180
itself, which has been corrected.
8281

8382
* "git multi-pack-index repack/expire" used to repack unreachable
8483
cruft into a new pack, which have been corrected.
85-
(merge b62ad5681f tb/midx-repack-ignore-cruft-packs later to maint).
8684

8785
* In read-only repositories, "git merge-tree" tried to come up with a
8886
merge result tree object, which it failed (which is not wrong) and
@@ -105,22 +103,17 @@ Fixes since v2.38
105103
* The code to clean temporary object directories (used for
106104
quarantine) tried to remove them inside its signal handler, which
107105
was a no-no.
108-
(merge 22613b25ec jc/tmp-objdir later to maint).
109106

110107
* Update comment in the Makefile about the RUNTIME_PREFIX config knob.
111-
(merge ebb6c16607 dd/document-runtime-prefix-better later to maint).
112108

113109
* Clarify that "the sentence after <area>: prefix does not begin with
114110
a capital letter" rule applies only to the commit title.
115-
(merge 3991bb73dd jc/use-of-uc-in-log-messages later to maint).
116111

117112
* "git branch --edit-description" on an unborh branch misleadingly
118113
said that no such branch exists, which has been corrected.
119-
(merge bcfc82bd48 rj/branch-edit-desc-unborn later to maint).
120114

121115
* Work around older clang that warns against C99 zero initialization
122116
syntax for struct.
123-
(merge 54795d37d9 jh/struct-zero-init-with-older-clang later to maint).
124117

125118
* Giving "--invert-grep" and "--all-match" without "--grep" to the
126119
"git log" command resulted in an attempt to access grep pattern
@@ -154,14 +147,21 @@ Fixes since v2.38
154147
* Update to build procedure with VS using CMake/CTest.
155148
(merge c858750b41 js/cmake-updates later to maint).
156149

150+
* The short-help text shown by "git cmd -h" and the synopsis text
151+
shown at the beginning of "git help cmd" have been made more
152+
consistent.
153+
154+
* When creating a multi-pack bitmap, remove per-pack bitmap files
155+
unconditionally as they will never be consulted.
156+
(merge 55d902cd61 tb/remove-unused-pack-bitmap later to maint).
157+
158+
* Fix a longstanding syntax error in Git.pm error codepath.
159+
160+
* "git diff --stat" etc. were invented back when everything was ASCII
161+
and strlen() was a way to measure the display width of a string;
162+
adjust them to compute the display width assuming UTF-8 pathnames.
163+
(merge ce8529b2bb tb/diffstat-with-utf8-strwidth later to maint).
164+
157165
* Other code cleanup, docfix, build fix, etc.
158-
(merge c34a6bd291 so/diff-merges-cleanup later to maint).
159-
(merge 2a905f8fa8 ah/branch-autosetupmerge-grammofix later to maint).
160-
(merge abcac2e19f rj/ref-filter-get-head-description-leakfix later to maint).
161-
(merge 71e5473493 hn/parse-worktree-ref later to maint).
162-
(merge 7c07f36ad2 ab/unused-annotation later to maint).
163-
(merge f7669676d0 rs/use-fspathncmp later to maint).
164-
(merge a677d3c416 pw/remove-rebase-p-test later to maint).
165-
(merge e3733b646d rs/archive-dedup-printf later to maint).
166166
(merge 413bc6d20a ds/cmd-main-reorder later to maint).
167167
(merge 8d2863e4ed nw/t1002-cleanup later to maint).

0 commit comments

Comments
 (0)