mirror of
https://github.com/git/git.git
synced 2024-11-27 12:03:55 +08:00
Fix git-p4 submit
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
This commit is contained in:
parent
68c4215306
commit
b0d10df77a
@ -276,6 +276,7 @@ class P4Submit(Command):
|
||||
self.origin = ""
|
||||
self.directSubmit = False
|
||||
self.trustMeLikeAFool = False
|
||||
self.verbose = False
|
||||
|
||||
self.logSubstitutions = {}
|
||||
self.logSubstitutions["<enter description here>"] = "%log%"
|
||||
@ -478,9 +479,6 @@ class P4Submit(Command):
|
||||
% (fileName, fileName))
|
||||
|
||||
def run(self, args):
|
||||
# make gitdir absolute so we can cd out into the perforce checkout
|
||||
os.environ["GIT_DIR"] = gitdir
|
||||
|
||||
if len(args) == 0:
|
||||
self.master = currentGitBranch()
|
||||
if len(self.master) == 0 or not gitBranchExists("refs/heads/%s" % self.master):
|
||||
|
Loading…
Reference in New Issue
Block a user