From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 3171 invoked from network); 1 Oct 2023 14:51:38 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 1 Oct 2023 14:51:38 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Sun Oct 1 10:49:03 -0400 2023 Received: from abbatoir (pool-108-6-24-2.nycmny.fios.verizon.net [108.6.24.2]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 101fe68e (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sun, 1 Oct 2023 07:49:00 -0700 (PDT) Message-ID: <1427BD937CD79DC163DBD72D08F63946@eigenstate.org> To: 9front@9front.org Date: Sun, 01 Oct 2023 10:48:58 -0400 From: ori@eigenstate.org In-Reply-To: <74579D73658B710256731DE3E526CAEB@smtp.pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: content-driven hosting-based self-signing controller Subject: Re: [9front] [PATCH] git: add missing usages for subcommands Reply-To: 9front@9front.org Precedence: bulk these were intentionally ommitted; you shouldn't need to use them. They exist for scripts like 'git/commit', 'git/push', and 'git/pull'. Quoth Romano : > --- > diff db2177614df64fa9ccf3dae30cdf24df1ce0a0be 405b4e7cff97415ef62ed448de0eb33f981a8333 > --- a/sys/man/1/git > +++ b/sys/man/1/git > @@ -71,6 +71,25 @@ > .I commits... > ] > .PP > +.B git/get > +[ > +.B -dl > +] > +[ > +.B -b > +.I branch > +] > +[ > +.B -u > +.I upstream > +] > +.I remote > +.PP > +.B git/fs > +[ > +.B -d > +] > +.PP > .B git/import > [ > .B -n > @@ -152,6 +171,11 @@ > ] > .I query > .PP > +.B git/repack > +[ > +.B -d > +] > +.PP > .B git/revert > [ > .B -c > @@ -161,6 +185,61 @@ > .PP > .B git/rm > .I path... > +.PP > +.B git/save > +.B -n > +.I name > +.B -e > +.I email > +.B -m > +.I message > +.B -d > +.I date > +[ > +.B -N > +.I committer-name > +.B -E > +.I committer-email > +] > +[ > +.B -p > +.I parent1 > +[ > +.B -p > +.I parent2 > +] > +… > +] > +[ > +.I files… > +] > +.PP > +.B git/send > +[ > +.B -adf > +] > +[ > +.B -b > +.I branch1 > +[ > +.B -b > +.I branch2 > +] > +… > +] > +[ > +.B -r > +.I branch1 > +[ > +.B -r > +.I branch2 > +] > +… > +] > +.I remote > +[ > +.I reponame > +] > .PP > .B git/serve > [ >