]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
git-arc: Add -c flag to patch to commit the change
authorWarner Losh <imp@FreeBSD.org>
Mon, 15 Jan 2024 02:23:02 +0000 (19:23 -0700)
committerWarner Losh <imp@FreeBSD.org>
Mon, 15 Jan 2024 02:23:46 +0000 (19:23 -0700)
commit787cb30d20ac2031283c6dc2ec829f190997e581
tree074f038bfe4f3e2c972db9e1a7dcbdab6b69f892
parent9f48ef1fcae58fe8aa41da4cc59cc93136fe70dd
git-arc: Add -c flag to patch to commit the change

git arc patch -c D1234 will download differential D1234, try to apply it
to the tree, and if successful will ask phab for the title and
summary. It will construct a commit message with that, the reviewers,
and the differential revision. It also tries its best to deduce the
proper 'author' to use for the commit, and warn if it thinks it has made
a bad choice.

Sponsored by: Netflix
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D39992
tools/tools/git/git-arc.1
tools/tools/git/git-arc.sh