Timeline
Not logged in

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

34 check-ins related to "clean-with-ignore"

2013-05-15
07:15
rebase Closed-Leaf check-in: 5dd6b69799 user: jan.nijtmans tags: clean-with-ignore
07:02
Doc update: ignore-glob setting should be used to prevent *.log files from being added. check-in: 1162df8e41 user: jan.nijtmans tags: trunk
2013-05-13
10:10
Suggestion: Remove "keep-glob" setting, because "ignore-glob" already has the expected "keep-glob" behavior. check-in: d60a75fd08 user: jan.nijtmans tags: clean-with-ignore
09:36
Setting "ignore-glob" is equivalent to putting patterns in both "clean-glob" and "keep-glob". Rename .fossil-settings/keep-glob to .fossil-settings/ignore-glob, so that "fossil" and "fossil.exe" patterns don't need to be duplicated any more in two different versioned settings. check-in: 967d8a711e user: jan.nijtmans tags: trunk
2013-05-06
10:13
Add option --keep to "fossil clean", and matching versionable setting "keep-glob". Now you can specify which files should be kept without confirmation and which files can be removed (--ignore, "ignore-glob") without confirmation. If you want the old behavior, specify "keep-glob" to have the same value as "ignore-glob". Add versioned settings "ig... check-in: 982f9ec738 user: jan.nijtmans tags: trunk
2013-05-02
15:04
rebase Closed-Leaf check-in: 9e4a7190af user: jan.nijtmans tags: clean-with-ignore
13:28
Allow boolean parameters sbs= and v= to taken values like "on", "off", "yes", and "no". Assign meaningful defaults even if the argument is omitted. check-in: e09d84f297 user: drh tags: trunk
2013-04-10
11:08
Document keep-glob. Rebase check-in: 191f4e0f93 user: jan.nijtmans tags: clean-with-ignore
11:04
Document encoding-glob setting check-in: 375648368c user: jan.nijtmans tags: trunk
2013-04-08
21:05
rebase check-in: 88ece116a4 user: jan.nijtmans tags: clean-with-ignore
16:37
Add --localhost option to "fossil server" check-in: e501d7d0a6 user: joel tags: trunk
2013-04-03
10:02
rebase check-in: 2e545d5865 user: jan.nijtmans tags: clean-with-ignore
09:39
Implement LOOK_SHORT flag Re-order test-cases such that adding to "data" array will not result in more renumberings any more. This should prevent the "More than 10,000 changes" in some (not all) cases. check-in: 1686ff716a user: jan.nijtmans tags: trunk
07:36
rebase check-in: 6159a7f281 user: jan.nijtmans tags: clean-with-ignore
2013-04-02
09:31
merge trunk check-in: bdd9790484 user: jan.nijtmans tags: clean-with-ignore
08:43
too long line check-in: eff988b280 user: jan.nijtmans tags: looks-like-utf
2013-04-01
20:56
Fix typo: SSL and JSON should not be enabled by default in the MSVC makefile. check-in: 9f931a7569 user: mistachkin tags: trunk
15:54
merge trunk check-in: 109c1ef571 user: jan.nijtmans tags: clean-with-ignore
14:02
Fix the --allow-older and --force options for permitting out-of-order dating of check-ins. check-in: 086612a5a8 user: drh tags: trunk
2013-03-14
14:41
merge trunk. Add fossil and fossil.exe to "ignore-glob". check-in: 4acff0a6d3 user: jan.nijtmans tags: clean-with-ignore
14:19
merge trunk check-in: 4aa55e5533 user: jan.nijtmans tags: clean-with-ignore
14:18
Update the "annotate" command and webpage to prefer to take changes from direct ancestors of the version being analyzed, rather than more recent changes on branches. check-in: e320f0cd79 user: drh tags: trunk
14:09
style check-in: 3ba9a4d5ca user: jan.nijtmans tags: trunk
2013-03-13
12:13
merge trunk check-in: 515feb5697 user: jan.nijtmans tags: clean-with-ignore
01:22
Update the built-in SQLite to the latest 3.7.16 beta from upstream. check-in: f803d534d0 user: drh tags: trunk
2013-03-12
16:01
add .lib, remove some unneeded entries check-in: 124aad1864 user: jan.nijtmans tags: clean-with-ignore
15:54
fix "fossil clean --test" check-in: ca5903240d user: jan.nijtmans tags: clean-with-ignore
15:48
Add --keep option to "fossil clean", and versionable "keep-glob" setting check-in: 6c72cab73c user: jan.nijtmans tags: clean-with-ignore
15:30
Fix "fossil clean --test" not to remove files. check-in: 1c8efa5cab user: jan.nijtmans tags: trunk
12:48
merge trunk check-in: b72908bc5b user: jan.nijtmans tags: clean-with-ignore
12:00
Fix determination of LOOK_CR/LOOK_LF to include the first character in the file, eliminating overlap with LOOK_CRLF. This way, inconsistant line endings can be determined by verifying that at most one of the flags LOOK_CR/LOOK_LF/LOOK_CRLF may be set. Test cases adapted accordingly. check-in: c1d3526741 user: jan.nijtmans tags: trunk
2013-03-10
10:09
Add possible 'a=all' response to "fossil clean", and print out which files actually are removed. check-in: 3a2c433aa4 user: jan.nijtmans tags: clean-with-ignore
09:57
Change behavior of "fossil clean --ignore": The ignore setting now specifies which files can be removed without confirmation Add versionable "ignore-glob" setting for fossil, in order to demonstrate the desired behavior. check-in: 5a3855f68b user: jan.nijtmans tags: clean-with-ignore
2013-03-08
09:15
Fix crnl-warning for file which starts with þÿ or ÿþ (latin-1) and has an odd number of bytes. check-in: 25eec8cfaf user: jan.nijtmans tags: trunk