All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/2] git p4 - import/export of git/p4 tags and labels
@ 2012-04-11 15:21 Luke Diamand
  2012-04-11 15:21 ` [PATCHv2 1/2] git p4: Fixing script editor checks Luke Diamand
  2012-04-11 15:21 ` [PATCHv2 2/2] git p4: import/export of labels to/from p4 Luke Diamand
  0 siblings, 2 replies; 9+ messages in thread
From: Luke Diamand @ 2012-04-11 15:21 UTC (permalink / raw)
  To: git; +Cc: Pete Wyckoff, Vitor Antunes, Luke Diamand

This is an updated version of the previous patch for importing p4 labels
and exporting git tags.

Unlike the previous version, this one exports tags to p4 during 'submit'.
Because of the rebasing that goes on with git-p4, this is no worse
than doing it during the sync phase - to be exported a git tag has
to be on one of the commits that has come from p4.

I have also renamed the --export-tags option to --export-labels, as
it just seemed confusing (so now is export-labels, import-labels, etc).

This version is against Pete Wyckoff's patch series for making git-p4
a top-level program.

There is also a small fix to the t9800 test case to help it work
when P4EDITOR is defined.

Luke Diamand (2):
  Fixing script editor checks
  git p4: import/export of labels to/from p4

 Documentation/git-p4.txt       |   43 ++++++-
 git-p4.py                      |  263 ++++++++++++++++++++++++++++++++++------
 t/t9800-git-p4-basic.sh        |    4 +-
 t/t9811-git-p4-label-import.sh |  202 ++++++++++++++++++++++++++++++
 4 files changed, 471 insertions(+), 41 deletions(-)
 create mode 100755 t/t9811-git-p4-label-import.sh

-- 
1.7.10.rc0.161.gdb6eba

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

end of thread, other threads:[~2012-04-21 17:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 15:21 [PATCHv2 0/2] git p4 - import/export of git/p4 tags and labels Luke Diamand
2012-04-11 15:21 ` [PATCHv2 1/2] git p4: Fixing script editor checks Luke Diamand
2012-04-11 17:14   ` Junio C Hamano
2012-04-11 18:51     ` Luke Diamand
2012-04-11 19:06       ` Junio C Hamano
2012-04-11 19:24         ` Luke Diamand
2012-04-11 15:21 ` [PATCHv2 2/2] git p4: import/export of labels to/from p4 Luke Diamand
2012-04-18 11:34   ` Pete Wyckoff
2012-04-21 17:59     ` Luke Diamand

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.