]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/faq.texi
Ability to rely on mtime, instead of ctime
[goredo.git] / doc / faq.texi
index 7039e2a885e3e1611ba4246c619303939e8cde7c..1e399a0b2366ee68fececc93785982a8174dd3da 100644 (file)
@@ -4,9 +4,9 @@
 @anchor{Stamping}
 @section Hashing and stamping
 
-All targets are checksummed if target's @file{ctime} differs from the
-previous one, or @env{$REDO_INODE_NO_TRUST} environment variable is set.
-@command{apenwarr/redo} gives
+All targets are checksummed if target's size, @code{ctime}/@code{mtime}
+differs from the previous one (depending on @ref{OOD, @env{$REDO_INODE_TRUST}}
+value). @command{apenwarr/redo} gives
 @url{https://redo.readthedocs.io/en/latest/FAQImpl/#why-not-always-use-checksum-based-dependencies-instead-of-timestamps, many reasons}
 why every time checksumming is bad, but in my opinion in practice all of
 them do not apply.