Commits


compress delta data from delta_cache directly into pack file


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


convert tree entries from SIMPLEQ to an array


write commit objects


introduce got_object_tree_create()


flip order of arguments to got_object_blob_create()


introduce got_object_blob_create()