git p4: notice Jobs lines in git commit messages
commitf19cb0a0e80e094970cfa854dc3da60c927830eb
authorPete Wyckoff <pw@padd.com>
Wed, 4 Jul 2012 13:34:20 +0000 (4 09:34 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Jul 2012 06:22:02 +0000 (5 23:22 -0700)
treeddb14a03f8c5869e03efa681239b21326b06e98e
parent798d598080a68deb4958d69adacee409a23b467b
git p4: notice Jobs lines in git commit messages

P4 has a feature called "jobs" that allows linking changes
to a bug tracking system or other tasks.  When submitting
code, a job name can be specified to mark that this change
is associated with a particular job.

Teach git-p4 to find an optional "Jobs:" line in git commit
messages and use them to make a Jobs section in the p4
change specifitation.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py
t/t9807-git-p4-submit.sh