Commit man pages
This commit is contained in:
parent
0304545d0c
commit
cc994b5c65
@ -1018,6 +1018,13 @@ directory.
|
|||||||
* `-g`, `--git`:
|
* `-g`, `--git`:
|
||||||
Initialise a Git repository in the unpacked source. This is useful for creating patches for the software.
|
Initialise a Git repository in the unpacked source. This is useful for creating patches for the software.
|
||||||
|
|
||||||
|
### `update_license_data` *`cmd`*
|
||||||
|
|
||||||
|
Update SPDX license data in the Homebrew repository.
|
||||||
|
|
||||||
|
* `--fail-if-changed`:
|
||||||
|
Return a failing status code if current license data's version is different fromthe upstream. This can be used to notify CI when the SPDX license data is out of date.
|
||||||
|
|
||||||
### `update-test` [*`options`*]
|
### `update-test` [*`options`*]
|
||||||
|
|
||||||
Run a test of `brew update` with a new repository clone. If no options are
|
Run a test of `brew update` with a new repository clone. If no options are
|
||||||
|
|||||||
@ -1311,6 +1311,13 @@ Patches for \fIformula\fR will be applied to the unpacked source\.
|
|||||||
\fB\-g\fR, \fB\-\-git\fR
|
\fB\-g\fR, \fB\-\-git\fR
|
||||||
Initialise a Git repository in the unpacked source\. This is useful for creating patches for the software\.
|
Initialise a Git repository in the unpacked source\. This is useful for creating patches for the software\.
|
||||||
.
|
.
|
||||||
|
.SS "\fBupdate_license_data\fR \fIcmd\fR"
|
||||||
|
Update SPDX license data in the Homebrew repository\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
|
\fB\-\-fail\-if\-changed\fR
|
||||||
|
Return a failing status code if current license data\'s version is different fromthe upstream\. This can be used to notify CI when the SPDX license data is out of date\.
|
||||||
|
.
|
||||||
.SS "\fBupdate\-test\fR [\fIoptions\fR]"
|
.SS "\fBupdate\-test\fR [\fIoptions\fR]"
|
||||||
Run a test of \fBbrew update\fR with a new repository clone\. If no options are passed, use \fBorigin/master\fR as the start commit\.
|
Run a test of \fBbrew update\fR with a new repository clone\. If no options are passed, use \fBorigin/master\fR as the start commit\.
|
||||||
.
|
.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user