diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-04-06 11:39:05 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-04-06 11:39:05 -0700 |
commit | 1d851b9d30f5a7d2efdda71623839dcabd27577e (patch) | |
tree | 5ca1df24ff4f7978cf920a273af8b9313133c290 /Documentation | |
parent | Merge branch 'cc/doc-recommend-performance-trace-to-file' (diff) | |
parent | git-p4: map a P4 user to Git author name and email address (diff) | |
download | tgif-1d851b9d30f5a7d2efdda71623839dcabd27577e.tar.xz |
Merge branch 'ls/p4-map-user'
"git p4" now allows P4 author names to be mapped to Git author
names.
* ls/p4-map-user:
git-p4: map a P4 user to Git author name and email address
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-p4.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/git-p4.txt b/Documentation/git-p4.txt index 35e3170918..88ba42b455 100644 --- a/Documentation/git-p4.txt +++ b/Documentation/git-p4.txt @@ -551,6 +551,17 @@ git-p4.keepEmptyCommits:: A changelist that contains only excluded files will be imported as an empty commit if this boolean option is set to true. +git-p4.mapUser:: + Map a P4 user to a name and email address in Git. Use a string + with the following format to create a mapping: ++ +------------- +git config --add git-p4.mapUser "p4user = First Last <mail@address.com>" +------------- ++ +A mapping will override any user information from P4. Mappings for +multiple P4 user can be defined. + Submit variables ~~~~~~~~~~~~~~~~ git-p4.detectRenames:: |