1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
|
** which modified that file.
**
** This command gets its name from the conventional Unix "touch"
** command.
**
** Options:
** -g GLOBLIST Comma-separated list of glob patterns. Default
** is to touch all SCM-control files.
** -G GLOBFILE Similar to -g but reads its globs from a
** fossil-conventional glob list file.
** -v|-verbose If true, outputs information about its globs
** and each file it touches.
** -n|--dry-run If given, outputs which files would
** require touching, but does not touch them.
**
|
|
|
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
|
** which modified that file.
**
** This command gets its name from the conventional Unix "touch"
** command.
**
** Options:
** -g GLOBLIST Comma-separated list of glob patterns. Default
** is to touch all SCM-controlled files.
** -G GLOBFILE Similar to -g but reads its globs from a
** fossil-conventional glob list file.
** -v|-verbose If true, outputs information about its globs
** and each file it touches.
** -n|--dry-run If given, outputs which files would
** require touching, but does not touch them.
**
|