Hi all, Yestoday when I worked using Git, I found a bug. It's about rebase. Or I don't know if it is a bug, maybe that is Git. Below is my problem: There is a master branch, and we develop in our own branch. Let's simplify this: there are two branches created at the same commit point at master. Then branch A add a function X. Branch B add funciton X too (yes, they are very same). Then branch B modify function X to function Y. Branch A finishes it's job first and merged to master successfully and happily without any conflicts. When branch B wants to merge to master, he finds that master has updated. So branch B must rebase to the current master. Then problem happends: git rebase successfully without any conflicts. But branch B cannot see function X from master (or branch A), only its own function Y. I think that's because Git is based on file instead of patch. But I think Git can report it in this situation. How do you think ? Thank you anyway for maintaining this amazing software. -- Benchao Li School of Electronics Engineering and Computer Science, Peking University Tel:+86-15650713730 Email: libenchao@xxxxxxxxx; libenchao@xxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html