* Automatic cherry-pick failure
@ 2008-07-12 11:55 Jelle Geerts
0 siblings, 0 replies; only message in thread
From: Jelle Geerts @ 2008-07-12 11:55 UTC (permalink / raw)
To: git
Hello,
When I tried to `git rebase -i', I changed the first line in the editor from
'pick' to 'edit'. After the editor exited, git complained:
error: Untracked working tree file 'DESIGN.TXT' would be overwritten by merge.
But this file is tracked, so first I did `git rebase --abort'.
I had to use `git config --bool core.ignorecase true' to get around the error.
It's because I use Git with Cygwin on an NTFS partition. Only thing I is that
'core.ignorecase' is undocumented.
After getting around the Cygwin specific workaround, I reran rebase. Again, I
edited the first line from 'pick' to 'edit'. All went well. Then I made the
amendment to the commit with `git commit --amend --author="me <me@somewhere>"'.
Now, when I typed `git rebase --continue' I got this:
error: Entry 'code/src/sys_main.cc' not uptodate. Cannot merge.
fatal: merging of trees e3249e935c9ccd790c372aac82b8e097044b1ffe and
ac79e613ed0fe912e0da2c5ccf52f6a540533cb8 failed
Automatic cherry-pick failed. After resolving the conflicts,
mark the corrected paths with 'git add <paths>', and
run 'git rebase --continue'
Could not apply 5c03af9... commit test
I'm not sure what I have to do now, can someone help me with this?
-- Jelle
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-12 11:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-12 11:55 Automatic cherry-pick failure Jelle Geerts
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).