author | Karl Hasselström <kha@treskal.com> | |
Mon, 27 Feb 2006 23:08:19 +0000 (00:08 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 27 Feb 2006 23:27:24 +0000 (15:27 -0800) | ||
commit | d3cac2c95a1600c9269c821153cbad681b66a8d2 | |
tree | 1a4b4c517eab764cd6bd213aa4fc6946179912fa | tree | snapshot |
parent | 80804d0af8f5bfa8ce87b5ef72cd2c5eb64c8f40 | commit | diff |
Save username -> Full Name <email@addr.es> map file
When the user specifies a username -> Full Name <email@addr.es> map
file with the -A option, save a copy of that file as
$git_dir/svn-authors. When running git-svnimport with an existing GIT
directory, use $git_dir/svn-authors (if it exists) unless a file was
explicitly specified with -A.
Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
When the user specifies a username -> Full Name <email@addr.es> map
file with the -A option, save a copy of that file as
$git_dir/svn-authors. When running git-svnimport with an existing GIT
directory, use $git_dir/svn-authors (if it exists) unless a file was
explicitly specified with -A.
Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-svnimport.txt | diff | blob | history | |
git-svnimport.perl | diff | blob | history |