Class
Gollum::Git::Repo
In:
lib/grit_adapter/git_layer_grit.rb
Parent:
Object
Methods
bare
commit
commits
config
diff
git
head
index
init
init_bare
log
lstree
new
path
update_ref
Public Class methods
init
(path, git_options = {}, repo_options = {})
init_bare
(path, git_options = {}, repo_options = {})
new
(path, options)
Public Instance methods
bare
()
commit
(id)
commits
(start = 'master', max_count = 10, skip = 0)
config
()
diff
(sha1, sha2, path = nil)
git
()
head
()
@wiki.repo.head.commit.sha
index
()
log
(commit = 'master', path = nil, options = {})
lstree
(sha, options = {})
path
()
update_ref
(head, commit_sha)
[Validate]