Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
17 check-ins tagged with "exec-rel-paths"
|
2015-10-22
| ||
| 11:30 | Merge trunk. Almost forgot about this one. Please review. Closed-Leaf check-in: af7de966ff user: jan.nijtmans tags: exec-rel-paths | |
|
2015-06-20
| ||
| 18:11 | Fix typo. check-in: 931cb88d28 user: mistachkin tags: exec-rel-paths | |
| 18:10 | Merge updates from trunk. check-in: b3a259d011 user: mistachkin tags: exec-rel-paths | |
| 07:50 | merge trunk check-in: 19192868c6 user: jan.nijtmans tags: exec-rel-paths | |
|
2015-06-12
| ||
| 17:49 | Update TH1 integration as well. check-in: 8eb776c7fc user: mistachkin tags: exec-rel-paths | |
| 17:40 | Update the .rc file as well. check-in: d49e678a63 user: mistachkin tags: exec-rel-paths | |
| 08:30 | "./configure --with-exec-rel-paths" now enables the use of windiff.exe as external diff utility by default. Recommended for cygwin builds. check-in: 44d0a0993c user: jan.nijtmans tags: exec-rel-paths | |
|
2015-06-11
| ||
| 21:50 | merge trunk check-in: 5e9253da21 user: jan.nijtmans tags: exec-rel-paths | |
| 16:33 | Prevent calls to find_option() from being skipped when they might be needed (i.e. if both options are specified). check-in: ddfb285cf8 user: mistachkin tags: exec-rel-paths | |
| 08:41 | Slight optimization: don't bother checking the options, when either --exec-abs-paths or --exec-rel-paths is specified. check-in: e86aafedca user: jan.nijtmans tags: exec-rel-paths | |
| 08:33 | Make option --exec-rel-paths actually work, in stead of just giving: "unrecognized command-line option, or missing argument: --exec-rel-paths" check-in: c8a8827309 user: jan.nijtmans tags: exec-rel-paths | |
|
2015-06-10
| ||
| 04:04 | Add help text for the new setting. check-in: 2369a92fb6 user: mistachkin tags: exec-rel-paths | |
| 03:22 | Revise the changes on this branch to favor the current default behavior. Also, make it possible to override the new setting with a command line option. check-in: 2036eef767 user: mistachkin tags: exec-rel-paths | |
|
2015-06-09
| ||
| 10:56 | Add "diff-cmd-abs-paths" setting, controlling whether "fossil diff/gdiff" provide absolute paths to the external diff tool or not. check-in: 55b4a751c8 user: jan.nijtmans tags: exec-rel-paths | |
|
2015-06-05
| ||
| 11:46 | Only use relative paths on win32 and cygwin, not on other platforms: external tools which buggy interpretation of relative paths don't exist on win32/cygwin. This allows a win32 diff tool (like winmerge) to be used in cygwin fossil, or a cygwin diff tool in a win32 fossil, no matter if the current directory is C:\Users\foo or /cygdrive/c/Users/foo. check-in: c9f3266836 user: jan.nijtmans tags: exec-rel-paths | |
| 10:28 | Merge trunk check-in: d066ee039f user: jan.nijtmans tags: exec-rel-paths | |
|
2015-06-03
| ||
| 14:21 | Using relative paths with external tools may be problematic and is technically a breaking change. Use relative paths in paths used by fossil gdiff, as suggested by Ron W: [http://lists.fossil-scm.org:8080/pipermail/fossil-users/2015-April/021015.html] check-in: 3ffb6a3e62 user: jan.nijtmans tags: exec-rel-paths | |