git-svn: always use --first-parent
commit4dbfe2e9bdfdde2d3257194573cee0d41471592b
authorLars Hjemli <hjemli@gmail.com>
Fri, 7 Sep 2007 00:00:08 +0000 (7 02:00 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Sep 2007 05:53:16 +0000 (6 22:53 -0700)
treeb41d909967ed67858f1b76c987a3ee0f81243982
parent05b4df31537a653eaa30d2c6f53e05d7a12d1bc8
git-svn: always use --first-parent

This makes git-svn unconditionally invoke git-log with --first-parent when
it is trying to discover its upstream subversion branch and collecting the
commit ids which should be pushed to it with dcommit. The reason for always
using --first-parent is to make git-svn behave in a predictable way when the
ancestry chain contains merges with other git-svn branches.

Since git-svn now always uses 'git-log --first-parent' there is no longer
any need for the --first-parent option to git-svn, so this is removed.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt
git-svn.perl