Index: git_tools.py |
=================================================================== |
--- git_tools.py (revision 194795) |
+++ git_tools.py (working copy) |
@@ -82,7 +82,7 @@ |
"""Fetch the latest objects for a given git repository.""" |
# Always update the upstream url |
Git(git_repo, 'config remote.origin.url %s' % git_url) |
- Git(git_repo, 'fetch origin +refs/heads/master', is_mirror) |
+ Git(git_repo, 'fetch origin', is_mirror) |
def Ping(git_repo): |