git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Sipek <jeffpc@josefsipek.net>
To: Per Cederqvist <cederp@opera.com>
Cc: git@vger.kernel.org, ceder@lysator.liu.se
Subject: Re: [GUILT] [PATCH] The tests should not fail if log.date or log.decorate are set.
Date: Mon, 30 Apr 2012 11:04:57 -0400	[thread overview]
Message-ID: <20120430150457.GD20761@poseidon.cudanet.local> (raw)
In-Reply-To: <87mx5t349e.fsf@opera.com>

On Mon, Apr 30, 2012 at 12:25:49PM +0200, Per Cederqvist wrote:
> Explicitly set log.date and log.decorate to their Git default values,
> so that git produces the expected output even if log.date and
> log.decorate are set by the user in his .gitconfig.

Looks good.

Jeff.

> Signed-off-by: Per Cederqvist <cederp@opera.com>
> ---
>  regression/scaffold |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/regression/scaffold b/regression/scaffold
> index b38a3f0..546d8c6 100644
> --- a/regression/scaffold
> +++ b/regression/scaffold
> @@ -83,6 +83,10 @@ function setup_git_repo
>  	git add def
>  	git commit -s -m "initial" 2> /dev/null > /dev/null
>  	# the commit should be d4850419ccc1146c7169f500725ce504b9774ed0
> +
> +	# Explicitly set config that the tests rely on.
> +	git config log.date default
> +	git config log.decorate no
>  }
>  
>  function setup_guilt_repo
> -- 
> 1.7.10
> 

-- 
OpenIndiana oi_151a3: 8 cores, 16 GB RAM

      reply	other threads:[~2012-04-30 15:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-30 10:25 [GUILT] [PATCH] The tests should not fail if log.date or log.decorate are set Per Cederqvist
2012-04-30 15:04 ` Jeff Sipek [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=20120430150457.GD20761@poseidon.cudanet.local \
    --to=jeffpc@josefsipek.net \
    --cc=ceder@lysator.liu.se \
    --cc=cederp@opera.com \
    --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 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).