Fossil SCM
In contribute.wiki, mention 'fossil patch' for submitting binary patches.
Commit
f3f3c1db6f913a7dceb0be90117eed1191e9cad421abe2e7d97be6055710cb9a
Parent
56d23baba1d4191…
1 file changed
+4
+4
| --- www/contribute.wiki | ||
| +++ www/contribute.wiki | ||
| @@ -27,10 +27,14 @@ | ||
| 27 | 27 | |
| 28 | 28 | Suggested changes or bug fixes can be submitted by creating a patch |
| 29 | 29 | against the current source tree: |
| 30 | 30 | |
| 31 | 31 | <tt>fossil diff -i > my-change.patch</tt> |
| 32 | + | |
| 33 | +Alternatively, you can create a binary patch: | |
| 34 | + | |
| 35 | + <tt>fossil patch create my-change.db</tt> | |
| 32 | 36 | |
| 33 | 37 | Post patches to |
| 34 | 38 | [https://fossil-scm.org/forum | the forum] or email them to |
| 35 | 39 | <a href="mailto:[email protected]">[email protected]</a>. Be sure to |
| 36 | 40 | describe in detail what the patch does and which version of Fossil |
| 37 | 41 |
| --- www/contribute.wiki | |
| +++ www/contribute.wiki | |
| @@ -27,10 +27,14 @@ | |
| 27 | |
| 28 | Suggested changes or bug fixes can be submitted by creating a patch |
| 29 | against the current source tree: |
| 30 | |
| 31 | <tt>fossil diff -i > my-change.patch</tt> |
| 32 | |
| 33 | Post patches to |
| 34 | [https://fossil-scm.org/forum | the forum] or email them to |
| 35 | <a href="mailto:[email protected]">[email protected]</a>. Be sure to |
| 36 | describe in detail what the patch does and which version of Fossil |
| 37 |
| --- www/contribute.wiki | |
| +++ www/contribute.wiki | |
| @@ -27,10 +27,14 @@ | |
| 27 | |
| 28 | Suggested changes or bug fixes can be submitted by creating a patch |
| 29 | against the current source tree: |
| 30 | |
| 31 | <tt>fossil diff -i > my-change.patch</tt> |
| 32 | |
| 33 | Alternatively, you can create a binary patch: |
| 34 | |
| 35 | <tt>fossil patch create my-change.db</tt> |
| 36 | |
| 37 | Post patches to |
| 38 | [https://fossil-scm.org/forum | the forum] or email them to |
| 39 | <a href="mailto:[email protected]">[email protected]</a>. Be sure to |
| 40 | describe in detail what the patch does and which version of Fossil |
| 41 |