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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 18108 invoked from network); 1 Oct 2023 06:25:48 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 1 Oct 2023 06:25:48 -0000 Received: from pb-smtp2.pobox.com ([64.147.108.71]) by 9front; Sun Oct 1 02:23:13 -0400 2023 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id D74B11BE3BF for <9front@9front.org>; Sun, 1 Oct 2023 02:23:08 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:from:date:subject:mime-version:content-type :content-transfer-encoding; s=sasl; bh=YCQ3t7zSfVTGcR5qfWiwCSEL1 9KRPD0znQYARMQJ+H4=; b=ZyeL7KAfyuceBf0OvXybRXyAdCLmivizx8U6+2M5s 3zSu7xSrX/b/j6wCM2cE2RAzEWpDKPYP0fWzdq1FrMK7BS9fqx16NsSYIolK6xpp GQOX/BjI0DpxMTBVtoN0EOwYC4k8Ywspcri7PnzMXGj4t+5XpKzXk/G7382ymfll EY= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id D02F81BE3BE for <9front@9front.org>; Sun, 1 Oct 2023 02:23:08 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider.localdomain (unknown [75.237.252.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 394A11BE3BD for <9front@9front.org>; Sun, 1 Oct 2023 02:23:08 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <74579D73658B710256731DE3E526CAEB@smtp.pobox.com> To: 9front@9front.org From: Romano Date: Sun, 01 Oct 2023 06:18:29 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Pobox-Relay-ID: FCEA1C8E-6022-11EE-BC40-25B3960A682E-09620299!pb-smtp2.pobox.com Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: SVG injection general-purpose-scale layer Subject: [9front] [PATCH] git: add missing usages for subcommands Reply-To: 9front@9front.org Precedence: bulk --- diff db2177614df64fa9ccf3dae30cdf24df1ce0a0be 405b4e7cff97415ef62ed448de0= eb33f981a8333 --- 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 +] +=E2=80=A6 +] +[ +.I files=E2=80=A6 +] +.PP +.B git/send +[ +.B -adf +] +[ +.B -b +.I branch1 +[ +.B -b +.I branch2 +] +=E2=80=A6 +] +[ +.B -r +.I branch1 +[ +.B -r +.I branch2 +] +=E2=80=A6 +] +.I remote +[ +.I reponame +] .PP .B git/serve [