commit | ce45a45f24cc7b3ccc7f6ebcd0025559b4421bda | [log] [tgz] |
---|---|---|
author | Thomas Rast <trast@student.ethz.ch> | Mon Nov 16 11:15:17 2009 +0100 |
committer | Eric Wong <normalperson@yhbt.net> | Mon Nov 16 23:33:58 2009 -0800 |
tree | 83690528af39b5d9ae656fdcdd29ea37f6175a6e | |
parent | 6111b934991f3ea670ac2442806c976defc7b61c [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>