• Show log

    Commit

  • Hash : b29e8f19
    Author : Vicent Marti
    Date : 2011-01-29T02:12:59

    Return the created entry in git_tree_add_entry()
    
    Yes, we are breaking the API. Alpha software, deal with it.
    
    We need a way of getting a pointer to each newly added entry to the
    index, because manually looking up the entry after creation is
    outrageously expensive.
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>