Merge "Always run git fetch so that commits are available for rebase"
This commit is contained in:
commit
afd7ee871c
@ -424,7 +424,6 @@ def main():
|
||||
|
||||
set_hooks_commit_msg()
|
||||
|
||||
if UPDATE:
|
||||
cmd = "git fetch %s %s" % (remote, branch)
|
||||
(status, output) = run_command_status(cmd)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user