Fossil

Check-in [2f19a687]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Missed one.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | noSymlinks
Files: files | file ages | folders
SHA1: 2f19a68768f0763fbd33c66e34f91afd68650bac
User & Date: mistachkin 2017-02-01 04:51:11.723
Context
2017-02-06
22:31
Add '--no-dir-symlinks' command line option, which prevents traversing into symlinked directories. Make the '--verily' option to 'clean' imply '--no-dir-symlinks'. ... (check-in: 8e659df6 user: mistachkin tags: trunk)
2017-02-01
04:51
Missed one. ... (Closed-Leaf check-in: 2f19a687 user: mistachkin tags: noSymlinks)
04:49
Reverse accidental whitespace changes. ... (check-in: e4b78f20 user: mistachkin tags: noSymlinks)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/update.c.
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
** any changes to the current checkout or the repository.
**
** The -v or --verbose option prints status information about
** unchanged files in addition to those file that actually do change.
**
** Options:
**   --case-sensitive <BOOL> override case-sensitive setting
**   --debug          Print debug information on stdout.
**   --latest         acceptable in place of VERSION, update to latest version
**   --force-missing  force update if missing content after sync
**   --no-dir-symlinks Disables support for directory symlinks.
**   -n|--dry-run     If given, display instead of run actions
**   -v|--verbose     print status information about all files
**   -W|--width <num> Width of lines (default is to auto-detect). Must be >20
**                    or 0 (= no limit, resulting in a single line per entry).







|







90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
** any changes to the current checkout or the repository.
**
** The -v or --verbose option prints status information about
** unchanged files in addition to those file that actually do change.
**
** Options:
**   --case-sensitive <BOOL> override case-sensitive setting
**   --debug          print debug information on stdout
**   --latest         acceptable in place of VERSION, update to latest version
**   --force-missing  force update if missing content after sync
**   --no-dir-symlinks Disables support for directory symlinks.
**   -n|--dry-run     If given, display instead of run actions
**   -v|--verbose     print status information about all files
**   -W|--width <num> Width of lines (default is to auto-detect). Must be >20
**                    or 0 (= no limit, resulting in a single line per entry).