You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implemented Plumbing module for manipulating bare repositories
* Allow Commits, Blobs and Trees to be created from scratch based on content using the Plumbing module (Commit.new_with_tree, Tree.new_from_hashmap and Blob.new_from_string)
* Find any objects by SHA (Repo#find)
* Handles symlinks
* Bugfixes and improved consistency of argument ordering