Fossil

Timeline
Login

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

50 most recent check-ins by user mgagnon

2021-10-29
18:22
When "open" warn about already existing files, also mention -k (--keep) as an alternative to -f (--force). Leaf check-in: d70ea01c83 user: mgagnon tags: trunk
2021-10-21
01:15
Improve help text of login-group command. Mention about the -R|--repository option and format subcommand description to follow a bit more the conventions of other commands. check-in: b9107e42cd user: mgagnon tags: trunk
2021-04-30
20:44
Fix small typo in comments (no functional changes) check-in: 6f9ed5636a user: mgagnon tags: trunk
2021-04-26
17:57
Automatically add "glob=<str>" to the query string of the /vdiff page when looking at subdirectory history. check-in: d96982fba6 user: mgagnon tags: trunk
15:37
Merge latest changes from trunk check-in: 700ae1075b user: mgagnon tags: vdiff-context-glob
15:36
Use URLSearchParams API instead use custom GetQueryStringValue() function. URLSearchParams is support by most browser since 2017. check-in: fab81968d1 user: mgagnon tags: vdiff-context-glob
2021-04-23
20:03
Automatically add "glob=<str>" to the query string of the /vdiff page when looking at subdirectory history. check-in: 3e588c822c user: mgagnon tags: vdiff-context-glob
2020-12-23
05:28
Disable the detailed timestamp popup when browser doesn't support it. (example: Safari) check-in: 5744428bfa user: mgagnon tags: chatroom-dev
2020-12-07
16:12
Add support for the "--nested" option to the clone subcommand, so the new clone/open in 1 step usage can be use insde a checkout. check-in: f3d115d988 user: mgagnon tags: trunk
2018-02-16
14:39
Fix segfault when accessing the initial checkin directory on a fusefs mounted repository. This is on a branch because the Fix is on manifest_file_seek_base() function which is not only fuse-related. Closed-Leaf check-in: 6831769d62 user: mgagnon tags: fix_fusefs_on_empty_checkin_crash
2018-01-19
19:15
Remove call of "getuid()" added on previous commit because it is not available on windows. For the pledge() call, always allow "chown" for now, even if not running as root. check-in: 6b41a7e803 user: mgagnon tags: trunk
18:06
If running "fossil status" when pledge() is enabled, the "chown" promise needs to be added when running as root, otherwise fossil receive a SIGABRT and crash when attempting to call fchown(...) on creation of the .fossil-journal file. check-in: 396513fa4a user: mgagnon tags: trunk
2018-01-16
15:44
merge previous fork check-in: dddad4f073 user: mgagnon tags: trunk
15:41
Fix bad url on "Advanced"/"Basic" link of the timeline page. The zLink argument of style_submenu_element() should be a literal "%s", otherwise, encoded url parameter value may contain "%" and get corrupt by the vmprintf() call inside. Problem was happening when clicking on "Basic/Advanced" link on this page: http://www.fossil-scm.org/index.html/timeline?advm=1&chng=src/* check-in: 3c2ef25d03 user: mgagnon tags: trunk
2018-01-12
02:48
Add missing history of directory link on /dir page when "All" version is selected. check-in: f77a929eda user: mgagnon tags: trunk
2017-07-10
14:37
test-markdown-render and test-wiki-render command don't require to be inside a checkout. check-in: 1ba3c91994 user: mgagnon tags: trunk
2017-03-15
18:20
Merge latest trunk Closed-Leaf check-in: ad9d418cbb user: mgagnon tags: dir_history_link
2017-03-08
22:56
Remove a repeated "are" in hash-policy command help text. check-in: 5776542195 user: mgagnon tags: trunk
2017-03-03
19:33
Improve stash diff commands when using external diff tool to make it behave a little bit more like the "fossil gdiff" command. check-in: 2a47673a9e user: mgagnon tags: trunk
19:29
merge trunk Closed-Leaf check-in: 5e19d73176 user: mgagnon tags: stash-gdiff-improvement
14:31
Add gshow and gcat command to allow to use gdiff-command when diffing the stash against baseline. When using gdiff, call external tool directly with the file from the checkout, it's usefull when merging change manually using the external tool. check-in: 06b167526b user: mgagnon tags: stash-gdiff-improvement
2017-02-08
18:28
On /dir page, add a link named "[history]" that point to the timeline affecting only the files inside the current directory. Use the "chng=dirname/*" query parameter of the /timeline page) TODO: Implement the same in Tree-View mode (could add the link beside each directory) check-in: c458c3f61b user: mgagnon tags: dir_history_link
2017-02-03
15:13
On diff/gdiff command, override "diff-binary" setting when argument "--diff-binary off" command line option is specified, not only with "--diff-binary on". check-in: f62c247083 user: mgagnon tags: trunk
2016-12-21
17:50
When calling gdiff (or stash gdiff) command between 2 versions, use the filename to prefix the temporary random filename so once inside the external diff program we know what file is being compared. (pending-review) Closed-Leaf check-in: 856ca01b13 user: mgagnon tags: gdiff-tmpfilename-prefix
2016-10-28
22:51
merge fork. check-in: cf2adc71e8 user: mgagnon tags: trunk
22:45
Fix a C99-ism. check-in: 61ec712492 user: mgagnon tags: trunk
2016-06-07
01:26
Fix typo in test_markdown_render function name. (no functional change since the command name was okay). check-in: c94b49add8 user: mgagnon tags: trunk
2016-06-06
21:06
Add test-markdown-render. Does the same as test-wiki-render, but for markdown syntax. check-in: 67f5df3b59 user: mgagnon tags: trunk
2015-10-24
14:10
Fix "json timeline" to don't show duplicate files in some chek-ins with merge. Same way CLI timeline was fix on [3c34db8d]. check-in: 26d903de0c user: mgagnon tags: trunk
2015-10-21
12:04
Backout changes from timeline_showfiles_fix branch which was attempting to fix discrepancy between CLI and web when listing modified files in checkins. Make "fossil timeline -v" command behave like the web interface so the CLI timeline command get fixed instead of breaking the web interface. check-in: 3c34db8d0e user: mgagnon tags: trunk
2015-10-08
01:37
revert accidental line addition in comment header. Closed-Leaf check-in: f8dbed8e7c user: mgagnon tags: timeline_showfiles_fix
01:34
Fix /timeline?v=1 and /info page that were not showing all affected files for check-ins with 2 ancestors or more. pending-review check-in: 9f7a681d6d user: mgagnon tags: timeline_showfiles_fix
2015-08-29
15:24
Merge fix from svn-import branch relative to svndump format version 3 handling. check-in: 7febc31883 user: mgagnon tags: trunk
2015-05-12
10:42
Make addremove command to fail if unprocessed arguments (other than options) are specified. To avoid mis-use where a user could think he can specify a list of directory like with many other commands. check-in: 975600dd59 user: mgagnon tags: trunk
2015-03-20
04:35
Add a menu entry on /fdiff, /ci and /vdiff page to control the diff context (dc=<n>) query parameter. (pending review) Closed-Leaf check-in: eae6f32f1c user: mgagnon tags: diff-context-menu-entry
2015-03-03
17:16
Use timelineDate class for the date div on finfo page, just like on timeline page to ensure the date doesn't wrap. (problem reported on ml) check-in: 3dbe76fca9 user: mgagnon tags: trunk
2015-02-25
17:19
Usage text only modifications: - Mention about --force. - Show that --git is optional (?--git?) - Add short option (-f for --force and -i for --incremental) (No change to the code) check-in: c2cdd0e3e8 user: mgagnon tags: svn-import
14:51
Change import command to use --git and --svn options instead of "svn" and "git" sub-sub-command to stay compatible with before. Make sure verify_all_options() fail with specifiying svn only option with --git. check-in: 4d3bb24b44 user: mgagnon tags: svn-import
13:54
Merge trunk.. check-in: 7d0ce2b067 user: mgagnon tags: svn-import
13:52
Integrate svn-import_no-svn-rev branch.. check-in: 16923b5c59 user: mgagnon tags: svn-import
2015-02-22
15:59
merge compiler fix for msvc.. Closed-Leaf check-in: 44686ca1a9 user: mgagnon tags: svn-import_no-svn-rev
15:31
Safer version of previous compiler warning fix.. check-in: 936ebe677b user: mgagnon tags: svn-import_no-svn-rev
15:17
Fix compiler warning... check-in: 44011cd21d user: mgagnon tags: svn-import_no-svn-rev
2015-02-16
13:50
Stay in sync with svn-import... check-in: 04308c2164 user: mgagnon tags: svn-import_no-svn-rev
2015-02-15
19:34
Add the --no-svn-rev command line option to the "import svn" command that will skip the automatic tagging of every checkins with "svn-rev-nnn" tags. Proposition for the svn-import branch.. check-in: 3c24fede5a user: mgagnon tags: svn-import_no-svn-rev
2014-12-06
14:24
In Makefile.mingw: Don't compile some zlib optimized assembler sources when compiled with FOSSIL_ENABLE_MINIZ. check-in: 8a5c394ba4 user: mgagnon 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: 1e870e1e06 user: mgagnon 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