X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Ffeatures.texi;h=843222d41147c09428736f3fc011c181187bf046;hb=314f58ec690c7321535d6718e8d3a0ecb4cac019;hp=5d2b634df5504a4b84c5eeec8cf7048c4cb1f52b;hpb=a698abb36d3ab6fa380660ffdf9863dcd47df2ff;p=goredo.git diff --git a/doc/features.texi b/doc/features.texi index 5d2b634..843222d 100644 --- a/doc/features.texi +++ b/doc/features.texi @@ -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