libgit2/include
Russell Belfer dcb0f7c061 Fix checkout of submodules with no .gitmodules
It is possible for there to be a submodule in a repository with
no .gitmodules file (for example, if the user forgot to commit
the .gitmodules file).  In this case, core Git will just create
an empty directory as a placeholder for the submodule but
otherwise ignore it.  We were generating an error and stopping
the checkout.  This makes our behavior match that of core git.
2013-05-15 14:54:02 -07:00
..
git2 Fix checkout of submodules with no .gitmodules 2013-05-15 14:54:02 -07:00
git2.h update copyrights 2013-01-08 17:31:27 -06:00