commit | 6aa9ba14a0259d86eec2077308358caf891c162a | [log] [tgz] |
---|---|---|
author | Avery Pennarun <apenwarr@versabanq.com> | Tue Apr 15 21:04:17 2008 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Sun May 04 17:42:29 2008 -0700 |
tree | ef82fe7bf216d2ce87a84a0b0ddabd6e271f0882 | |
parent | de451dff15a3404e1c7025ebf72c70e624cf2f5c [diff] |
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>