Commit 0e98548d authored by Julien Muchembled's avatar Julien Muchembled

ERP5VCS: fix committer identity of rebased/merge commit when retrying to push

parent 88c0f3cf
......@@ -339,7 +339,7 @@ class Git(WorkingCopy):
# TODO: find a solution if there are other local changes
# TODO: solve conflicts on */bt/revision automatically
try:
self.git(merge, '@{u}')
self.git(merge, '@{u}', env=env)
except GitError, e:
# XXX: how to know how it failed ?
try:
......
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