From: Junio C Hamano <gitster@pobox.com>
To: "Josh Soref via GitGitGadget" <gitgitgadget@gmail.com>
Cc: git@vger.kernel.org, Josh Soref <jsoref@gmail.com>
Subject: Re: [PATCH] subtree: support long global flags
Date: Mon, 08 May 2023 07:58:11 -0700 [thread overview]
Message-ID: <xmqq4jomswe4.fsf@gitster.g> (raw)
In-Reply-To: <pull.1514.git.1683428988693.gitgitgadget@gmail.com> (Josh Soref via GitGitGadget's message of "Sun, 07 May 2023 03:09:48 +0000")
"Josh Soref via GitGitGadget" <gitgitgadget@gmail.com> writes:
> From: Josh Soref <jsoref@gmail.com>
>
> The documentation at e75d1da38a claimed support, but it was never present
>
> Signed-off-by: Josh Soref <jsoref@gmail.com>
> ---
> subtree: support long global flags
>
> The documentation at e75d1da38a claimed support, but it was never
> present
Sounds like a good thing to do. Will queue.
>
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1514%2Fjsoref%2Fsubtree-global-flags-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1514/jsoref/subtree-global-flags-v1
> Pull-Request: https://github.com/gitgitgadget/git/pull/1514
>
> contrib/subtree/git-subtree.sh | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/contrib/subtree/git-subtree.sh b/contrib/subtree/git-subtree.sh
> index 10c9c87839a..7db4c45676d 100755
> --- a/contrib/subtree/git-subtree.sh
> +++ b/contrib/subtree/git-subtree.sh
> @@ -34,8 +34,8 @@ git subtree pull --prefix=<prefix> <repository> <ref>
> git subtree push --prefix=<prefix> <repository> <refspec>
> --
> h,help show the help
> -q quiet
> -d show debug messages
> +q,quiet quiet
> +d,debug show debug messages
> P,prefix= the name of the subdir to split out
> options for 'split' (also: 'push')
> annotate= add a prefix to commit message of new commits
>
> base-commit: 9857273be005833c71e2d16ba48e193113e12276
prev parent reply other threads:[~2023-05-08 14:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-07 3:09 [PATCH] subtree: support long global flags Josh Soref via GitGitGadget
2023-05-08 14:58 ` Junio C Hamano [this message]
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=xmqq4jomswe4.fsf@gitster.g \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=gitgitgadget@gmail.com \
--cc=jsoref@gmail.com \
/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).