Fossil

Timeline
Login

Timeline

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

6 check-ins related to "merge-remove-temp-files"

2020-02-26
15:23
Implement the --keep-merge-files option for the merge and update commands. Merge-conflict files are omitted without this option. The merge conflict files continue to exist for the stash command. ... (check-in: d20ead10 user: drh tags: trunk)
14:07
The stash now uses the legacy behaviour for merge conflicts, always keeping the baseline/original/merge files, because there's otherwise a potential for undo suffering when stash pop has a conflict. (Thanks to Florian for pointing that out.) ... (Closed-Leaf check-in: 31dc956d user: stephan tags: merge-remove-temp-files)
2020-02-25
23:03
This merge occurred on a laptop and didn't get synced. Before the missing sync was discovered, other check-ins occurred both on the branch and on trunk. So it seems best to just abandon this merge. ... (Closed-Leaf check-in: 6f08a593 user: drh tags: mistake)
20:57
Implemented merge/update --keep-merge-files, per discussion at /forumpost/1407a2d73e. ... (check-in: 1bfd760d user: stephan tags: merge-remove-temp-files)
18:34
Added --admin-user flag to the import command, per discussion at forumpost/2ecbbdf7c6. ... (Closed-Leaf check-in: bdc242fb user: stephan tags: import-admin-user)
15:59
Improved diff performance by using a 64-bit hash. Now able to diff files with lines up to 32KiB in length. ... (check-in: ce0bce90 user: drh tags: trunk)