Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Help text typo. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | touch-command |
| Files: | files | file ages | folders |
| SHA3-256: |
85e3340b37880a051aad5a47ff775fcb |
| User & Date: | stephan 2019-06-13 08:13:22.103 |
Context
|
2019-06-13
| ||
| 08:20 | Help text improvements. Closed-Leaf check-in: c5521b6429 user: stephan tags: touch-command | |
| 08:13 | Help text typo. check-in: 85e3340b37 user: stephan tags: touch-command | |
| 08:04 | Added new 'touch' command to set the mtime of files to their SCM-side values. check-in: 4d9ec3e33c user: stephan tags: touch-command | |
Changes
Changes to src/file.c.
| ︙ | ︙ | |||
1813 1814 1815 1816 1817 1818 1819 | ** 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 | | | 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. ** |
| ︙ | ︙ |