forked from xiaolai/git
-
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 branch 'svn/authors-prog-2' of git://bogomips.org/git-svn
* 'svn/authors-prog-2' of git://bogomips.org/git-svn: git-svn: allow empty email-address using authors-prog and authors-file git-svn: search --authors-prog in PATH too
- Loading branch information
Showing
5 changed files
with
57 additions
and
12 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 |
---|---|---|
|
@@ -635,7 +635,8 @@ config key: svn.findcopiesharder | |
|
||
-A<filename>:: | ||
--authors-file=<filename>:: | ||
Syntax is compatible with the file used by 'git cvsimport': | ||
Syntax is compatible with the file used by 'git cvsimport' but | ||
an empty email address can be supplied with '<>': | ||
+ | ||
------------------------------------------------------------------------ | ||
loginname = Joe User <[email protected]> | ||
|
@@ -654,8 +655,14 @@ config key: svn.authorsfile | |
If this option is specified, for each SVN committer name that | ||
does not exist in the authors file, the given file is executed | ||
with the committer name as the first argument. The program is | ||
expected to return a single line of the form "Name <email>", | ||
which will be treated as if included in the authors file. | ||
expected to return a single line of the form "Name <email>" or | ||
"Name <>", which will be treated as if included in the authors | ||
file. | ||
+ | ||
Due to historical reasons a relative 'filename' is first searched | ||
relative to the current directory for 'init' and 'clone' and relative | ||
to the root of the working tree for 'fetch'. If 'filename' is | ||
not found, it is searched like any other command in '$PATH'. | ||
+ | ||
[verse] | ||
config key: svn.authorsProg | ||
|
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
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
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
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