Skip to content

Commit

Permalink
Merge branch 'po/git-p4-wo-login'
Browse files Browse the repository at this point in the history
"git p4" update.

* po/git-p4-wo-login:
  git-p4: fix problem when p4 login is not necessary
  • Loading branch information
gitster committed Jan 18, 2019
2 parents 41db137 + d4990d5 commit 702bbfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git-p4.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ def p4_check_access(min_expiration=1):
die_bad_access("p4 error: {0}".format(data))
else:
die_bad_access("unknown error")
elif code == "info":
return
else:
die_bad_access("unknown error code {0}".format(code))

Expand Down

0 comments on commit 702bbfe

Please sign in to comment.