git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-rebase dirty index and email address bug?
@ 2008-03-01 20:40 John Goerzen
  2008-03-01 21:29 ` John Goerzen
  2008-03-02  7:26 ` Jeff King
  0 siblings, 2 replies; 8+ messages in thread
From: John Goerzen @ 2008-03-01 20:40 UTC (permalink / raw)
  To: git

Hi folks,

I have checked out a remote git repo.  I have hacked on my local copy
for the last two days.  I have performed no merges or anything elese
odd.  Today I git fetched the remote, and then I tried to git rebase
upstream/master.  I had committed all outstanding changes first.  My
index was clean.  It displayed:

First, rewinding head to replay your work on top of it...
HEAD is now at 77f1a60... Merge branch 'trunk'
Dirty index: cannot apply patches (dirty: public/dispatch.fcgi)

Tthat particular file was one that I added.  It did not exist upstream
either at my initial checkout, nor was it added upstream at any point
since.

git status shows:

# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#       new file:   public/dispatch.fcgi
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       .dotest/

So I tried the git reset command on public/dispatch.fcgi, and also
then deleted that file.  I then tried git-rebase --continue, which
displayed:

sed: can't read .dotest/info: No such file or directory
sed: can't read .dotest/info: No such file or directory
sed: can't read .dotest/info: No such file or directory
Patch does not have a valid e-mail address.

I have no idea what sed is complaining about, but that last line is
interesting.  The upstream git repo I am monitoring was itself
converted from an svn repo using, presumably, git-svn or
git-svnimport.  It lies at
git://gitorious.org/redmine-git/mainline.git

Most patches have an author like this:

Author: jplang <jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81>

Could one of the git tools be trying to parse this for some odd
reason?

Or is something else going on here?



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-03-04 16:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-01 20:40 git-rebase dirty index and email address bug? John Goerzen
2008-03-01 21:29 ` John Goerzen
2008-03-02  7:30   ` Jeff King
2008-03-02 13:44     ` John Goerzen
2008-03-02  7:26 ` Jeff King
2008-03-03  3:28   ` John Goerzen
2008-03-04 12:08     ` Jeff King
2008-03-04 15:22       ` John Goerzen

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).