libgit2/tests/submodule
Edward Thomson ac2fba0ecd git_futils_mkdir_*: make a relative-to-base mkdir
Untangle git_futils_mkdir from git_futils_mkdir_ext - the latter
assumes that we own everything beneath the base, as if it were
being called with a base of the repository or working directory,
and is tailored towards checkout and ensuring that there is no
bogosity beneath the base that must be cleaned up.

This is (at best) slow and (at worst) unsafe in the larger context
of a filesystem where we do not own things and cannot do things like
unlink symlinks that are in our way.
2015-09-17 10:00:35 -04:00
..
add.c blob: fail to create a blob from a dir with EDIRECTORY 2015-07-12 12:11:22 +02:00
init.c submodule: make _set_url() affect the configuration 2015-06-22 17:02:55 +02:00
lookup.c submodule: add a test for a renamed submdoule dir 2015-09-10 21:23:03 +02:00
modify.c submodule: test unsetting config options 2015-06-22 17:02:56 +02:00
nosubs.c submodule: completely remove reload_all 2015-07-01 17:49:07 +02:00
repository_init.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
status.c git_futils_mkdir_*: make a relative-to-base mkdir 2015-09-17 10:00:35 -04:00
submodule_helpers.c Rename FALLBACK to UNSPECIFIED 2015-06-25 12:48:44 +02:00
submodule_helpers.h submodule init should resolve relative url paths 2014-12-22 16:35:45 -05:00
update.c Rename FALLBACK to UNSPECIFIED 2015-06-25 12:48:44 +02:00