[ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev]\r
[ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]\r
[ -s start_chg ] [ -m ] [ -r ] [ -M regex ]\r
- [ -I <ignorefile_name> ] <SVN_repository_URL> [ <path> ]</p>\r
+ [ -I <ignorefile_name> ] [ -A <author_file> ]\r
+ <SVN_repository_URL> [ <path> ]</p>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
</p>\r
</dd>\r
<dt>\r
+-A <author_file>\r
+</dt>\r
+<dd>\r
+<p>\r
+ Read a file with lines on the form\r
+</p>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><tt>username = User's Full Name <email@addr.es></tt></pre>\r
+</div></div>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><tt>and use "User's Full Name <email@addr.es>" as the GIT\r
+author and committer for Subversion commits made by\r
+"username". If encountering a commit made by a user not in the\r
+list, abort.</tt></pre>\r
+</div></div>\r
+</dd>\r
+<dt>\r
-m\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 27-Feb-2006 07:07:04 UTC\r
+Last updated 28-Feb-2006 00:09:53 UTC\r
</div>\r
</div>\r
</body>\r
[ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev]
[ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]
[ -s start_chg ] [ -m ] [ -r ] [ -M regex ]
- [ -I <ignorefile_name> ] <SVN_repository_URL> [ <path> ]
+ [ -I <ignorefile_name> ] [ -A <author_file> ]
+ <SVN_repository_URL> [ <path> ]
DESCRIPTION
syntaxes are similar enough that using the Subversion patterns
directly with "-I .gitignore" will almost always just work.)
+-A <author_file>::
+ Read a file with lines on the form
+
+ username = User's Full Name <email@addr.es>
+
+ and use "User's Full Name <email@addr.es>" as the GIT
+ author and committer for Subversion commits made by
+ "username". If encountering a commit made by a user not in the
+ list, abort.
+
-m::
Attempt to detect merges based on the commit message. This option
will enable default regexes that try to capture the name source