Commit Briefs


Stefan Sperling

make 'got histedit' collapse folded add+delete operations into a no-op

If a merged commit wants to delete a locally added file, and this locally added file matches the content which was deleted in the commit being merged, we can go ahead with the deletion because there is no risk of data loss. fixes the histedit problem reported by jrick on freenode



Stefan Sperling

write commit objects


Stefan Sperling

introduce got_object_tree_create()



Stefan Sperling

introduce got_object_blob_create()