update to git-kv 0.1.1 -- use val commit :) #31
Loading…
Reference in a new issue
No description provided.
Delete branch "git-kv-011"
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?
/cc @reynir
Looks fine to me :-) thanks!
@ -705,0 +700,4 @@
match Git_kv.commit git_kv with
| Some `Clean hash ->
Ohex.encode (Digestif.SHA1.to_raw_string hash)
| Some `Dirty _ ->
I guess these two cases "shouldn't happen"