Fossil SCM
Added some text to the /tar help, per ML suggestion.
Commit
7ba06f150c6b4d588d8ee343a6fdc3fb826c22e5
Parent
684eb478e7bb995…
1 file changed
+9
+9
| --- src/tar.c | ||
| +++ src/tar.c | ||
| @@ -571,10 +571,19 @@ | ||
| 571 | 571 | ** WEBPAGE: tarball |
| 572 | 572 | ** URL: /tarball/RID.tar.gz |
| 573 | 573 | ** |
| 574 | 574 | ** Generate a compressed tarball for a checkin. |
| 575 | 575 | ** Return that tarball as the HTTP reply content. |
| 576 | +** | |
| 577 | +** Optional URL Parameters: | |
| 578 | +** | |
| 579 | +** - name=base name of the output file. Defaults to | |
| 580 | +** something project/version-specific. | |
| 581 | +** | |
| 582 | +** - uuid=the version to tar (may be a tag/branch name). | |
| 583 | +** Defaults to trunk. | |
| 584 | +** | |
| 576 | 585 | */ |
| 577 | 586 | void tarball_page(void){ |
| 578 | 587 | int rid; |
| 579 | 588 | char *zName, *zRid; |
| 580 | 589 | int nName, nRid; |
| 581 | 590 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -571,10 +571,19 @@ | |
| 571 | ** WEBPAGE: tarball |
| 572 | ** URL: /tarball/RID.tar.gz |
| 573 | ** |
| 574 | ** Generate a compressed tarball for a checkin. |
| 575 | ** Return that tarball as the HTTP reply content. |
| 576 | */ |
| 577 | void tarball_page(void){ |
| 578 | int rid; |
| 579 | char *zName, *zRid; |
| 580 | int nName, nRid; |
| 581 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -571,10 +571,19 @@ | |
| 571 | ** WEBPAGE: tarball |
| 572 | ** URL: /tarball/RID.tar.gz |
| 573 | ** |
| 574 | ** Generate a compressed tarball for a checkin. |
| 575 | ** Return that tarball as the HTTP reply content. |
| 576 | ** |
| 577 | ** Optional URL Parameters: |
| 578 | ** |
| 579 | ** - name=base name of the output file. Defaults to |
| 580 | ** something project/version-specific. |
| 581 | ** |
| 582 | ** - uuid=the version to tar (may be a tag/branch name). |
| 583 | ** Defaults to trunk. |
| 584 | ** |
| 585 | */ |
| 586 | void tarball_page(void){ |
| 587 | int rid; |
| 588 | char *zName, *zRid; |
| 589 | int nName, nRid; |
| 590 |