class Grits::Index
- Grits::Index
- Reference
- Object
Included Modules
Defined in:
grits/index.crConstructors
Instance Method Summary
- #add(path : String) : Void
- #add(paths : Array(String), flags : Array(IndexAddOption) = [] of IndexAddOption, ¬ification_callback : String, String -> Bool | Nil)
- #add_file(path : String) : Void
- #add_files(path_expressions : Array(String), flags : Array(IndexAddOption) = [] of IndexAddOption, ¬ification : String, String -> Bool | Nil)
- #clear : Nil
- #diff_workdir(options = DiffOptions.default) : Diff
- #diff_workdir(options = DiffOptions.default, &)
- #free
- #has_conflicts? : Bool
- #read_tree(tree : Tree)
- #write : Bool
- #write_tree
- #write_tree(&)
Constructor Detail
Instance Method Detail
def add(paths : Array(String), flags : Array(IndexAddOption) = [] of IndexAddOption, ¬ification_callback : String, String -> Bool | Nil)
#
def add_files(path_expressions : Array(String), flags : Array(IndexAddOption) = [] of IndexAddOption, ¬ification : String, String -> Bool | Nil)
#