git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yann Dirson <ydirson@altern.org>
To: git@vger.kernel.org
Cc: Yann Dirson <ydirson@altern.org>
Subject: [PATCH 0/2] Testcase for a rebase-autosquash bug
Date: Fri,  1 Oct 2010 23:19:18 +0200	[thread overview]
Message-ID: <1285967960-17691-1-git-send-email-ydirson@altern.org> (raw)

While using --autosquash with a "fixup" commit intended to fixup one
of its descendants, I noticed it just did not work, so here is a
testcase for the failure.

While I was at it, it looked to me like a couple of "&&" were missing.
We surely want commit failures to fail at those places - although
failures there would probably induce failures later on which would be
detected, it is always better to fail early.

Yann Dirson (2):
  t/t3415: use && where applicable.
  rebase-autosquash: add testcase for fixup occuring before its fixed
    commit.

 t/t3415-rebase-autosquash.sh |   31 ++++++++++++++++++++++++++++---
 1 files changed, 28 insertions(+), 3 deletions(-)

-- 
1.7.2.3

             reply	other threads:[~2010-10-01 21:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-01 21:19 Yann Dirson [this message]
2010-10-01 21:19 ` [PATCH 1/2] t/t3415: use && where applicable Yann Dirson
2010-10-01 21:19   ` [PATCH 2/2] rebase-autosquash: add testcase for fixup occuring before its fixed commit Yann Dirson

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=1285967960-17691-1-git-send-email-ydirson@altern.org \
    --to=ydirson@altern.org \
    --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).