class Git::Repository
- Git::Repository
- Git::C_Pointer
- Git::C_Value
- Git::NoError
- Reference
- Object
Defined in:
git/repo.crConstructors
Class Method Summary
Instance Method Summary
- #ahead_behind(local : Oid, upstream : Oid)
- #ahead_behind(local : Commit, upstream : Commit)
- #attributes(path : String)
- #bare? : Bool
- #blame
- #branches
- #empty? : Bool
- #exists?(oid : Oid)
- #exists?(sha : String)
- #finalize
- #head
- #head?
- #last_commit
- #lookup(sha : String)
- #lookup_blob(oid : Oid)
- #lookup_blob(sha : String)
- #lookup_commit(oid : Oid)
- #lookup_commit(sha : String)
- #lookup_tag(oid : Oid)
- #lookup_tag(sha : String)
- #lookup_tree(oid : Oid)
- #lookup_tree(sha : String)
- #path : String
- #ref(name : String)
- #ref_names
- #references
- #refs(glob : String)
- #refs
- #remotes
- #shallow? : Bool
- #tags(glob : String)
- #tags
- #walk(from : String | Oid, sorting : Sort = Sort::Time, &)
- #walk(from : String | Oid, sorting : Sort = Sort::Time)
- #workdir