From: Junio C Hamano <gitster@pobox•com>
To: Stephen Boyd <bebarino@gmail•com>
Cc: Junio C Hamano <gitster@pobox•com>, git@vger•kernel.org
Subject: Re: [PATCH] add: allow configurations to be overriden by command line
Date: Thu, 18 Jun 2009 11:34:09 -0700 [thread overview]
Message-ID: <7veitho0gu.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: <4A3A8412.7070705@gmail.com> (Stephen Boyd's message of "Thu\, 18 Jun 2009 11\:14\:42 -0700")
Stephen Boyd <bebarino@gmail•com> writes:
> I didn't think it would be very useful, which is why I left it out. But
> hey, at least it stops it from happening again. Squash it in if you want.
>
> diff --git a/t/t3700-add.sh b/t/t3700-add.sh
> index 6ce8256..91c1f7a 100755
> --- a/t/t3700-add.sh
> +++ b/t/t3700-add.sh
> @@ -242,4 +242,13 @@ test_expect_success 'git add to resolve conflicts on otherwise ignored path' '
> git add track-this
> '
>
> +test_expect_success POSIXPERM '--no-ignore-errors overrides config' '
> + git config add.ignore-errors 1 &&
> + git reset --hard &&
> + date >foo1 &&
> + test_must_fail git add --verbose --no-ignore-errors . &&
> + ! ( git ls-files foo1 | grep foo1 ) &&
> + git config add.ignore-errors 0
> +'
> +
> test_done
Why do you need POSIXPERM for this?
next prev parent reply other threads:[~2009-06-18 18:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-18 9:17 [PATCH] add: allow configurations to be overriden by command line Stephen Boyd
2009-06-18 16:40 ` Junio C Hamano
2009-06-18 18:14 ` Stephen Boyd
2009-06-18 18:34 ` Junio C Hamano [this message]
2009-06-18 18:58 ` Stephen Boyd
2009-06-22 7:30 ` [PATCH] t3700-add: add a POSIXPERM prerequisite to a new test Johannes Sixt
2009-06-22 7:42 ` Junio C Hamano
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=7veitho0gu.fsf@alter.siamese.dyndns.org \
--to=gitster@pobox$(echo .)com \
--cc=bebarino@gmail$(echo .)com \
--cc=git@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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