]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/features.texi
REDO_INODE_NO_TRUST
[goredo.git] / doc / features.texi
index 5d2b634df5504a4b84c5eeec8cf7048c4cb1f52b..843222d41147c09428736f3fc011c181187bf046 100644 (file)
@@ -12,7 +12,9 @@
     @end itemize
 @item targets, dependency information and their directories are explicitly
   synced (can be disabled, should work faster)
-@item file's change is detected by comparing its @code{ctime} and BLAKE3 hash
+@item file's change is detected by comparing its size, @code{ctime} (if
+    @env{REDO_INODE_NO_TRUST} environment variable is not set) and
+    BLAKE3 hash
 @item files creation is @code{umask}-friendly (unlike @code{mkstemp()}
     used in @command{redo-c})
 @item parallel build with jobs limit, optionally in infinite mode
@@ -25,8 +27,8 @@
 @item target's @file{stderr} can be stored on the disk with
     @url{http://cr.yp.to/libtai/tai64.html, TAI64N} timestamp prefixes
     for each line. To convert them to localtime you can use either
-    tai64nlocal utility from @url{http://cr.yp.to/daemontools.html,
-    daemontools}, or similar one:
+    @command{tai64nlocal} utility from
+    @url{http://cr.yp.to/daemontools.html, daemontools}, or similar one:
     @code{go get go.cypherpunks.ru/tai64n/cmd/tai64nlocal}
 
 @end itemize