git-p4: map a P4 user to Git author name and email address
commit10d08a149d2295a239ac7710d32c0b77492f61c3
authorLars Schneider <lars.schneider@autodesk.com>
Tue, 1 Mar 2016 10:49:56 +0000 (1 11:49 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Mar 2016 18:45:13 +0000 (15 11:45 -0700)
tree5901bdc77a12cfa7dbf09c76299cc77555e42b65
parent594730e980521310d88006d91f3f14ef5eff1e2b
git-p4: map a P4 user to Git author name and email address

Map a P4 user to a specific name and email address in Git with the
"git-p4.mapUser" config. The config value must be a string adhering
to the format "p4user = First Lastname <email@address.com>".

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Reviewed-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-p4.txt
git-p4.py
t/t9828-git-p4-map-user.sh [new file with mode: 0755]