summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-04 23:42:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-03-04 23:42:50 (GMT)
commitbe7935ed8bff19f481b033d0d242c5d5f239ed50 (patch)
tree8e0e6caf2d269bf6bcd81473cace3d7199db4f80 /Documentation
parent58d581c3446cb616b216307d6b47539bccd494cf (diff)
downloadgit-be7935ed8bff19f481b033d0d242c5d5f239ed50.zip
git-be7935ed8bff19f481b033d0d242c5d5f239ed50.tar.gz
git-be7935ed8bff19f481b033d0d242c5d5f239ed50.tar.bz2
Merged the open-eintr workaround for macOS
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.31.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.31.0.txt b/Documentation/RelNotes/2.31.0.txt
index 56d4643..cde22e8 100644
--- a/Documentation/RelNotes/2.31.0.txt
+++ b/Documentation/RelNotes/2.31.0.txt
@@ -222,6 +222,11 @@ Performance, Internal Implementation, Development Support etc.
* Raise the buffer size used when writing the index file out from
(obviously too small) 8kB to (clearly sufficiently large) 128kB.
+ * It is reported that open() on some platforms (e.g. macOS Big Sur)
+ can return EINTR even though our timers are set up with SA_RESTART.
+ A workaround has been implemented and enabled for macOS to rerun
+ open() transparently from the caller when this happens.
+
Fixes since v2.30
-----------------