# File lib/rugged_adapter/git_layer_rugged.rb, line 433 def delete(path) @index.remove_all(path) update_treemap(path, false) false end