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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html