Add git_diff_tree_to_index #298
Loading…
Reference in New Issue
No description provided.
Delete Branch "add_git_diff_tree_to_index"
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?
Hi, I'm not sure about
libgit2
, but I needgit diff --cached
-ish features.According to https://libgit2.github.com/libgit2/#HEAD/group/diff/git_diff_tree_to_index:
It requires
add_git_diff_tree_to_index
. So I've added it.Thanks.
Please remove the
go fmt
commit. It's stopping this from being applyable. Looks good otherwise.Thank you for your reply.
Done.