From: Andreas Schwab <schwab@linux-m68k.org>
To: Heiko Voigt <hvoigt@hvoigt.net>
Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [PATCH] add configuration variable for --autosquash option of interactive rebase
Date: Fri, 09 Jul 2010 20:01:22 +0200 [thread overview]
Message-ID: <m27hl4zg99.fsf@igel.home> (raw)
In-Reply-To: <20100709124659.GA17559@book.hvoigt.net> (Heiko Voigt's message of "Fri, 9 Jul 2010 14:47:08 +0200")
Heiko Voigt <hvoigt@hvoigt.net> writes:
> diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh
> index 6b86abc..54dc983 100755
> --- a/git-rebase--interactive.sh
> +++ b/git-rebase--interactive.sh
> @@ -111,6 +111,7 @@ VERBOSE=
> OK_TO_SKIP_PRE_REBASE=
> REBASE_ROOT=
> AUTOSQUASH=
> +test "$(git config --bool rebase.autosquash)" == "true" && AUTOSQUASH=t
That should be '=' instead of '==' (which is non-std).
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2010-07-09 18:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-09 12:47 [PATCH] add configuration variable for --autosquash option of interactive rebase Heiko Voigt
2010-07-09 18:01 ` Andreas Schwab [this message]
2010-07-10 9:15 ` [PATCH v2] " Heiko Voigt
2010-07-12 5:55 ` Junio C Hamano
2010-07-13 11:24 ` [PATCH v3] " Heiko Voigt
2010-07-13 12:34 ` Santi Béjar
2010-07-13 16:08 ` Junio C Hamano
2010-07-14 11:50 ` Heiko Voigt
2010-07-14 5:15 ` Stephen Boyd
2010-07-14 11:54 ` Heiko Voigt
2010-07-14 11:59 ` [PATCH v4] " Heiko Voigt
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=m27hl4zg99.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=hvoigt@hvoigt.net \
/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).