The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/src/commit/?id=69c64e3fb575e0db0e2f0c1fc56f466624940ded
commit 69c64e3fb575e0db0e2f0c1fc56f466624940ded Author: Joseph Mingrone <[email protected]> AuthorDate: 2026-02-10 18:31:04 +0000 Commit: Joseph Mingrone <[email protected]> CommitDate: 2026-02-10 18:49:46 +0000 git-arc.1: Fix patch options Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55228 --- tools/tools/git/git-arc.1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/tools/git/git-arc.1 b/tools/tools/git/git-arc.1 index f3fd6ea11adb..6dfec53a84ad 100644 --- a/tools/tools/git/git-arc.1 +++ b/tools/tools/git/git-arc.1 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd December 29, 2025 +.Dd February 10, 2026 .Dt GIT-ARC 1 .Os .Sh NAME @@ -41,9 +41,8 @@ .Nm .Cm list Ar commit-ref Op Ar commit-ref ... .Nm -.Op Fl bcrs .Cm patch -.Op Fl c +.Op Fl bcrs .Ar diff1 Op Cm Ar diff2 Op Ar ... .Nm .Cm stage
