author | Thomas Rast <trast@student.ethz.ch> | |
Mon, 16 Nov 2009 10:15:17 +0000 (11:15 +0100) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Tue, 17 Nov 2009 07:33:58 +0000 (23:33 -0800) | ||
commit | ce45a45f24cc7b3ccc7f6ebcd0025559b4421bda | |
tree | 83690528af39b5d9ae656fdcdd29ea37f6175a6e | tree | snapshot |
parent | 6111b934991f3ea670ac2442806c976defc7b61c | commit | diff |
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>
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 | diff | blob | history |