Fossil

Timeline
Login

Timeline

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

38 check-ins using file src/update.c version 139cb78d

2015-05-02
20:37
Merge trunk. ... (check-in: 794d4752 user: andygoth tags: andygoth-versioned-open)
20:21
Cherrypick [ff192614]: Use fossil_strdup() consistent with the rest of the code. ... (check-in: f8315ee9 user: andygoth tags: trunk)
2015-04-30
22:11
Add sitemap link to the 'eagle' skin header. ... (check-in: 6ce77785 user: mistachkin tags: trunk)
22:03
No longer assume -f with -x|--verily, as everything matching --ignore will not be prompted for anyway. ... (check-in: f870407c user: jan.nijtmans tags: cleanX)
21:53
Remove no-longer used allow-clean-x setting ... (check-in: 330c88eb user: jan.nijtmans tags: cleanX)
21:24
Merge trunk ... (check-in: 44bed853 user: jan.nijtmans tags: cleanX)
20:24
Remove unused 0 argument. No functional change. ... (check-in: d56b8483 user: jan.nijtmans tags: trunk)
19:52
Allow the /rptview page to select a report using a GLOB pattern on its name and the title= query parameter. ... (check-in: 6f212b5f user: drh tags: trunk)
08:35
Eliminate last argument of vfile_dir_scan(), since it's always 0. Don't need to prompt before removing empty dirs, as "empty-dirs" already specifies which dirs need to be kept. ... (check-in: 0db0fdb2 user: jan.nijtmans tags: noDirPrompt)
08:09
Fix two failing test-cases ... (check-in: 54bd0131 user: jan.nijtmans tags: trunk)
04:47
Minor correction to comment, no functional changes. ... (check-in: 281c67c4 user: andybradford tags: trunk)
04:38
Use fossil_strdup() consistent with the rest of the code. ... (check-in: ff192614 user: andybradford tags: andygoth-versioned-open)
2015-04-29
17:47
Coding style whitespace fixes. No functional changes. ... (check-in: 7d257dea user: mistachkin tags: trunk)
16:54
Merge trunk. ... (check-in: 25a7cd1e user: andygoth tags: andygoth-versioned-open)
13:35
Remove .fossil-settings/keep-glob, this should never have been set a versioned setting, as it is specific to my build environment and shouldn't have been imposed on others. ... (check-in: ab849410 user: jan.nijtmans tags: trunk)
13:04
Add TAG_NOTE to the schema. This requires a rebuild before TAG_NOTE can be used, but as TAG_NOTE is not yet used for anything, the rebuild can be deferred. ... (check-in: 61a91198 user: drh tags: trunk)
12:32
Change the "fossil clean --verily" option so that it does honor --keep and --ignore command-line options, but always disregards keep-glob and ignore-glob settings. ... (check-in: ee5a6567 user: drh tags: trunk)
12:28
Remove versionable setting "keep-glob", as not everyone wants this. ... (Closed-Leaf check-in: 07fb7f64 user: jan.nijtmans tags: clean-verily)
09:17
merge trunk ... (check-in: 97ab502f user: jan.nijtmans tags: sync-forkwarn)
07:57
Let --keep/"keep-glob" survive a --verily (contrary to --ignore/"ignore-glob") ... (check-in: 32ed3663 user: jan.nijtmans tags: clean-verily)
07:53
typo ... (check-in: 897acdc8 user: jan.nijtmans tags: trunk)
07:04
Add -x as short option for --verily, for compatibility with GIT ... (check-in: 6262e632 user: jan.nijtmans tags: trunk)
2015-04-28
17:34
Revise (and hopefully improve) the on-line documentation for "fossil clean". Strengthen the --verily option to "fossil clean" so that it overrides all other options and settings (including --keep and --ignore) and silently deletes *all* unmanaged files (as a proper "clean" ought). ... (check-in: c353ee8f user: drh tags: trunk)
16:47
Fix over-long source lines in checkin.c. ... (check-in: 0b3f184a user: drh tags: trunk)
08:11
Cherry-pick 03b725a768: Fix harmless compiler warnings seen with MSVC 2015. ... (check-in: eda622ce user: jan.nijtmans tags: trunk)
2015-04-27
23:54
Only check for forks if content was received. ... (check-in: 440ed5da user: andybradford tags: trunk)
21:00
Merge trunk. Change back one instance of "multiple leafs" to "fork": Here we are sure that it's really a "fork", not some other form of multiple leafs on the same branch. ... (check-in: 35743de4 user: jan.nijtmans tags: sync-forkwarn)
20:46
Use "multiple leaves on the same branch" in stead of "ambiguous branch". Let's see if people like this better. ... (check-in: cd0d6b4d user: jan.nijtmans tags: sync-forkwarn)
19:27
Remove unnecessary end-of-line spacing ... (check-in: fc3d9f52 user: jan.nijtmans tags: trunk)
19:18
warning message fix ... (check-in: b9fbfac5 user: jan.nijtmans tags: sync-forkwarn)
19:14
merge trunk ... (check-in: 2dc4d98e user: jan.nijtmans tags: sync-forkwarn)
13:19
Provide help text for all commands and webpages. ... (check-in: 7ab03289 user: drh tags: trunk)
10:07
Don't reference removed "fossil forks" command any more. ... (check-in: 3a497793 user: jan.nijtmans tags: trunk)
01:37
Remove an unnecessary permissions check on the /hash-color-test web page. ... (check-in: 75e23ea9 user: drh tags: trunk)
01:27
Remove unnecessary text at the top of the /sitemap page. ... (check-in: 4cacd894 user: drh tags: trunk)
01:18
Improvements to the /sitemap page: Add a link to show all forks. Hide links for which the user does not have permission. ... (check-in: 9fa68088 user: drh tags: trunk)
00:25
Improved warning message when there alternative leaf check-outs on the current branch. ... (check-in: f78cba5c user: drh tags: trunk)
2015-04-26
21:28
An alternative implementation of fork warnings that provides more detail. ... (Closed-Leaf check-in: 4a0deae5 user: drh tags: alternative-fork-warning)