All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] git p4: notice Jobs: section in submit
@ 2012-07-04 13:34 Pete Wyckoff
  2012-07-04 13:34 ` [PATCH 1/3] git p4: remove unused P4Submit interactive setting Pete Wyckoff
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Pete Wyckoff @ 2012-07-04 13:34 UTC (permalink / raw)
  To: git; +Cc: Michael Horowitz

Perforce has an idea of a "job" and can connect changes to jobs
in order to connect code fixes to an external bug-tracking system,
for instance.  The job can be specified in a change by adding
a section that looks like:

    Jobs:
	project-6032

For code committed from git p4, it would be nice to use a similar
notation in the commit message and have the jobs wind up in the
right section in the p4 change description.

This was discussed in
http://thread.gmane.org/gmane.comp.version-control.git/200445 .

These commits are on origin/next, as they depend on changes
in pw/git-p4-tests that was merged into next on Jul 3.

Pete Wyckoff (3):
  git p4: remove unused P4Submit interactive setting
  git p4 test: refactor marshal_dump
  git p4: notice Jobs lines in git commit messages

 git-p4.py                | 188 ++++++++++++++++++++++++++---------------------
 t/lib-git-p4.sh          |  14 ++++
 t/t9800-git-p4-basic.sh  |   5 --
 t/t9807-git-p4-submit.sh | 155 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 274 insertions(+), 88 deletions(-)

-- 
1.7.11.1.125.g4a65fea

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-07-14 13:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04 13:34 [PATCH 0/3] git p4: notice Jobs: section in submit Pete Wyckoff
2012-07-04 13:34 ` [PATCH 1/3] git p4: remove unused P4Submit interactive setting Pete Wyckoff
2012-07-04 13:49   ` Pete Wyckoff
2012-07-05  7:20   ` Luke Diamand
2012-07-05 12:30     ` Pete Wyckoff
2012-07-14 13:53       ` Pete Wyckoff
2012-07-04 13:34 ` [PATCH 2/3] git p4 test: refactor marshal_dump Pete Wyckoff
2012-07-04 13:34 ` [PATCH 3/3] git p4: notice Jobs lines in git commit messages Pete Wyckoff

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.