Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins related to "cmdline-timeline-enhancement"
|
2014-10-22
| ||
| 20:00 | Now use a switch to specify the file/directory to the timeline command. check-in: f24d85aee8 user: mistachkin tags: trunk | |
|
2014-10-21
| ||
| 03:12 | Merge updates from trunk. Closed-Leaf check-in: 22a74690bb user: mistachkin tags: cmdline-timeline-enhancement | |
| 03:05 | Fix compiler warning and clarify use of local variables. check-in: e7518b44eb user: mistachkin 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...check-in: 1e870e1e06 user: mgagnon tags: cmdline-timeline-enhancement | |
| 16:31 | Reverse the output order for the "fossil stash list" command so that the most resent stashes are near the bottom, rather than scrolling off the top of the screen. check-in: cf9eac3929 user: drh tags: trunk | |
|
2014-10-18
| ||
| 19:18 | Enhance the "fossil timeline" command so that one can specify a file or directory as a command-line argument and the timeline only shows check-ins that involve that particular file or any of the files in the named directory. check-in: e05a74f1f4 user: drh tags: trunk | |
| 10:34 | Fix the directory matching logic for the command-line timeline so that it works with case insensitive filesystems. Other cleanups and improvements to the new timeline logic are also included. Closed-Leaf check-in: 8af7f6185a user: drh tags: cmdline-timeline-enhancement | |
|
2014-10-17
| ||
| 21:57 | When specifying a path and type (-t) is not specified on the timeline command, force the type to "ci". If someone specify a path, we can assume he want to see only file checkins. check-in: 9cbafad6a9 user: mgagnon tags: cmdline-timeline-enhancement | |
| 21:12 | Honor case-sensitive setting when specifying path to the timeline command. check-in: 5eeb870d18 user: mgagnon tags: cmdline-timeline-enhancement | |
| 20:44 | Fix the special case when path refer to the root of the repository, in that case, just ignore the path argument. check-in: 3706dcb696 user: mgagnon tags: cmdline-timeline-enhancement | |
| 19:20 |
Add DISTINCT keyword to the main timeline_cmd query to avoid duplicates when
specifying file or directory on the timeline command.
(to be checked by someone more experienced in SQL) check-in: dc8a5742a0 user: mgagnon tags: cmdline-timeline-enhancement | |
| 15:31 | Enchance the command-line timeline to accept the name of a file or directory as an argument and then only show the entries that have changes to that file or directory. check-in: a50c3cfd61 user: drh tags: cmdline-timeline-enhancement | |
| 11:38 | Incorporate SQLite 3.8.7 final from upstream. check-in: 5a2b7356b4 user: drh tags: trunk | |