Sverre Rabbelier wrote: > --- a/git_remote_helpers/git/non_local.py > +++ b/git_remote_helpers/git/non_local.py > @@ -63,7 +63,7 @@ class NonLocalGit(object): > if not os.path.exists(path): > die("could not find repo at %s", path) > > - args = ["git", "--git-dir=" + path, "push", "--quiet", self.repo.gitpath] > + args = ["git", "--git-dir=" + path, "push", "--quiet", self.repo.gitpath, "--all"] > child = subprocess.Popen(args) Does this deal with forced (non-fast-forward) pushes? (Not a complaint, just curious.) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html