]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Makefile: update reference to technical/racy-git.adoc
authorTodd Zullinger <tmz@pobox.com>
Mon, 3 Mar 2025 20:44:02 +0000 (15:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2025 21:49:19 +0000 (13:49 -0800)
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index a9b2de0692279806c7612ce7b88811b22d87a54f..a8012569da28761cf8fee292912c5137f6a11843 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,7 @@ include shared.mak
 # Linux, kernel 2.6.11 or newer is required for reliable sub-second file times
 # on file systems with exactly 1 ns or 1 s resolution. If you intend to use Git
 # on other file systems (e.g. CEPH, CIFS, NTFS, UDF), don't enable USE_NSEC. See
-# Documentation/technical/racy-git.txt for details.
+# Documentation/technical/racy-git.adoc for details.
 #
 # Define USE_ST_TIMESPEC if your "struct stat" uses "st_ctimespec" instead of
 # "st_ctim"