From: Daniel Drake <dsd@gentoo.org>
To: git@vger.kernel.org
Subject: git-read-tree: fatal: Entry 'Kbuild' not uptodate. Cannot merge.
Date: Wed, 12 Jul 2006 23:35:30 +0100 [thread overview]
Message-ID: <44B57932.4090708@gentoo.org> (raw)
Hi,
I'm having problems trying to merge one branch into another.
$ git --version
git version 1.4.1
$ git branch
* master
origin
rf-al7230b
softmac-experimental
$ git checkout softmac-experimental
$ git diff
$ git pull . master
Merging HEAD with fd0fad8005cb8bfee0225ea04595d915639539e1
Merging:
9b1099f2d6686397ec6b98725afb62051ca6c421 BSS info change handling
fd0fad8005cb8bfee0225ea04595d915639539e1 Merge branch 'wireless-dev'
found 2 common ancestor(s):
a65c077e5fa4ba6d27f87f26b629a5c36ac8181b Justify the existance of
basic/mandatory rate registers
62fbc2bb68a98d40c53cc07f80e36707e5a84bcc Merge branch
'softmac-suggest-txrate' into wireless-dev
Merging:
a65c077e5fa4ba6d27f87f26b629a5c36ac8181b Justify the existance of
basic/mandatory rate registers
62fbc2bb68a98d40c53cc07f80e36707e5a84bcc Merge branch
'softmac-suggest-txrate' into wireless-dev
found 1 common ancestor(s):
19ff9003ab13ff90c55c60a5bb7dd2ddc4d89685 Remove VENDOR_ defines
Auto-merging zd_mac.c
git-read-tree: fatal: Entry 'Kbuild' not uptodate. Cannot merge.
$ git diff
diff --git a/Kbuild b/Kbuild
diff --git a/zd_chip.c b/zd_chip.c
diff --git a/zd_chip.h b/zd_chip.h
diff --git a/zd_def.h b/zd_def.h
diff --git a/zd_ieee80211.c b/zd_ieee80211.c
diff --git a/zd_ieee80211.h b/zd_ieee80211.h
diff --git a/zd_mac.c b/zd_mac.c
diff --git a/zd_mac.h b/zd_mac.h
diff --git a/zd_netdev.c b/zd_netdev.c
diff --git a/zd_rf.c b/zd_rf.c
diff --git a/zd_rf.h b/zd_rf.h
diff --git a/zd_rf_al2230.c b/zd_rf_al2230.c
diff --git a/zd_rf_rf2959.c b/zd_rf_rf2959.c
diff --git a/zd_usb.c b/zd_usb.c
diff --git a/zd_usb.h b/zd_usb.h
diff --git a/zd_util.c b/zd_util.c
diff --git a/zd_util.h b/zd_util.h
Now, I think I've seen this once or twice before, and I think I solved
it by checking out all those files listed by "git diff" one by one.
However, when I try this now, the list produced by "git diff" shrinks
and grows as I check more of them out, and I can't seem to get it down
to 0 again.
I have also tried the -f flags for checkout and pull, no difference.
What's going on?
Thanks,
Daniel
next reply other threads:[~2006-07-12 22:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-12 22:35 Daniel Drake [this message]
2006-07-12 22:39 ` git-read-tree: fatal: Entry 'Kbuild' not uptodate. Cannot merge Linus Torvalds
2006-07-12 22:49 ` Daniel Drake
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=44B57932.4090708@gentoo.org \
--to=dsd@gentoo.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).