Add index.Clear() to clear the index object #463
Loading…
Reference in New Issue
No description provided.
Delete Branch "patch-1"
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?
Simple PR that adds
index.Clear()
, which does nothing more than callinggit_index_clear
.would it be possible to add a test for this?
It's just wrapping the call the most straightforward way so it's fine without a test. Thanks.