Commit Briefs


0a22ca1a5a 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


56e0773df7 Stefan Sperling

convert tree entries from SIMPLEQ to an array


de18fc635c Stefan Sperling

write commit objects


f91abf8111 Stefan Sperling

introduce got_object_tree_create()


f970685c28 Stefan Sperling

flip order of arguments to got_object_blob_create()


44edeea709 Stefan Sperling

introduce got_object_blob_create()