libgit2/tests/stash
Russell Belfer a15c7802c8 Make submodules externally refcounted
`git_submodule` objects were already refcounted internally in case
the submodule name was different from the path at which it was
stored.  This makes that refcounting externally used as well, so
`git_submodule_lookup` and `git_submodule_add_setup` return an
object that requires a `git_submodule_free` when done.
2014-03-25 09:14:48 -07:00
..
drop.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
foreach.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
save.c Remove ignored files from the working directory if they were stashed 2014-03-04 12:22:27 +02:00
stash_helpers.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
stash_helpers.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
submodules.c Make submodules externally refcounted 2014-03-25 09:14:48 -07:00