From: Johannes Sixt <j.sixt@viscovery.net>
To: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Git List <git@vger.kernel.org>, Junio C Hamano <gitster@pobox.com>
Subject: Re: [PATCH v3 3/7] t/t2012-checkout-last: test "checkout -" after a rebase
Date: Wed, 19 Jun 2013 11:10:03 +0200 [thread overview]
Message-ID: <51C1756B.2000907@viscovery.net> (raw)
In-Reply-To: <1371629089-27008-4-git-send-email-artagnon@gmail.com>
Am 6/19/2013 10:04, schrieb Ramkumar Ramachandra:
> +test_expect_failure '"checkout -" works after a rebase -i A B' '
> + git branch foodle master~1 &&
> + git checkout master &&
> + git checkout other &&
> + git rebase master foodle &&
git rebase -i master foodle &&
> + git checkout - &&
> + test "z$(git symbolic-ref HEAD)" = "zrefs/heads/master"
> +'
> +
> test_done
-- Hannes
next prev parent reply other threads:[~2013-06-19 9:10 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-19 8:04 [PATCH v3 0/7] Re-roll rr/rebase-checkout-reflog Ramkumar Ramachandra
2013-06-19 8:04 ` [PATCH v3 1/7] t/t7512-status-help: test "HEAD detached from" Ramkumar Ramachandra
2013-06-19 8:04 ` [PATCH v3 2/7] wt-status: remove unused field in grab_1st_switch_cbdata Ramkumar Ramachandra
2013-06-19 8:04 ` [PATCH v3 3/7] t/t2012-checkout-last: test "checkout -" after a rebase Ramkumar Ramachandra
2013-06-19 9:10 ` Johannes Sixt [this message]
2013-06-19 9:41 ` Ramkumar Ramachandra
2013-06-19 8:04 ` [PATCH v3 4/7] status: do not depend on rebase reflog messages Ramkumar Ramachandra
2013-06-19 8:04 ` [PATCH v3 5/7] checkout: respect GIT_REFLOG_ACTION Ramkumar Ramachandra
2013-06-19 8:04 ` [PATCH v3 6/7] rebase: write better reflog messages Ramkumar Ramachandra
2013-06-24 3:26 ` Junio C Hamano
2013-06-24 7:07 ` Ramkumar Ramachandra
2013-06-24 7:57 ` Junio C Hamano
2013-06-24 8:12 ` Ramkumar Ramachandra
2013-06-19 8:04 ` [PATCH v3 7/7] rebase -i: " Ramkumar Ramachandra
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=51C1756B.2000907@viscovery.net \
--to=j.sixt@viscovery.net \
--cc=artagnon@gmail.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.