Skip to content

Commit e09f125

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a82fa7b commit e09f125

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

Documentation/RelNotes/2.45.0.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ UI, Workflows & Features
2424
* "git for-each-ref" learned "--include-root-refs" option to show
2525
even the stuff outside the 'refs/' hierarchy.
2626

27+
* "git rev-list --missing=print" has learned to optionally take
28+
"--allow-missing-tips", which allows the objects at the starting
29+
points to be missing.
30+
31+
* "git merge-tree" has learned that the three trees involved in the
32+
3-way merge only need to be trees, not necessarily commits.
33+
34+
* "git log --merge" learned to pay attention to CHERRY_PICK_HEAD and
35+
other kinds of *_HEAD pseudorefs.
36+
2737

2838
Performance, Internal Implementation, Development Support etc.
2939

@@ -40,6 +50,10 @@ Performance, Internal Implementation, Development Support etc.
4050
specified; use "_<placeholder>_" to typeset the word inside a pair
4151
of <angle-brakets> emphasized.
4252

53+
* "git --no-lazy-fetch cmd" allows to run "cmd" while disabling lazy
54+
fetching of objects from the promisor remote, which may be handy
55+
for debugging.
56+
4357

4458
Fixes since v2.44
4559
-----------------
@@ -94,6 +108,25 @@ Fixes since v2.44
94108
to be the first header file.
95109
(merge 4e89f0e07c jc/doc-compat-util later to maint).
96110

111+
* "git commit -v --cleanup=scissors" used to add the scissors line
112+
twice in the log message buffer, which has been corrected.
113+
(merge e90cc075cc jt/commit-redundant-scissors-fix later to maint).
114+
115+
* A custom remote helper no longer cannot access the newly created
116+
repository during "git clone", which is a regression in Git 2.44.
117+
This has been corrected.
118+
(merge 199f44cb2e ps/remote-helper-repo-initialization-fix later to maint).
119+
120+
* Various parts of upload-pack has been updated to bound the resource
121+
consumption relative to the size of the repository to protect from
122+
abusive clients.
123+
(merge 6cd05e768b jk/upload-pack-bounded-resources later to maint).
124+
125+
* The upload-pack program, when talking over v2, accepted the
126+
packfile-uris protocol extension from the client, even if it did
127+
not advertise the capability, which has been corrected.
128+
(merge a922bfa3b5 jk/upload-pack-v2-capability-cleanup later to maint).
129+
97130
* Other code cleanup, docfix, build fix, etc.
98131
(merge f0e578c69c rs/use-xstrncmpz later to maint).
99132
(merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).
@@ -108,3 +141,4 @@ Fixes since v2.44
108141
(merge f39addd0d9 rs/name-rev-with-mempool later to maint).
109142
(merge 9a97b43e03 rs/submodule-prefix-simplify later to maint).
110143
(merge 40b8076462 ak/rebase-autosquash later to maint).
144+
(merge 3223204456 eg/add-uflags later to maint).

0 commit comments

Comments
 (0)