From: "Michael S. Tsirkin" <mst@redhat.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 3/4] rebase: test ack
Date: Tue, 20 May 2014 17:38:50 +0300 [thread overview]
Message-ID: <20140520143850.GA13099@redhat.com> (raw)
In-Reply-To: <xmqq4n0lwizh.fsf@gitster.dls.corp.google.com>
On Mon, May 19, 2014 at 02:34:26PM -0700, Junio C Hamano wrote:
> "Michael S. Tsirkin" <mst@redhat.com> writes:
>
> > test ack! handling
> >
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> Will queue with this squashed in.
>
> 4/4 seems to have some style issues as well, but I didn't look very
> closely.
>
> Thanks.
Just to clarify I can post v2 of 4/4 without reposting 1-3 since they
are queued?
> t/t3415-rebase-autosquash.sh | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/t/t3415-rebase-autosquash.sh b/t/t3415-rebase-autosquash.sh
> index 9d7db13..dcdba6f 100755
> --- a/t/t3415-rebase-autosquash.sh
> +++ b/t/t3415-rebase-autosquash.sh
> @@ -75,18 +75,18 @@ test_expect_success 'auto squash (option)' '
> '
>
> test_expect_success 'auto ack' '
> - ack="Acked-by: xyz"
> - msg=$(test_write_lines "ack! first commit" "" "$ack")
> + ack="Acked-by: xyz" &&
> + msg=$(test_write_lines "ack! first commit" "" "$ack") &&
> git reset --hard base &&
> git commit --allow-empty -m "$msg" -- &&
> git tag ack &&
> test_tick &&
> git rebase --autosquash -i HEAD^^^ &&
> git log --oneline >actual &&
> - git show -s first-commit | grep -v ^commit > expected-msg &&
> - echo " $ack" >> expected-msg &&
> - git show -s HEAD^ | grep -v ^commit > actual-msg &&
> - diff actual-msg expected-msg
> + git show -s first-commit | grep -v ^commit >expected-msg &&
> + echo " $ack" >>expected-msg &&
> + git show -s HEAD^ | grep -v ^commit >actual-msg &&
> + test_cmp actual-msg expected-msg
> '
>
> test_expect_success 'auto squash (config)' '
next prev parent reply other threads:[~2014-05-20 14:40 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-18 21:17 [PATCH 0/4] ack recoding in commit log Michael S. Tsirkin
2014-05-18 21:17 ` [PATCH 1/4] rebase -i: add ack action Michael S. Tsirkin
2014-05-18 21:17 ` [PATCH 2/4] git-rebase: document ack Michael S. Tsirkin
2014-05-18 23:43 ` Eric Sunshine
2014-05-18 21:17 ` [PATCH 3/4] rebase: test ack Michael S. Tsirkin
2014-05-19 21:34 ` Junio C Hamano
2014-05-19 22:40 ` Michael S. Tsirkin
2014-05-20 14:38 ` Michael S. Tsirkin [this message]
2014-05-20 15:13 ` Junio C Hamano
2014-05-21 12:52 ` Michael S. Tsirkin
2014-05-21 16:54 ` Junio C Hamano
2014-05-21 17:39 ` Michael S. Tsirkin
2014-05-21 18:30 ` Junio C Hamano
2014-05-18 21:17 ` [PATCH 4/4] git-ack: record an ack Michael S. Tsirkin
2014-06-03 23:53 ` Fabian Ruch
2014-06-11 8:05 ` [PATCH 0/4] ack recoding in commit log Fabian Ruch
2014-06-11 8:46 ` Michael S. Tsirkin
-- strict thread matches above, loose matches on Subject: below --
2016-04-10 13:54 [PATCH 0/4] support for ack commits Michael S. Tsirkin
2016-04-10 13:54 ` [PATCH 3/4] rebase: test ack Michael S. Tsirkin
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=20140520143850.GA13099@redhat.com \
--to=mst@redhat.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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 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.