|
def | iter_items (cls, repo, common_path=None, remote=None) |
|
def | delete (cls, repo, *refs, **kwargs) |
|
def | create (cls, *args, **kwargs) |
|
def | set_tracking_branch (self, remote_reference) |
|
def | tracking_branch (self) |
|
def | rename (self, new_path, force=False) |
|
def | checkout (self, force=False, **kwargs) |
|
def | config_reader (self) |
|
def | config_writer (self) |
|
def | __init__ (self, repo, path, check_path=True) |
|
def | __str__ (self) |
|
def | set_object (self, object, logmsg=None) |
|
def | name (self) |
|
def | iter_items (cls, repo, common_path=None) |
|
def | remote_name (self) |
|
def | remote_head (self) |
|
def | __init__ (self, repo, path) |
|
def | __repr__ (self) |
|
def | __eq__ (self, other) |
|
def | __ne__ (self, other) |
|
def | __hash__ (self) |
|
def | abspath (self) |
|
def | dereference_recursive (cls, repo, ref_path) |
|
def | set_commit (self, commit, logmsg=None) |
|
def | set_reference (self, ref, logmsg=None) |
|
def | is_valid (self) |
|
def | is_detached (self) |
|
def | log (self) |
|
def | log_append (self, oldbinsha, message, newbinsha=None) |
|
def | log_entry (self, index) |
|
def | to_full_path (cls, path) |
|
def | delete (cls, repo, path) |
|
def | create (cls, repo, path, reference='HEAD', force=False, logmsg=None) |
|
def | from_path (cls, repo, path) |
|
def | is_remote (self) |
|
def | list_items (cls, repo, *args, **kwargs) |
|
def | iter_items (cls, repo, *args, **kwargs) |
|
Represents a reference pointing to a remote head.