commit 016859fc51b660d7fc95ca5eff449d62c67f8a7f from: Christian Weisgerber date: Fri Oct 02 19:30:50 2020 UTC suggest aggregated pathnames in find(1) example ok stsp commit - 42a285e2ca79f0deefcf9e35135b87cf86003e3b commit + 016859fc51b660d7fc95ca5eff449d62c67f8a7f blob - 69154191370ec97343639195d271b19d60f6ece4 blob + 220db990a98d732fa271f299202e4bc5a68f7e67 --- got/got-worktree.5 +++ got/got-worktree.5 @@ -128,7 +128,7 @@ A corrupt or missing file index can be recreated on de .Pp .Dl $ mv .got/file-index .got/file-index.bad .Dl $ got update # re-create .got/file-index -.Dl $ find\ . -type f -exec touch {}\ \\\ ; # update timestamp of all files +.Dl $ find\ . -type f -exec touch {}\ + # update timestamp of all files .Dl $ got update # sync timestamps .Pp When the file index is modified, it is read into memory in its entirety,