From: Jan Durovec Date: Tue, 19 Apr 2016 19:49:41 +0000 (+0000) Subject: git-p4: add P4 jobs to git commit message X-Git-Tag: v2.9.0-rc0~81^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/26e6a27d6965c9c5ee4f59ae9a97cef893b52686?hp=26e6a27d6965c9c5ee4f59ae9a97cef893b52686 git-p4: add P4 jobs to git commit message When migrating from Perforce to git the information about P4 jobs associated with P4 changelists is lost. Having these jobs listed on messages of related git commits enables smooth migration for projects that take advantage of e.g. JIRA integration (which uses jobs on Perforce side and parses commit messages on git side). The jobs are added to the message in the same format as is expected when migrating in the reverse direction. Signed-off-by: Jan Durovec Signed-off-by: Junio C Hamano ---