Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user andygoth occurring around 2016-09-27 17:23:13.
2016-10-24
| ||
18:32 | Merge changes.wiki style update ... (check-in: 780c0150c2 user: andygoth tags: andygoth-timeline-ms) | |
15:52 | Add comments describing each local variable in tagMatchExpression() ... (check-in: 1219bffce0 user: andygoth tags: andygoth-timeline-ms) | |
15:47 | Inconsequential whitespace changes ... (check-in: 9ffc501710 user: andygoth tags: andygoth-timeline-ms) | |
15:44 | Push to 1.37 ... (check-in: 4d1bee54ee user: andygoth tags: andygoth-timeline-ms) | |
2016-10-23
| ||
21:50 | Optimize REGEXP matching by folding all regular expressions into one ... (check-in: b4800dc53d user: andygoth tags: andygoth-timeline-ms) | |
15:42 | Improve comment ... (check-in: c1afe56ffa user: andygoth tags: andygoth-timeline-ms) | |
15:36 | Add ms=EXACT|LIKE|GLOB|REGEXP timeline query parameter which changes the interpretation of the t= and r= query parameters to exact (default), SQL LIKE, glob, or regular expression matching. Other than exact matching, the t= or r= parameter value is interpreted as a whitespace- or comma-delimited list of match patterns, with the option to quote a pattern using single or double quotes in case it contains commas or whitespace. For regular expression matching only, backslash can also be used to inhibit delimiter interpretation of the next character. At this point, the only way to use this feature is to type ms= directly into the URL; the UI still needs to be updated. Be aware for LIKE interpretation that % needs to be written as %25. ... (check-in: be58684514 user: andygoth tags: andygoth-timeline-ms) | |
2016-10-20
| ||
16:53 | Revert unintended change to stash usage summary ... (check-in: 63ac71e571 user: andygoth tags: trunk) | |
16:48 | Remove extra newlines from calls to fossil_fatal() ... (check-in: 2c42b217e5 user: andygoth tags: trunk) | |
16:13 | "stash cat" worked the same as "stash diff", yet "stash cat -tk" worked the same as "stash show -tk". Make "stash cat" behave like "stash show" which matches the -tk case and also the documentation. Also add mention of DIFF-OPTIONS to the stash show|cat|diff|gdiff usage text. Remove unnecessary variable initialization in stash_get_id(), plus show the bad stash ID string rather than "0" if a non-numeric was used. ... (check-in: 48ecfe6645 user: andygoth tags: trunk) | |
2016-10-15
| ||
13:19 | • Edit [f8f5a8159ee934f1|f8f5a8159e]: Edit check-in comment. ... (artifact: 6b96053325 user: andygoth) | |
2016-10-14
| ||
20:34 | Merge fork ... (check-in: 3a35ac58bb user: andygoth tags: trunk) | |
20:32 | Show all files in fusefs directory listings. Previously, if one file's name is a prefix of another file's name in the same directory, the file with the longer name is not included in directory listings. ... (check-in: f8f5a8159e user: andygoth tags: trunk) | |
2016-10-12
| ||
22:04 | Closing because functionality already available in Fossil by clicking on the date in the info page ... (Closed-Leaf check-in: 4f92a66387 user: andygoth tags: andygoth-circa) | |
18:35 | Merge trunk ... (check-in: a7d576ddb2 user: andygoth tags: andygoth-circa) | |
13:31 | Tweak stash help text for internal consistency ... (check-in: de4e4e2a30 user: andygoth tags: trunk) | |
13:20 | Change "-modified" to "-changed" to be consistent with the terminology used by the diff commands ... (check-in: ffee6e812c user: andygoth tags: andygoth-changes) | |
03:46 | • Edit [69b41682655375ff|69b4168265]: Edit check-in comment. ... (artifact: 9eec526024 user: andygoth) | |
03:45 | Revise proposed changes options and help text to accommodate merges. ... (check-in: 69b4168265 user: andygoth tags: andygoth-changes) | |
2016-10-11
| ||
21:07 | Propose an enhanced changes command. At this point, there is no implementation, only help text describing the new options and behaviors. ... (check-in: 2bfdbf97c6 user: andygoth tags: andygoth-changes) | |
2016-10-02
| ||
00:29 | Say "An undo is available" instead of "A undo is available" ... (check-in: 994b319f4b user: andygoth tags: trunk) | |
2016-09-30
| ||
20:43 | Merge trunk ... (check-in: de845a6764 user: andygoth tags: andygoth-circa) | |
2016-09-28
| ||
21:11 | Add "circa" timeline link to show changes made around the time of a given check-in even if they are neither ancestors nor descendants. ... (check-in: b6862a3700 user: andygoth tags: andygoth-circa) | |
2016-09-27
| ||
17:47 | Correct "From" URL in check-in MLINK table ... (check-in: 24a0667e78 user: andygoth tags: trunk) | |
17:23 | One more tweak to fileformat.wiki ... (check-in: 731eb89787 user: andygoth tags: trunk) | |
17:19 | Fix a couple tiny editorial inconsistencies in fileformat.wiki ... (check-in: 9c2116a02b user: andygoth tags: trunk) | |
2016-09-15
| ||
20:08 | • Edit [f4b5881b33b39c61|f4b5881b33]: Edit check-in comment. ... (artifact: 38a6a19d10 user: andygoth) | |
19:59 | • Edit [ef5f795176b6a149|ef5f795176]: Edit check-in comment. ... (artifact: 1f47ae9c0f user: andygoth) | |
19:51 | Merge fork ... (check-in: ef5f795176 user: andygoth tags: trunk) | |
19:50 | Remove extraneous periods in timeline on branch move events, also correct verb tense to be more consistent. This change may require a rebuild to take full effect because an event table may be caching the old event text. ... (check-in: f4b5881b33 user: andygoth tags: trunk) | |
2016-09-07
| ||
16:04 | • Edit [0120be34ea8b8599|0120be34ea]: Edit check-in comment. ... (artifact: 772a534959 user: andygoth) | |
2016-09-06
| ||
19:24 | Possible fix for lockup on merge with rename and (maybe?) custom baseline (exact reasons for lockup not 100% known), resolves issue with my (private) repository. Change received from drh via mailing list. See [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg23838.html] for details. ... (Closed-Leaf check-in: 0120be34ea user: andygoth tags: merge-rename-lockup) | |
2016-07-09
| ||
02:12 | Fix spelling of "occurrence" ... (check-in: d064213b90 user: andygoth tags: trunk) | |
2016-06-05
| ||
17:02 | Fix typo in sqlite3 command documentation ... (check-in: fba7d9e452 user: andygoth tags: trunk) | |
2016-05-23
| ||
15:46 | Merge trunk ... (Closed-Leaf check-in: ca59c662d4 user: andygoth tags: andygoth-quote-apostrophe) | |
15:45 | Merge trunk ... (Closed-Leaf check-in: 83bd4f37b1 user: andygoth tags: andygoth-brackets-outside-link) | |
15:37 | Merge trunk ... (check-in: 1d2e740798 user: andygoth tags: reparent) | |
15:37 | Merge trunk ... (Closed-Leaf check-in: 6164dac54c user: andygoth tags: andygoth-svn-import) | |
15:34 | Rename crnl-glob to crlf-glob, retaining support for crnl-glob as a compatibility alias. Change terminology from NL to LF throughout, excepting cases where NL means newline and not line feed. Also don't change linenoise.c which is third-party code. ... (check-in: 2bc3cfebe6 user: andygoth tags: andygoth-crlf) | |
2016-05-21
| ||
22:48 | Point out that clean -prompt implies -disable-undo ... (check-in: b5601dc3c4 user: andygoth tags: trunk) | |
21:00 | Correct clean-glob example to use commas as delimiters since whitespace (other than newline) is not a valid delimiter ... (check-in: 1640479b7d user: andygoth tags: trunk) | |
20:57 | Update description of clean-glob in accordance with past updates to the clean command ... (check-in: 15aa04ab0c user: andygoth tags: trunk) | |
20:37 | Further improvements to the documentation for clean to better match the implementation ... (check-in: dd77130500 user: andygoth tags: trunk) | |
19:38 | Remove obsolete "cannot be undone" warning from documentation for clean, fix spelling error, and add mention of --disable-undo to description for --verily ... (check-in: d7955bf18c user: andygoth tags: trunk) | |
16:54 | Adjust documentation for extras command to say CSG instead of GLOBPATTERN for more internally consistent terminology ... (check-in: 4843bd5402 user: andygoth tags: trunk) | |
2016-05-17
| ||
04:36 | Remove extra "+" that was being prefixed to the parent tag in the reparent command. tag_add_artifact() already prefixes one "+" because its fifth argument is 1. ... (check-in: 6b4565002b user: andygoth tags: reparent) | |
04:16 | Remove unused variables ... (check-in: f9decff05e user: andygoth tags: trunk) | |
2016-05-14
| ||
13:10 | Ignore Subversion property changes when importing. Property changes were previously interpreted as changing a file to be empty. ... (check-in: ed7905b64d user: andygoth tags: andygoth-svn-import) | |
04:32 | Avoid NULL dereference when importing incremental Subversion dumps. This may not be the correct solution, but at least it's not outright crashing anymore. ... (check-in: 2ade560ea0 user: andygoth tags: andygoth-svn-import) | |
04:29 | Add -ignore-tree to import command ... (check-in: 10faea6e0f user: andygoth tags: andygoth-svn-import) | |