HomeFreeBSD

git-arc: Add list mode support for the update command

Description

git-arc: Add list mode support for the update command

This can be particularly useful to do bulk-updates of multiple commits
using the same message, e.g.

git arc update -lm "Move function xyz to libfoo" main..myfeature

Similar to the list mode for the create command, git arc will list all
the candidate revisions with a single prompt. Once that is confirmed,
all the revisions are updated without showing the diffs or pausing
further prompts.

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D45050

Details

Provenance
jhbAuthored on May 6 2024, 5:49 PM
Reviewer
markj
Differential Revision
D45050: git-arc: Add list mode support for the update command
Parents
rG3f0b80bc1537: ps: handle incorrect -D values
Branches
Unknown
Tags
Unknown