Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2024-12-10 12:53:26.
2024-12-14
| ||
20:40 | Change the name of the --tree option to --external-baseline. ... (Closed-Leaf check-in: 356163b05d user: drh tags: diff-tree) | |
19:57 | Fix the new --tree option so that it only shows diffs of files that prefix match arguments on the command-line. ... (check-in: df94a3538e user: drh tags: diff-tree) | |
19:52 | Add the "--tree DIRECTORY" option to the "fossil diff" command. ... (check-in: 07a699738a user: drh tags: diff-tree) | |
12:00 | Recognize the --from-ckout and --to-ckout options to the "fossil diff" command. UPDATE: Development on this branch abandoned. See the nearby "diff-tree" branch for an alternative idea. ... (Closed-Leaf check-in: 28197b28c2 user: drh tags: diff-two-ckouts) | |
2024-12-13
| ||
21:37 | Begin making infrastructure changes to support doing a diff between two independently edited check-outs. ... (check-in: b10cb2b536 user: drh tags: diff-two-ckouts) | |
15:36 | Fix redirect for the misuse of /ckout. ... (check-in: 02eb97d801 user: drh tags: trunk) | |
13:52 | Change the "sectionmenu" for the diffs on the /ckout page to be just a <hr>. ... (check-in: 8b06e7c03f user: drh tags: trunk) | |
13:29 | Attempts at beautification: (1) Simplify names of some links/buttons in diff pages. (2) Omit the "Hide Diffs" links, as those are now redundant. (3) Remove the accordion menu from the /ckout page. ... (check-in: 4d2d62d017 user: drh tags: trunk) | |
12:50 | Add the info-changes-menu to the "Uncommitted Changes" section of the /ckout page. ... (check-in: 7cf712af97 user: drh tags: trunk) | |
12:19 | Add accordion panels to the /ckout page. ... (check-in: 4af5cde63d user: drh tags: trunk) | |
12:00 | Fix the /ckout page so that it works correctly even when invoked from a subdirectory of the checkout root. [forum:/forumpost/af6086e46b|Forum post af6086e46b]. ... (check-in: 242c2d1844 user: drh tags: trunk) | |
2024-12-12
| ||
11:36 | On the /ckout page, omit the diff if the diff parameter is 0 or smaller. ... (check-in: 0654e8459a user: drh tags: trunk) | |
2024-12-11
| ||
11:41 | Record the name of the branch for a checkout when the checkout is first opened. Possible use later to warn about branch name changes at check-in time. ... (Leaf check-in: 706a10d09e user: drh tags: safe-checkout-branch) | |
00:32 | More robust detection of top of a checkout in the dir_has_ckout_db() function. ... (check-in: 36f916c504 user: drh tags: trunk) | |
2024-12-10
| ||
20:56 | Add an optional REMOTE:PATH term on the "fossil bisect ui" command that runs the UI on the specified remote check-out. ... (check-in: a865c62a16 user: drh tags: trunk) | |
20:44 | More improvements to the title of the /ckout page. Add a link to the /ckout page from the /sitemap, when the /ckout page is valid. ... (check-in: 3f6a7e5113 user: drh tags: trunk) | |
20:28 | Update the change log. ... (check-in: e850ce1cb2 user: drh tags: trunk) | |
19:18 | Further improvements to the title of the ckout page. ... (check-in: 726709d92a user: drh tags: trunk) | |
18:37 | • Edit [099ed5b97b2d1194|099ed5b97b]: Mark "Closed". ... (artifact: ec69b24235 user: drh) | |
18:24 | Improved title on the /ckout page. ... (check-in: 842daebb22 user: drh tags: trunk) | |
18:18 | Try to always use /ckout as the start page for "fossil ui" invocations, even on remote hosts, unless something else is specified by the user. ... (check-in: 58849c4098 user: drh tags: trunk) | |
16:57 | Change the default page for the "fossil ui" command to the new /ckout page. ... (check-in: db2f309787 user: drh tags: trunk) | |
13:58 | If the "fossil diff" command has a directory argument, then run a "fossil ui" diff on that check-out. ... (Closed-Leaf check-in: 099ed5b97b user: drh tags: diff-remote) | |
13:13 | Add an "unprotect()" call to /ckout so that it can see that files have changed and update the vfile table appropriately. Updates to diff command-line parser comments to mention all the latest options. ... (check-in: a2a0390cbf user: drh tags: trunk) | |
12:53 | Add the /ckout page. ... (check-in: d35d201840 user: drh tags: trunk) | |
12:52 | Update the help message for the /ckout page. ... (Closed-Leaf check-in: 5ba44a134d user: drh tags: ckout-page) | |
12:38 | Be sure to call vfile_check_signature() so that edits are detected prior to generating diffs on the /ckout page. ... (check-in: 6affaac979 user: drh tags: ckout-page) | |
12:16 | Add diffs to the /ckout page. ... (check-in: 2578684c5c user: drh tags: ckout-page) | |
00:36 | Begin adding the infrastructure for a /ckout webpage. ... (check-in: c620a8c74c user: drh tags: ckout-page) | |
00:09 | Fix an obscure possible bug in "fossil ui DIR" if there are 96 or more additional arguments. ... (check-in: de6f88a6f0 user: drh tags: trunk) | |
2024-12-09
| ||
23:03 | Update the built-in SQLite to the latests trunk version, which includes fixes found in 3.47.2, plus other enhancements. ... (check-in: 077e53a341 user: drh tags: trunk) | |
22:51 | Fix a bug in text-merge for the case when the same change occurs along both branches. ... (check-in: 58c74fc5c7 user: drh tags: trunk) | |
22:45 | Gather more transformations for merge-info in a "fossil update". ... (check-in: 565a49062c user: drh tags: trunk) | |
17:38 | Record merge-info information for the "fossil update" command. ... (check-in: 3a18c95df4 user: drh tags: trunk) | |
16:47 | The output from "fossil merge-info" appears in priority order: CONFLICT first, then MERGE, then other minor changes. ... (check-in: 0b5dfa9f6c user: drh tags: trunk) | |
2024-12-06
| ||
19:07 | An improved method for clearing out unwanted table during rebuild. ... (check-in: aeec557e89 user: drh tags: trunk) | |
13:49 | Fix the rebuilder so that it does not try to drop shadow tables, which cannot be dropped in newer versions of SQLite, and thus does not error out for databases that have FTS indexes. ... (check-in: 55f1366100 user: drh tags: trunk) | |
13:37 | Make more use of WITHOUT ROWID tables in the main schema. ... (check-in: b8011bf508 user: drh tags: trunk) | |
10:59 | Automatically shrink the width of the merge-info --tk GUI so that it fits into the available console space. ... (check-in: e75753438a user: drh tags: trunk) | |
04:07 | Fix a very minor memory leak in the merge logic. ... (check-in: 6ff817d3c7 user: drh tags: trunk) | |
04:03 | Fix a "%d" that ought to be a "%lld" because the argument is a 64-bit integer. This error causes no problems on 64-bit builds, but fails horribly on 32-bit. ... (check-in: 546cbce277 user: drh tags: trunk) | |
03:32 | • Edit [383f8ef1ee2eccf6|383f8ef1ee]: Mark "Closed". ... (artifact: 2697344134 user: drh) | |
03:31 | • Edit [14959bc587effbd0|14959bc587]: Edit check-in comment. ... (artifact: 2176e71ecd user: drh) | |
02:42 | Typo in the previous commit. ... (Closed-Leaf check-in: 383f8ef1ee user: drh tags: pi4-fixes) | |
02:41 | • Edit [14959bc587effbd0|14959bc587]: Move to branch pi4-fixes. ... (artifact: 4f2cda8b10 user: drh) | |
02:38 | Correction to the previous check-in. ... (check-in: a24f14900d user: drh tags: pi4-fixes) | |
02:26 | <s>Changes to the "merge" command to work around what appears to be a bug in GCC 10.2.1 on Raspbian 10.2.1-6+rpi1, armv6, 32bit.</s> No. Further analysis shows the exact same malfunction in a 32-bit build on i386 using gcc 5.4.0. So this sequence of changes is now moved to a branch. ... (check-in: 14959bc587 user: drh tags: pi4-fixes) | |
2024-12-05
| ||
23:15 | Fix memory leaks in merge. ... (check-in: 337617ba19 user: drh tags: trunk) | |
20:48 | Minor width adjustment for the merge-info GUI on Windows. ... (check-in: bf1af2e546 user: drh tags: trunk) | |
20:12 | When doing a merge, if a merge conflict occurs, a new section appears in the merge conflict markings that shows the suggested resolution. In addition, the "merge-info --tk" GUI is improved so that line numbers in the result column correspond with line numbers in the actual file. ... (check-in: 1cf0d372fa user: drh tags: trunk) | |