libgit2/tests/submodule
Russell Belfer 380f864a10 Fix error when submodule path and name differ
When a submodule was inserted with a different path and name, the
return value from khash greater than zero was allowed to propagate
back out to the caller when it should really be zeroed.  This led
to a possible crash when reloading submodules if that was the
first time that submodule data was loaded.
2014-03-26 16:06:21 -07:00
..
lookup.c Fix error when submodule path and name differ 2014-03-26 16:06:21 -07:00
modify.c Make submodules externally refcounted 2014-03-25 09:14:48 -07:00
nosubs.c Fix segfault if gitmodules is invalid 2014-03-26 14:38:26 -07:00
status.c Merge pull request #2204 from libgit2/rb/submodule-reference-counting 2014-03-26 18:29:34 +01:00
submodule_helpers.c Make submodules externally refcounted 2014-03-25 09:14:48 -07:00
submodule_helpers.h Make submodules externally refcounted 2014-03-25 09:14:48 -07:00