diff options
Diffstat (limited to 'git')
-rw-r--r-- | git/remote.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/remote.py b/git/remote.py index abb33e9c..17fe6c2f 100644 --- a/git/remote.py +++ b/git/remote.py @@ -840,7 +840,7 @@ class Remote(LazyMixin, Iterable): If the push contains rejected heads, these will have the PushInfo.ERROR bit set in their flags. If the operation fails completely, the length of the returned IterableList will - be null.""" + be 0.""" kwargs = add_progress(kwargs, self.repo.git, progress) proc = self.repo.git.push(self, refspec, porcelain=True, as_process=True, universal_newlines=True, **kwargs) |