[llvm-commits] [PATCH] Document how to maintain a git-svn clone of the LLVM git repositories

NAKAMURA Takumi geek4civic at gmail.com
Wed Jul 20 20:52:02 PDT 2011


2011/7/21 Jakob Stoklund Olesen <stoklund at 2pi.dk>:
> What happens if your spell your name differently that the server does?

As far as I tried, "partial reconstruction of rev_map" occur in the
next "git-svn dcommit".
It was just similar to dcommit w/o authorsfile.
I was afraid full reconstruction might run..., I won't trigger full
reconstruction.

As expected, git-svn dcommit makes an undesired commit (and the commit
is marked in rev_map).
After upstream commit was made, git-pull --rebase can cancel the undesired one.
(Then, rev_map points on undesired one)

It might be "better than nothing" to use oneline authorsfile.
I will add authorsfile topic when we will create docs/Git.html ;)

...Takumi



More information about the llvm-commits mailing list