Skip to content

Commit

Permalink
Merge branch 'mh/p4'
Browse files Browse the repository at this point in the history
* mh/p4:
  git-p4 submit: prevent 'Jobs' section from being removed from p4 change log
  • Loading branch information
Junio C Hamano committed Mar 4, 2011
2 parents 08fd871 + c9dbab0 commit 6d74e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/fast-import/git-p4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d74e5c

Please sign in to comment.