Fossil

Timeline
Login

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

16 check-ins using file src/db.c version bde1573e58

2016-11-15
23:23
Make changing to a symlink take priority over all other change types. This might also be a solution to the problem fixed by the previous commit, but it also avoids having a file that becomes a symlink (with target string length not equal to former file size) being marked as an ordinary edit. check-in: f10a284abb user: andygoth tags: trunk
23:11
Don't rely on vfile.islink to tell whether or not a file is currently a symlink for the purpose of avoiding calling file_contains_merge_marker(). It is possible for a file to have become a symlink since the last commit. If the link target's string length is not equal to the former file size, vfile_check_signature() will treat it as a normal change and not mark it as chnged==8 (SYMLINK), so execution can fall through to the undesirable call to file_contains_merge_marker(). check-in: 43140feb1d user: andygoth tags: trunk
22:49
Avoid listing added files when running "fossil changes -edited" check-in: 0dea016de1 user: andygoth tags: trunk
21:47
Change the /test-version webpage into a supported /version webpage. Add a link from /stat. Closed-Leaf check-in: 57fea3151e user: drh tags: stat-update
02:50
Add script to automate updating common command list in man page, and use it to update the man page check-in: 42d6c86fa1 user: andygoth tags: trunk
00:30
Fix timeline -n 0 to display an unlimited number of lines (rather than zero) to match documentation. Correct timeline -n for negative N documentation to match actual behavior. Limit compute_ancestors() and compute_descendants() on the assumption that there is no more than one entry per line. check-in: def9af43a3 user: andygoth tags: trunk
2016-11-12
22:58
Move the revert in test case to the correct sequence to avoid a merge conflict. check-in: 3eeab4a589 user: andybradford tags: trunk
22:19
Add test case to handle file add and rename before merging to trunk. Make test_setup return the repository path so it can be used in the test. check-in: 6a5f0c5b55 user: andybradford tags: trunk
04:21
Make artifact|whatis page use local time to match the timeline. Otherwise clicking on date/time links finds the wrong check-in in the timeline. May wish to convert other calls to datetime() to use local time. check-in: e7192bb975 user: andygoth tags: trunk
00:01
Fix uninitialized variable that was causing artifact download issues. check-in: 3af5165a90 user: mistachkin tags: trunk
2016-11-11
16:47
Add the ci=BRANCH and filename=NAME query parameters to the /raw page. check-in: fc29b08125 user: drh tags: trunk
2016-11-10
19:44
Fix typo in help text for fossil tag check-in: 405a93e4dc user: andygoth tags: trunk
2016-11-09
03:02
Minor tweak to changes help text: move some trivia to the end so the more important material is read first check-in: 5c8bdd00c2 user: andygoth tags: trunk
01:44
Minor tweak to branch help text check-in: 596f29fa1b user: andygoth tags: trunk
2016-11-08
18:41
The 'ignore-glob' setting should not be used for build output files; otherwise, 'extras' command is unable to see them and 'clean' command is unable to remove then. Also, the 'add' command should already ignore files matching the 'clean-glob', there is no need to duplicate its contents in 'ignore-glob'. Remark (JN): "fossil clean -x" could be your friend here, it makes life a lot easier. check-in: dc9ac1d7cb user: mistachkin tags: trunk
18:18
Since the 'manifest' setting is no longer a strictly binary option, prevent it from being displayed as such on the settings page. check-in: b73dee981a user: mistachkin tags: trunk