Commit 3580ff4d authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 47705bf1 4fa11704
......@@ -604,6 +604,15 @@ class GitRepository(Repository):
'remote.origin.fetch',
'+refs/heads/{0}:refs/remotes/origin/{0}'.format(branch)
)
self.set_config(
'branch.{0}.remote'.format(branch),
'origin'
)
self.set_config(
'branch.{0}.merge'.format(branch),
'refs/heads/{0}'.format(branch)
)
self.branch = branch
def configure_branch(self, branch):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment