Code

Document git-svn's first-parent rule
authorThomas Rast <trast@student.ethz.ch>
Mon, 16 Nov 2009 10:15:17 +0000 (11:15 +0100)
committerEric Wong <normalperson@yhbt.net>
Tue, 17 Nov 2009 07:33:58 +0000 (23:33 -0800)
commitce45a45f24cc7b3ccc7f6ebcd0025559b4421bda
tree83690528af39b5d9ae656fdcdd29ea37f6175a6e
parent6111b934991f3ea670ac2442806c976defc7b61c
Document git-svn's first-parent rule

git-svn has the following rule to detect the SVN base for its
operations: find the first git-svn-id line reachable through
first-parent ancestry.  IOW,

  git log --grep=^git-svn-id: --first-parent -1

Document this, as it is very important when using merges with git-svn.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Documentation/git-svn.txt