Code

git-svn: Add --add-author-from option.
authorAvery Pennarun <apenwarr@versabanq.com>
Wed, 16 Apr 2008 01:04:17 +0000 (21:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 May 2008 00:42:29 +0000 (17:42 -0700)
commit6aa9ba14a0259d86eec2077308358caf891c162a
treeef82fe7bf216d2ce87a84a0b0ddabd6e271f0882
parentde451dff15a3404e1c7025ebf72c70e624cf2f5c
git-svn: Add --add-author-from option.

This option adds a From: line (based on the commit's author information)
at the beginning of the body of the commit log message when sending to
svn, if a From: or Signed-off-by: header does not exist.

This, combined with --use-log-author, can retain the author field of commits
through a round trip from git to svn and back.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl