• Show log

    Commit

  • Hash : f7a5058a
    Author : Vicent Marti
    Date : 2011-04-24T00:31:43

    index: Refactor add/replace methods
    
    Removed the optional `replace` argument, we now have 4 add methods:
    
    	`git_index_add`: add or update from path
    	`git_index_add2`: add or update from struct
    	`git_index_append`: add without replacing from path
    	`git_index_append2`: add without replacing from struct
    
    Yes, this breaks the bindings.