Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
33 check-ins using file www/patchcmd.md version 21b6c82aae
|
2021-06-30
| ||
| 20:33 | Enhance the "fossil ui" command so that the REPOSITORY argument can be on a remote system. ... (check-in: f3acbe429a user: drh tags: trunk) | |
| 20:31 | Update the change log to talk about the enhancements to "fossil ui". ... (Closed-Leaf check-in: 2d19a40df3 user: drh tags: remote-ui) | |
| 20:15 | Improvements to "fossil ui HOST:PATH". ... (check-in: cff1f785e1 user: drh tags: remote-ui) | |
| 19:14 | Initial changes to support HOST: prefixes on the REPOSITORY argument of the "fossil ui" command. ... (check-in: cb34f1a8ac user: drh tags: remote-ui) | |
| 18:55 | Change log typo fix and added an all-encompassing 'numerous other minor enhancements' to 2.16. ... (check-in: 56a40e3b9d user: stephan tags: trunk) | |
| 18:46 | Refactored [bf66d61582] to move the dir-has-a-checkout-db check into the new dir_has_ckout_db() routine. ... (check-in: 3946ff81b0 user: stephan tags: trunk) | |
| 17:57 | Retroactively added a note to the 2.12.1 change log about the allow-symlinks setting no longer syncing, per forum request. ... (check-in: c5dc24d4eb user: stephan tags: trunk) | |
| 17:39 | Add the new file_skip_userhost() function that will find an skip over a "USER@HOST:" prefix on a filename, if it exists. Use this to extract the USER@HOST prefix from names in the "fossil patch push/pull" commands. ... (check-in: 89a8588853 user: drh tags: trunk) | |
| 13:56 | The argument to the "fossil ui" command is allowed to be a directory name instead of a repository filename. If a directory, repository associated with the checkout at that directory is used. ... (check-in: 9ec744ed79 user: drh tags: trunk) | |
| 13:52 | Enhance the blob_append_escaped_args() routine with a new parameter to indicate if the argument is a filename. Only prepend "./" to filename arguments that begin with "-". The "%$" printf conversion assumes a filename, but the "%!$" conversion does not. ... (check-in: 4f83d06275 user: drh tags: trunk) | |
| 13:07 | Remove legacy code that attempted to use -P instead of -p on "plink" for the port number of SSH. ... (check-in: ffe2a84cec user: drh tags: trunk) | |
|
2021-06-29
| ||
| 05:44 | Per /chat #6763: if the ui command is passed the root dir of a checkout, chdir to that checkout to show the current checkout in the timeline by default. There may be a better/simpler way to implement this, thus this impl is in a branch. ... (Closed-Leaf check-in: bf66d61582 user: stephan tags: ui-checkout-chdir) | |
| 05:05 | Fixed a && which was supposed to be a & in the new patch code. Caught by gcc. ... (check-in: 1fd6961005 user: stephan tags: trunk) | |
|
2021-06-26
| ||
| 18:08 | Fix various documentation typos. ... (check-in: 3fec387cc3 user: drh tags: trunk) | |
|
2021-06-25
| ||
| 17:12 | Fix a busted hyperlink in the change-log. ... (check-in: cd80b9f70f user: drh tags: trunk) | |
| 07:41 | Integrated a doc suggestion from [forum:/forumpost/3e52a5ca12 | forum post 3e52a5ca12]. ... (check-in: 62ad4e47a4 user: stephan tags: trunk) | |
|
2021-06-24
| ||
| 16:40 | Improvements to comments on the filename shell quoting logic and test logic. No changes to code. ... (check-in: 255a28b37a user: drh tags: trunk) | |
| 16:31 | Improvements to command-line safety checks for Windows. Enhance the command-line argument quoting fuzzer to inject all kinds of multi-byte UTF-8 characters. ... (check-in: 6d2e48b4cd user: drh tags: trunk) | |
| 15:35 | Improve filename shell escaping logic to deal better with UTF-8 characters. ... (check-in: 19f195a838 user: drh tags: trunk) | |
| 15:27 | Minor typo fixes in new patch command help text. No code changes. ... (check-in: 1190034e37 user: jamsek tags: trunk) | |
|
2021-06-23
| ||
| 20:05 | Add the -f flag to "fossil patch diff". ... (check-in: 5ee62c4033 user: drh tags: trunk) | |
| 19:55 | The "fossil patch diff" command should now emit an error message if there is a repository mismatch or a base artifact is missing. ... (check-in: 962694ada0 user: drh tags: trunk) | |
| 19:14 | The "-f" flag on "fossil patch create" causes an existing patch with the same name to be overwritten. ... (check-in: a332f1a64f user: drh tags: trunk) | |
| 19:06 | Enhance "fossil patch" to record the project name as part of the patch. Show the project name in "fossil patch view" output, if it exists. Show lots of metadata in "fossil project view" with the -v flag. ... (check-in: 5a28d7c094 user: drh tags: trunk) | |
| 18:43 | In the "fossil patch" command, miscellaneous code clean-up. Do not require an option check-out to run "fossil patch diff", though a -R REPO option is required if not in an open check-out. No error is given if the repository and the patch do not match - that needs to be fixed. ... (check-in: 2e8c5da0ab user: drh tags: trunk) | |
| 18:25 | Add the "fossil patch diff" command. ... (check-in: 72d07a52c3 user: drh tags: trunk) | |
| 15:43 | Add additional metadata to patch files. ... (check-in: b9d5fa4d7b user: drh tags: trunk) | |
|
2021-06-22
| ||
| 23:57 | Further improvements to quoting defense. ... (check-in: 7d6635542b user: drh tags: trunk) | |
| 19:19 | Further improvements to argument escaping on Unix. ... (check-in: 597f0bc224 user: drh tags: trunk) | |
| 18:57 | Improved quoting for filenames on constructed command-lines. ... (check-in: b3fab9b5dd user: drh tags: trunk) | |
| 18:19 | Reworked the MinGW outdated instructions in www/build.wiki. It was still warning about a MinGW bug from 2014, and it didn't cover the cross-compilation details at all. That in turn gives us a basis for explaining why cross-compilation may matter even to those who don't realize they're doing so, as in the Cygwin and WSL cases, which then explains why we recommend against using MinGW Make and the USE_WINDOWS=1 mode. ... (check-in: 2c66a5395a user: wyoung tags: trunk) | |
| 16:57 | Removed a paragraph from www/caps/index.md referencing the now-removed "plink -ssh -T" alternative to "ssh -e none -T" on Windows. This paragraph bordered on "TMI" before, so now that it's going to be increasingly correct as Fossil 2.16+ filters out, it needs to go. ... (check-in: f48a9f71f3 user: wyoung tags: trunk) | |
| 15:51 | Minor doc correction. ... (check-in: f8f1d035ed user: stephan tags: trunk) | |