diff options
| author | Taylor Blau <me@ttaylorr.com> | 2024-10-22 14:43:46 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-10-22 14:43:46 -0400 |
| commit | fd3785337beb285ed7fd67ce6fc3d3bed2097b40 (patch) | |
| tree | 208b5c145472b396cb17a4031707bcc95dacba28 | |
| parent | 8e08668322c4c37d4f3ee5b87c8617c86f9a9afd (diff) | |
| download | git-fd3785337beb285ed7fd67ce6fc3d3bed2097b40.tar.gz | |
The third batch
Signed-off-by: Taylor Blau <me@ttaylorr.com>
| -rw-r--r-- | Documentation/RelNotes/2.48.0.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt index 0fecb8de27..988237ac71 100644 --- a/Documentation/RelNotes/2.48.0.txt +++ b/Documentation/RelNotes/2.48.0.txt @@ -25,6 +25,10 @@ Performance, Internal Implementation, Development Support etc. allocation function given to it may fail to allocate and to deal with such an error. + * An extra worktree attached to a repository points at each other to + allow finding the repository from the worktree and vice versa + possible. Turn this linkage to relative paths. + Fixes since v2.47 ----------------- @@ -46,6 +50,10 @@ Fixes since v2.47 reference, which has been corrected. (merge c95547a394 ps/maintenance-start-crash-fix later to maint). + * Fail gracefully instead of crashing when attempting to write the + contents of a corrupt in-core index as a tree object. + (merge ecb5c4318c ps/cache-tree-w-broken-index-entry later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 66893a14d0 ps/leakfixes-part-8 later to maint). (merge 1164e270b5 jk/output-prefix-cleanup later to maint). |
