Class
Gollum::Git::Index
In:
lib/rugged_adapter/git_layer_rugged.rb
Parent:
Object
Methods
add
commit
current_tree
delete
index
new
read_tree
tree
Public Class methods
new
(index, repo)
Public Instance methods
add
(path, data)
commit
(message, parents = nil, actor = nil, last_tree = nil, head = 'refs/heads/master')
current_tree
()
delete
(path)
index
()
read_tree
(id)
tree
()
[Validate]