git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Anomalous conflicts during git rebase
@ 2007-12-27 22:42 adr3nald0s
  2007-12-27 22:57 ` Johannes Sixt
  2007-12-27 23:45 ` Daniel Barkalow
  0 siblings, 2 replies; 8+ messages in thread
From: adr3nald0s @ 2007-12-27 22:42 UTC (permalink / raw)
  To: git


On a clone of linux-2.6:

    git checkout -b topic/test v2.6.15
    touch drivers/a-file.c
    git add drivers/a-file.c
    git commit -m 'Add a file'
    git checkout -b temp0 v2.6.16
    git rebase topic/test

I get the following:

    Applying [ACPI] handle ACPICA 20050916's acpi_resource.type rename
  
    error: patch failed: drivers/acpi/glue.c:99
    error: drivers/acpi/glue.c: patch does not apply
    error: patch failed: drivers/char/hpet.c:897
    error: drivers/char/hpet.c: patch does not apply
    Using index info to reconstruct a base tree...
    Falling back to patching base and 3-way merge...
    Auto-merged drivers/acpi/glue.c
    Auto-merged drivers/acpi/pci_link.c
    Auto-merged drivers/char/hpet.c
    CONFLICT (content): Merge conflict in drivers/char/hpet.c
    Failed to merge in the changes.
    Patch failed at 0007.
  
    When you have resolved this problem run "git rebase --continue".
    If you would prefer to skip this patch, instead run "git rebase --skip".
    To restore the original branch and stop rebasing run "git rebase --abort".

Is this a bug, or is there a reason I am seeing conflicts in files
I've never touched?

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

end of thread, other threads:[~2007-12-28 18:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-27 22:42 Anomalous conflicts during git rebase adr3nald0s
2007-12-27 22:57 ` Johannes Sixt
2007-12-28 15:35   ` adr3nald0s
2007-12-27 23:45 ` Daniel Barkalow
2007-12-28 15:54   ` adr3nald0s
2007-12-28 17:58     ` Daniel Barkalow
2007-12-28 18:33       ` adr3nald0s
2007-12-28 18:54         ` Björn Steinbrink

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