We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657cd7e commit c1481afCopy full SHA for c1481af
AUTHORS
@@ -14,5 +14,6 @@ Contributors are:
14
-Sebastian Thiel <byronimo _at_ gmail.com>
15
-Jonathan Chu <jonathan.chu _at_ me.com>
16
-Vincent Driessen <me _at_ nvie.com>
17
+-Phil Elson <pelson _dot_ pub _at_ gmail.com>
18
19
Portions derived from other open source works and are clearly marked.
git/remote.py
@@ -511,7 +511,6 @@ def refs(self):
511
remote.refs.master # yields RemoteReference('/refs/remotes/origin/master')"""
512
out_refs = IterableList(RemoteReference._id_attribute_, "%s/" % self.name)
513
out_refs.extend(RemoteReference.list_items(self.repo, remote=self.name))
514
- assert out_refs, "Remote %s did not have any references" % self.name
515
return out_refs
516
517
@property
0 commit comments