]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/features.texi
More general Inode information tracking, explicit size check
[goredo.git] / doc / features.texi
index 5d2b634df5504a4b84c5eeec8cf7048c4cb1f52b..2c5141e4ef45bca74a1aa84cbc9b3625e9acf619 100644 (file)
@@ -12,7 +12,8 @@
     @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}
+    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 +26,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