Fossil

Changes On Branch cmdline-timeline-enhancement
Login

Changes On Branch cmdline-timeline-enhancement

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

Changes In Branch cmdline-timeline-enhancement Excluding Merge-Ins

This is equivalent to a diff from e7518b44 to 22a74690

2014-10-22
20:00
Now use a switch to specify the file/directory to the timeline command. (check-in: f24d85ae user: mistachkin tags: trunk)
2014-10-21
22:12
Avoid invoking fossil_error() in manifest_crosslink() while processing a push, even though such errors are suppose to be ignored. (Closed-Leaf check-in: 1d857968 user: drh tags: experimental)
03:19
Restore use of short string identifiers in titles on the check-in info page. (check-in: c1d20c33 user: mistachkin tags: trunk)
03:12
Merge updates from trunk. (Closed-Leaf check-in: 22a74690 user: mistachkin tags: cmdline-timeline-enhancement)
03:05
Fix compiler warning and clarify use of local variables. (check-in: e7518b44 user: mistachkin tags: trunk)
03:00
Merge updates from trunk. (Closed-Leaf check-in: d1983dd2 user: mistachkin tags: warningFix)
02:52
Add the codecheck1 program to the build tools. This program validates the format strings on printf-style internal interfaces, verifying that the correct number of arguments follow and that SQL is protected from injection attacks. (check-in: 49b0ff15 user: drh tags: trunk)
2014-10-20
21:37
Now use a switch to specify the file/directory to the timeline command.

- Use -p|--path PATH since "-f" is already used as a deprecated options.

- Restore command line arguments parsing of the timeline command as before the cmdline-timeline-enhancement branch so the previous behavior and argument priority stay compatible as before.

(We were not able to specify a checkin prefix or tagname without specifying the ?WHEN? argument anymore.)
(check-in: 1e870e1e user: mgagnon tags: cmdline-timeline-enhancement)

Changes to src/timeline.c.