[llvm-commits] [PATCH] Document how to maintain a git-svn clone of the LLVM git repositories
NAKAMURA Takumi
geek4civic at gmail.com
Mon Jul 18 20:42:40 PDT 2011
Jeffrey and Jakob,
Thanks to work on the Git article!
FYI, to prevent diversion between "git-pull" and "git-svn fetch git-svn rebase",
"authorsfile" would be useful.
Please refer to my instruction;
http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-June/040880.html
In fact, I have not been using "git-svn rebase" for months.
All I need are, "git pull (--rebase)", "git-cherry-pick (or git-rebase
--onto)" and "git-svn dcommit".
I will add comments to docs/GS.html if I would get a time.
...Takumi
More information about the llvm-commits
mailing list