[LLVMdev] Introduction to git-bisect with "llvm-project.git"

David A. Greene greened at obbligato.org
Tue Jul 5 13:43:06 PDT 2011


NAKAMURA Takumi <geek4civic at gmail.com> writes:

> I am making a submodule-based metaproject "llvm-project.git" for
> bisecting clang.
> I will introduce it to help you developers.
> Unfortunately, submodule is not useful to manage your branches. :/

I'm working on a similar thing, actually,  Unfortunately, my server has
atrocious upstream bandwidth.  ADSL is not kind to developers.  :(

I started off using git-submodule but found it unintuitive and annoying
due to its use of detached head states.

git-subtree is much, much better.  :)

http://apenwarr.ca/log/?m=200904

                          -Dave



More information about the llvm-dev mailing list