Minor API enhancements #65
Loading…
Reference in New Issue
No description provided.
Delete Branch "blob_and_tree_updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cleans up revwalk to be consistent with pattern used elsewhere for create / free
adds blob creation from chunks or bytes
adds support for creating tree builders for trees
adds remove operation to tree builder
The Library has changed the name of the option structs to be
_options
instead of_opts
. Other than that, it looks alright.