Skip to content

Commit a078951

Browse files
committed
The thirteenth batch
Signed-off-by: Taylor Blau <[email protected]>
1 parent e87a229 commit a078951

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes/2.39.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ UI, Workflows & Features
3232
* Enable gc.cruftpacks by default for those who opt into
3333
feature.experimental setting.
3434

35+
* "git repack" learns to send cruft objects out of the way into
36+
packfiles outside the repository.
37+
3538
Performance, Internal Implementation, Development Support etc.
3639
--------------------------------------------------------------
3740

@@ -109,6 +112,18 @@ Performance, Internal Implementation, Development Support etc.
109112

110113
* Modernize test script to avoid "test -f" and friends.
111114

115+
* Avoid calling 'cache_tree_update()' when doing so would be
116+
redundant.
117+
118+
* Update the credential-cache documentation to provide a more
119+
realistic example.
120+
121+
* Makefile comments updates and reordering to clarify knobs used to
122+
choose SHA implementations.
123+
124+
* A design document for sparse-checkout's future directions has been
125+
added.
126+
112127
Fixes since v2.38
113128
-----------------
114129

@@ -250,6 +265,12 @@ Fixes since v2.38
250265
* "git archive" mistakenly complained twice about a missing
251266
executable, which has been corrected.
252267

268+
* Fix a bug where `git branch -d` did not work on an orphaned HEAD.
269+
270+
* `git rebase --update-refs` would delete references when all
271+
`update-ref` commands in the sequencer were removed, which has been
272+
corrected.
273+
253274
* Other code cleanup, docfix, build fix, etc.
254275
(merge 413bc6d20a ds/cmd-main-reorder later to maint).
255276
(merge 8d2863e4ed nw/t1002-cleanup later to maint).

0 commit comments

Comments
 (0)