mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-24 04:32:46 +00:00
tito report man page missing options
This commit is contained in:
parent
ddca7441ac
commit
b894757726
1 changed files with 25 additions and 1 deletions
|
@ -224,7 +224,7 @@ Can be specified using environment variable SCRATCH set to 1 as well.
|
||||||
--yes::
|
--yes::
|
||||||
Do not ask to confirm release commits or edit their messages.
|
Do not ask to confirm release commits or edit their messages.
|
||||||
|
|
||||||
`tito report`
|
`tito report [options]`
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
Display a report of all packages with differences between
|
Display a report of all packages with differences between
|
||||||
|
@ -232,6 +232,30 @@ HEAD and their most recent tag, as well as a patch for
|
||||||
that diff. Used to determine which packages are in need
|
that diff. Used to determine which packages are in need
|
||||||
of a rebuild.
|
of a rebuild.
|
||||||
|
|
||||||
|
-h, --help::
|
||||||
|
show this help message and exit
|
||||||
|
|
||||||
|
--debug::
|
||||||
|
print debug messages (can be also set using DEBUG environment variable)
|
||||||
|
|
||||||
|
--offline::
|
||||||
|
do not attempt any remote communication (avoid using
|
||||||
|
this please)
|
||||||
|
|
||||||
|
-o 'OUTPUTDIR', --output='OUTPUTDIR'::
|
||||||
|
Write temp files, tarballs and RPMs to 'OUTPUTDIR'.
|
||||||
|
(default /tmp/tito)
|
||||||
|
|
||||||
|
--untagged-diffs::
|
||||||
|
Print out diffs for all packages with changes between
|
||||||
|
their most recent tag and HEAD. Useful for determining
|
||||||
|
which packages are in need of a re-tag.
|
||||||
|
|
||||||
|
--untagged-commits::
|
||||||
|
Print out the list for all packages with changes
|
||||||
|
between their most recent tag and HEAD. Useful for
|
||||||
|
determining which packages are in need of a re-tag.
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue