All of lore.kernel.org
 help / color / mirror / Atom feed
From: jidanni@jidanni.org
To: johannes.schindelin@gmx.de
Cc: git@vger.kernel.org
Subject: rebase-merge/done: No such file or directory
Date: Tue, 13 Jan 2009 03:13:18 +0800	[thread overview]
Message-ID: <87ocycjq29.fsf@jidanni.org> (raw)

Bug at git-rebase--interactive.sh:107: count=$(grep -c '^[^#]' < "$DONE")

$DONE might not exist. Do test -f $DONE before you grep it.

This will happen if the user gave a wrong squash choice.

$ git rebase --interactive ...
Waiting for Emacs...
grep: .git/rebase-merge/done: No such file or directory
Cannot 'squash' without a previous commit

             reply	other threads:[~2009-01-12 21:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-12 19:13 jidanni [this message]
2009-01-12 22:47 ` rebase-merge/done: No such file or directory Johannes Schindelin
2009-01-12 23:02   ` Adeodato Simó
2009-01-12 23:09     ` [PATCH] Avoid spurious error messages on error mistakes Pierre Habouzit
2009-01-13  8:20       ` Junio C Hamano

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=87ocycjq29.fsf@jidanni.org \
    --to=jidanni@jidanni.org \
    --cc=git@vger.kernel.org \
    --cc=johannes.schindelin@gmx.de \
    /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.