From: Gilles Filippini <gilles.filippini@free.fr>
To: git@vger.kernel.org
Subject: Re: [PATCH] contrib/subtree - unset prefix before proceeding
Date: Mon, 03 Mar 2014 15:53:28 +0100 [thread overview]
Message-ID: <53149768.4090200@free.fr> (raw)
In-Reply-To: <53120BDC.9000406@free.fr>
Hi,
Any chance to have this patch considered?
Thanks in advance,
_g.
Gilles Filippini a écrit , Le 01/03/2014 17:33:
> This is to prevent unwanted prefix when such an environment variable
> exists. The case occurs for example during the Debian package build
> where the git-subtree test suite is called with 'prefix=/usr', which
> makes test 21 fail:
> not ok 21 - Check that prefix argument is required for split
>
> Signed-off-by: Gilles Filippini <gilles.filippini@free.fr>
> ---
> contrib/subtree/git-subtree.sh | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/contrib/subtree/git-subtree.sh b/contrib/subtree/git-subtree.sh
> index dc59a91..db925ca 100755
> --- a/contrib/subtree/git-subtree.sh
> +++ b/contrib/subtree/git-subtree.sh
> @@ -46,6 +46,7 @@ ignore_joins=
> annotate=
> squash=
> message=
> +prefix=
>
> debug()
> {
>
prev parent reply other threads:[~2014-03-03 14:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-01 16:33 [PATCH] contrib/subtree - unset prefix before proceeding Gilles Filippini
2014-03-03 14:53 ` Gilles Filippini [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=53149768.4090200@free.fr \
--to=gilles.filippini@free.fr \
--cc=git@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.