Skip to content

Instantly share code, notes, and snippets.

@jduck
Created March 10, 2015 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jduck/db32fb7c6bf23630bec2 to your computer and use it in GitHub Desktop.
Save jduck/db32fb7c6bf23630bec2 to your computer and use it in GitHub Desktop.
diff --git a/project.py b/project.py
index 8b02b7c..890de8c 100644
--- a/project.py
+++ b/project.py
@@ -1878,6 +1878,7 @@ class Project(object):
ssh_proxy=ssh_proxy)
ret = gitcmd.Wait()
if ret == 0:
+ print(gitcmd.stderr, file=sys.stderr)
ok = True
break
# If needed, run the 'git remote prune' the first time through the loop
@jduck
Copy link
Author

jduck commented Apr 13, 2015

This patch is obsolete as a nearly equivalent change was introduced in e30f46b957c9c192f09a4907e3e7e802c9b782f8 (https://gerrit.googlesource.com/git-repo/+/e30f46b957c9c192f09a4907e3e7e802c9b782f8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment