diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-10-04 14:21:16 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-10-04 14:21:44 -0700 |
| commit | 90fe3800b92a49173530828c0a17951abd30f0e1 (patch) | |
| tree | 72a0affec8e93bfc8996ab57136f9aa779940678 | |
| parent | 2ab53b59efcd6688ae176db054a938b835258abf (diff) | |
| download | git-90fe3800b92a49173530828c0a17951abd30f0e1.tar.gz | |
Mostly there for 2.47 final
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.47.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.47.0.txt b/Documentation/RelNotes/2.47.0.txt index ed7ca635cc..b63c3364af 100644 --- a/Documentation/RelNotes/2.47.0.txt +++ b/Documentation/RelNotes/2.47.0.txt @@ -328,6 +328,9 @@ Fixes since v2.46 index" advice message, which has been corrected. (merge 537e516a39 ds/sparse-checkout-expansion-advice later to maint). + * macOS with fsmonitor daemon can hang forever when a submodule is + involved, which has been corrected. + * Other code cleanup, docfix, build fix, etc. (merge be10ac7037 jc/mailinfo-header-cleanup later to maint). (merge 4460e052e0 jc/range-diff-lazy-setup later to maint). |
