Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Correction of simple typos in patch usage text. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9b10bf45755514b4681bd58268a87def |
User & Date: | mgagnon 2023-09-19 22:03:39 |
Context
2023-09-28
| ||
13:38 | Mark closed leaves with an X on the timeline graph. ... (check-in: 57bea365 user: drh tags: trunk) | |
13:18 | branch ls should also flag private branches with -R. ... (Closed-Leaf check-in: fcb40ac9 user: preben tags: branch-ls-private-fix) | |
10:42 | Filter branch ls output by user with check-ins on the branches. ... (check-in: d0f15a1b user: preben tags: filter-branch-ls-by-user) | |
2023-09-27
| ||
19:43 | Remove while(1) loop made redundant by [239b4c1362]. ... (Closed-Leaf check-in: f36e8886 user: preben tags: redundant-while-loop) | |
2023-09-26
| ||
13:03 | Allow styling leaves of closed branches in /timeline. ... (check-in: e042be53 user: preben tags: indicate-closed-branches-in-timeline) | |
11:04 | Update FTS when creating/updating tickets. Also avoids a stray row with rid 0. ... (Closed-Leaf check-in: fb5d53ec user: preben tags: fts-ticket-updates) | |
10:18 | Allow searching for wiki page titles as discussed in 31d8831c2d9809fa. ... (check-in: e6b8cc9f user: preben tags: search-wiki-titles) | |
2023-09-25
| ||
15:47 | If the value of a setting is changed into an empty string, then unset it, except for the rare setting that has the new keep-empty property. ... (Closed-Leaf check-in: b9bbb8d7 user: drh tags: unset-empty-settings) | |
2023-09-19
| ||
22:03 | Correction of simple typos in patch usage text. ... (check-in: 9b10bf45 user: mgagnon tags: trunk) | |
11:59 | Fix formatting for the help text of the 'branch' command. ... (check-in: 132af984 user: danield tags: trunk) | |
Changes
Changes to src/patch.c.
︙ | ︙ | |||
862 863 864 865 866 867 868 | ** are reverted and permanently lost. ** -n|--dry-run Do nothing, but print what would have happened ** -v|--verbose Extra output explaining what happens ** ** > fossil patch diff [DIRECTORY] PATCHFILE ** > fossil patch gdiff [DIRECTORY] PATCHFILE ** | | | | 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 | ** are reverted and permanently lost. ** -n|--dry-run Do nothing, but print what would have happened ** -v|--verbose Extra output explaining what happens ** ** > fossil patch diff [DIRECTORY] PATCHFILE ** > fossil patch gdiff [DIRECTORY] PATCHFILE ** ** Show a human-readable diff for the patch in PATCHFILE and associated ** with the repository checked out in DIRECTORY. The current ** directory is used if DIRECTORY is omitted. All the usual ** diff flags described at "fossil help diff" apply. With gdiff, ** gdiff-command is used instead of internal diff logic. In addition: ** ** -f|--force Continue trying to perform the diff even if ** baseline information is missing from the current ** repository |
︙ | ︙ |