author | Andy Whitcroft <apw@shadowen.org> | |
Mon, 25 Sep 2006 11:08:13 +0000 (12:08 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 28 Sep 2006 16:12:57 +0000 (09:12 -0700) | ||
commit | 7b40e7d1ab20aebaac86b4586d48b6b645da57d1 | |
tree | 81f634a12b6a50418b8979a04f532221eb2a6338 | tree | snapshot |
parent | 690d8824c852b6a59deb03f65e330297c587752e | commit | diff |
svnimport: add support for parsing From: lines for author
When commiting a non-signed off contribution you cannot just add
a Signed-off-by: from the author as they did not sign it off.
But if you then commit it, and necessarily sign it off yourself,
the change appears to be yours. In this case it is common to use
the following form:
Commentry
From: originator <email>
Signed-of-by: me <my email>
Now that we have support for parsing Signed-off-by: for author
information it makes sense to handle From: as well. This patch
adds a new -F which will handle From: lines in the comments. It
may be used in combination with -S.
Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
When commiting a non-signed off contribution you cannot just add
a Signed-off-by: from the author as they did not sign it off.
But if you then commit it, and necessarily sign it off yourself,
the change appears to be yours. In this case it is common to use
the following form:
Commentry
From: originator <email>
Signed-of-by: me <my email>
Now that we have support for parsing Signed-off-by: for author
information it makes sense to handle From: as well. This patch
adds a new -F which will handle From: lines in the comments. It
may be used in combination with -S.
Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svnimport.perl | diff | blob | history |