Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
14 check-ins using file src/diff.c version 8be46c386b
2012-10-05
| ||
16:36 | Fix a couple of C99-isms in the recent stash changes. ... (check-in: f378800aed user: drh tags: trunk) | |
13:55 | On the timeline webpage, remove the (undocumented) "nomerge" query parameter and make no-merge behavior the default when using the "from" and "to" query parameters. A new "shortest" query parameter can be used to find the shortest path, if desired. ... (check-in: 37d107501c user: drh tags: trunk) | |
13:48 | Update SQLite from upstream so that Fossil will compile on pre-C99 compilers. This SQLite still has issues with ORDER BY optimization, but those issues do not seem to effect Fossil. ... (check-in: 5a428febd4 user: drh tags: trunk) | |
13:44 | Enhancements to the "bisect" command: (1) Create alias "ls" for the "vlist" subcommand. (2) Show an abbreviated listing unless the --all option is used. (3) Automatically show the abbreviated listing after each "next". ... (check-in: eec11147cf user: drh tags: trunk) | |
13:10 | Update the "fossil stash" command so that it always prompts for a comment if the -m option is omitted. ... (check-in: 16371dcb1b user: drh tags: trunk) | |
12:38 | Get the --tk option working for "fossil stash diff". ... (check-in: 2ed8cdc518 user: drh tags: trunk) | |
12:10 | Merge the controlInfoLink branch into trunk. ... (check-in: 71c3b67a79 user: drh tags: trunk) | |
08:28 | Simplify internal link generation for control artifacts to avoid using escaped HTML entities. ... (Closed-Leaf check-in: bcf41d31ca user: mistachkin tags: controlInfoLink) | |
2012-10-03
| ||
19:54 | Integration work for the markdown engine provided by Natacha Porté. ... (check-in: d38c6eef06 user: mistachkin tags: markdown) | |
14:58 | Import the latest SQLite core from upstream. ... (check-in: 7f3379f3a9 user: drh tags: trunk) | |
2012-10-02
| ||
23:01 | Enable building with the TCL stubs library and then loading the main TCL library at run-time, and only if needed. ... (check-in: 25f7fa1157 user: drh tags: trunk) | |
22:59 | Merge the enhancements that adds the "diff-binary" setting for passing binary files to the external diff program. ... (check-in: f8339c2743 user: drh tags: trunk) | |
2012-09-30
| ||
07:39 | Make sure the new command line options are always processed; however, wait until after the settings are available. ... (Closed-Leaf check-in: 064afb225a user: mistachkin tags: diffBinExternal) | |
06:25 | Add support for skipping binary files when using an external diff program. The existing 'binary-glob' setting and new 'diff-binary' boolean setting control this feature. ... (check-in: c50eb50718 user: mistachkin tags: diffBinExternal) | |