* Re: [gentoo-portage-dev] [PATCH v3] repoman commit: Support --bug (-b) and --closes (-c) for git footer
@ 2017-08-06 5:53 99% ` Zac Medico
0 siblings, 0 replies; 1+ results
From: Zac Medico @ 2017-08-06 5:53 UTC (permalink / raw
To: gentoo-portage-dev; +Cc: Michał Górny
On Sat, Aug 5, 2017 at 2:26 PM, Michał Górny <mgorny@gentoo.org> wrote:
> + parser.add_argument(
> + '-b', '--bug', dest='bug', action='append', metavar='<BUG-NO|BUG-URL>',
> + default=[],
> + help=(
> + 'Mention a Gentoo or upstream bug in the commit footer; '
> + 'takes either Gentoo bug number or full bug URL'))
> +
> + parser.add_argument(
> + '-c', '--closes', dest='closes', action='append', metavar='<PR-NO|PR-URL>',
> + default=[],
> + help=(
> + 'Adds a Closes footer to close GitHub pull request (or compatible); '
> + 'takes either GitHub PR number or full PR URL'))
> +
We should document these in repoman/man/repoman.1 as well.
--
Thanks,
Zac
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-08-03 14:18 [gentoo-portage-dev] [PATCH] repoman commit: Support --bug (-b) and --closes (-c) for git footer Michał Górny
2017-08-05 21:26 ` [gentoo-portage-dev] [PATCH v3] " Michał Górny
2017-08-06 5:53 99% ` Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox