added write method to index #51
Loading…
Reference in New Issue
No description provided.
Delete Branch "master"
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?
According to the following issue: https://github.com/libgit2/rugged/issues/254 you have to write out your index or you end up with a "weird" commit status when manually creating a commit object.
Is that the right approach after manually crafting a commit?
Tobscher
More or less. You should write out the index before creating the commit, or it will be confusing if an error happens.