• Show log

    Commit

  • Hash : 797dfb28
    Author : Russell Belfer
    Date : 2013-05-13T16:09:33

    Add APIs to dup and free git_index_entrys
    
    This adds git_index_entry_dup to make a copy of an existing entry
    and git_index_entry_free to release the memory of the copy.  It
    also updates the documentation for git_index_get_bypath and
    git_index_get_byindex to make it clear that the returned structure
    should *not* be modified.