libgit2/include
Sascha Cunz 352214416c Checkout: Don't assert if treeish is NULL
In git_checkout_tree, the first check tests if either repo or treeish is
NULL and says that eithor of them has to have a valid value. But there
is no code to handle the treeish == NULL case.

So, do something meaningful in that case: use HEAD instead.
2013-11-02 03:43:34 +00:00
..
git2 Checkout: Don't assert if treeish is NULL 2013-11-02 03:43:34 +00:00
git2.h Rename diff objects and split patch.h 2013-10-11 14:51:54 -07:00