Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
22 check-ins using file src/file.c version 572eec5285
|
2021-06-30
| ||
| 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 | |