libgit2/tests-clar/clone
Russell Belfer d0849f830f Simplify git_path_is_empty_dir implementation
This simplifies git_path_is_empty_dir on both Windows (getting rid
of git_buf allocation inside the function) and other platforms (by
just using git_path_direach), and adds tests for the function, and
uses the function to simplify some existing tests.
2013-10-03 10:44:13 -07:00
..
empty.c clone: put the callbacks struct directly in the clone options 2013-10-02 14:04:44 +02:00
nonetwork.c Simplify git_path_is_empty_dir implementation 2013-10-03 10:44:13 -07:00