git-p4 submit: prevent 'Jobs' section from being removed from p4 change log
[gitweb.git] / contrib / fast-import / git-p4
index a92beb6292b49aebb12bfbb4535a94f148b88a3d..8b00fd87972846ec5ddfb20159867f86e91aa354 100755 (executable)
@@ -570,7 +570,7 @@ class P4Submit(Command):
                 continue
 
             if inDescriptionSection:
-                if line.startswith("Files:"):
+                if line.startswith("Files:") or line.startswith("Jobs:"):
                     inDescriptionSection = False
                 else:
                     continue