9front - general discussion about 9front
 help / color / mirror / Atom feed
From: ori@eigenstate.org
To: 9front@9front.org
Subject: Re: [9front] [PATCH] git: add missing usages for subcommands
Date: Sun, 01 Oct 2023 10:48:58 -0400	[thread overview]
Message-ID: <1427BD937CD79DC163DBD72D08F63946@eigenstate.org> (raw)
In-Reply-To: <74579D73658B710256731DE3E526CAEB@smtp.pobox.com>

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 <unobe@cpan.org>:
> ---
> 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
>  [
> 


  reply	other threads:[~2023-10-01 14:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-01  6:18 Romano
2023-10-01 14:48 ` ori [this message]
2023-10-01 15:49   ` unobe
2023-10-01 16:42     ` ori
2023-10-01 20:14       ` ori
2023-10-01 23:34       ` unobe
2023-10-02  3:40         ` Kurt H Maier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1427BD937CD79DC163DBD72D08F63946@eigenstate.org \
    --to=ori@eigenstate.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).