Fossil

Timeline
Login

Timeline

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

50 events by user andygoth occurring around 2018-04-11 20:34:05.

2020-04-28
22:37
Correct typo ... (check-in: acbbc133e1 user: andygoth tags: trunk)
2020-03-20
04:02
Rename test function to match the test command name ... (check-in: 77be1777e1 user: andygoth tags: trunk)
2019-11-23
22:16 Edit [67412fbb35edd6e1|67412fbb35]: Edit check-in comment. ... (artifact: bb82d56a13 user: andygoth)
21:46
Improve comment to explain why the "r" query is being rewritten ... (Closed-Leaf check-in: 67412fbb35 user: andygoth tags: andygoth-restore-related)
21:00 Added wiki page "branch/andygoth-restore-related" ... (artifact: e4350db990 user: andygoth)
20:58 Edit [e2581e6db794781e|e2581e6db7]: Edit check-in comment. ... (artifact: 7ff32c044b user: andygoth)
20:55
Show filter description even when "r" is used on a branch that has no wiki ... (check-in: 2a5af7076b user: andygoth tags: andygoth-restore-related)
20:54
Restore operation of "related" and "tag filter" widgets, see forum thread [https://fossil-scm.org/forum/forumpost/2d5fe3dedc] for discussion ... (check-in: e2581e6db7 user: andygoth tags: andygoth-restore-related)
2019-08-24
18:32
Merge fork ... (check-in: 6c6aae9782 user: andygoth tags: trunk)
2019-01-19
21:03
Remove unused variable ... (check-in: 302ce43947 user: andygoth tags: trunk)
2018-11-08
02:38
Improve grep documentation ... (check-in: 4af31f11bb user: andygoth tags: trunk)
2018-10-04
14:08
Update list of common commands in man page ... (check-in: cc6f7a9257 user: andygoth tags: trunk)
2018-09-29
02:23
Update man page to sync with www/index.wiki ... (check-in: 50c2a14dbf user: andygoth tags: trunk)
02:19 Edit [7f890aa458b282e4|7f890aa458]: Edit check-in comment. ... (artifact: 4a2b41bff2 user: andygoth)
02:18
Run "tools/man_page_command_list.tcl fossil.1" to update Fossil man page to include new "common" commands, according to the output of "fossil help" ... (check-in: 7f890aa458 user: andygoth tags: trunk)
2018-09-28
20:54
Document reference links having no second set of square brackets ... (check-in: 2856830e17 user: andygoth tags: trunk)
2018-08-30
16:13
Silence warning about unused variable ... (check-in: 2f72c1fbd2 user: andygoth tags: trunk)
2018-08-27
15:00
Remove unnecessary execute bit ... (check-in: cabc447c68 user: andygoth tags: trunk)
15:00
Correct markdown reference documentation on optional outermost | characters ... (check-in: 08e4371bdc user: andygoth tags: trunk)
2018-07-14
16:22
Add missing option to diff option summary ... (check-in: 9b7332766f user: andygoth tags: trunk)
16:22
Silence const warning (GCC 8.1.1) ... (check-in: 83288757e5 user: andygoth tags: trunk)
2018-06-12
18:52
Reduce automatic scroll offset when multiple ranges are selected ... (check-in: d46491d6e6 user: andygoth tags: trunk)
2018-06-09
16:37
Update secondary mention of SQLite compression ratio to match table ... (check-in: b46141f458 user: andygoth tags: trunk)
2018-04-27
00:52
Fix typo in annotate documentation ... (check-in: 4dcda7d991 user: andygoth tags: trunk)
2018-04-11
20:34
Correct minor typo ... (check-in: 805a58c320 user: andygoth tags: trunk)
2017-10-19
04:09
Adjust help text wording for /download page ... (check-in: eecb721e04 user: andygoth tags: trunk)
2017-10-14
23:20
Update /dir to support readme and readme.* files being a symlink to the actual document. Symlinks to symlinks are not supported in this instance. The document type is determined by the link target name. ... (Closed-Leaf check-in: eb4dda4820 user: andygoth tags: andygoth-doc-symlink)
22:49
Remove unnecessary double NUL-termination from blob ... (Closed-Leaf check-in: 95b6fad941 user: andygoth tags: andygoth-enhanced-symlink)
22:22
Update change log to describe Windows behavior of "l" flag to "manifest" setting ... (check-in: 810370cd43 user: andygoth tags: andygoth-enhanced-symlink)
22:19
Correct sense of _WIN32 conditional compilation ... (check-in: 1226e3ef52 user: andygoth tags: andygoth-enhanced-symlink)
22:03
Use transactions while creating symlink_perm table ... (check-in: f42ee09a09 user: andygoth tags: andygoth-enhanced-symlink)
22:03
Additional corrections to Windows symlink permissions logic ... (check-in: f29c8a44be user: andygoth tags: andygoth-enhanced-symlink)
21:48
Tweak comment style for consistency within functions ... (check-in: 364d04315b user: andygoth tags: andygoth-enhanced-symlink)
21:44
Correct vfile_check_signature() handling of manifest.symlinks not existing or manifest setting not containing the l flag ... (check-in: de50c496d2 user: andygoth tags: andygoth-enhanced-symlink)
21:43
Update Windows version of vfile_check_signature() to get symlink status from manifest.symlinks ... (check-in: 23e67f67d0 user: andygoth tags: andygoth-enhanced-symlink)
21:37
Protect against symlink_perm table already existing, should get_checkout_symlink_table() have already been called ... (check-in: 03ba3d9cb2 user: andygoth tags: andygoth-enhanced-symlink)
21:32
Move manifest.symlinks read functionality into the new get_checkout_symlink_table() function in checkout.c ... (check-in: 7a4bd5cf83 user: andygoth tags: andygoth-enhanced-symlink)
21:13
When committing on Windows with the "l" manifest flag set, update the symlink permission for selected files from the manifest.symlinks file if it exists ... (check-in: 2808e22596 user: andygoth tags: andygoth-enhanced-symlink)
19:32
Correct help text for open command ... (check-in: 109c956ff1 user: andygoth tags: andygoth-enhanced-symlink)
19:28
Merge trunk ... (check-in: 057645a938 user: andygoth tags: andygoth-enhanced-symlink)
2017-10-03
14:42
Tweak indenting for consistency ... (check-in: 5f37eb84ca user: andygoth tags: trunk)
05:12
Follow-up to [f39c33c133]: Only add extra table cell when rcvid column is shown ... (check-in: 1f9718a694 user: andygoth tags: trunk)
2017-09-30
01:09
Add [string index] TH1 command ... (check-in: 0c57ba3eb4 user: andygoth tags: trunk)
2017-09-29
00:53
Add support for the "l" flag to the "manifest" setting to enable creation of a file "manifest.symlinks" which lists the names of all symlinks ... (check-in: 8d6bdd1e00 user: andygoth tags: andygoth-enhanced-symlink)
2017-09-27
03:23
Assorted cleanups associated with [f74f7014], most notably making "fossil dif" work again despite the ambiguity with setting "diff-command" ... (check-in: 2b6a34c7e4 user: andygoth tags: trunk)
2017-09-25
15:28
Merge search-technote ... (check-in: a551d503c2 user: andygoth tags: trunk)
2017-09-24
23:42 Edit [94650be8de06dc37|94650be8de]: Cancel tag "annotation-enhancements". ... (artifact: 10b1dbe3f1 user: andygoth)
04:42
Use tables throughout globs.md ... (check-in: 7f2689b1b5 user: andygoth tags: andygoth-annotation-enhancements)
04:41
Correct name of extras command ... (check-in: 4546d93da3 user: andygoth tags: andygoth-annotation-enhancements)
04:33
Correct typo preventing "fossil help clean-glob" from working ... (check-in: 41162e1ac5 user: andygoth tags: andygoth-annotation-enhancements)