-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge part of kh/svnimport branch into master
- Loading branch information
Showing
2 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ SYNOPSIS | |
[ -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 | ||
|
@@ -71,6 +72,16 @@ When importing incrementally, you might need to edit the .git/svn2git file. | |
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 protected]> | ||
|
||
and use "User's Full Name <[email protected]>" 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters