libgit2/tests-clar/repo
Russell Belfer 3fe046cfdb Add BARE option to git_repository_open_ext
This adds a BARE option to git_repository_open_ext which allows
a fast open path that still knows how to read gitlinks and to
search for the actual .git directory from a subdirectory.

`git_repository_open_bare` is still simpler and faster, but having
a gitlink aware fast open is very useful for submodules where we
want to quickly be able to peek at the HEAD and index data without
doing any other meaningful repo operations.
2013-07-10 12:14:13 -07:00
..
config.c More tests of config with various absent files 2013-05-23 15:57:52 -07:00
discover.c Reorganize diff and add basic diff driver 2013-06-10 10:10:39 -07:00
getters.c Make refcounting atomic 2013-04-22 17:12:11 +02:00
hashfile.c Add cl_repo_set_bool and cleanup tests 2013-03-22 14:27:56 -07:00
head.c Rename ref and reflog apis for consistency 2012-11-27 13:17:45 -08:00
headtree.c repo: Make git_repository_head_tree() return error codes 2012-11-22 18:51:06 +01:00
init.c Add cl_repo_set_bool and cleanup tests 2013-03-22 14:27:56 -07:00
iterator.c Make iterators use GIT_ITEROVER & smart advance 2013-05-31 12:18:43 -07:00
message.c Fix git_repository_message docs 2013-05-09 06:45:06 -07:00
open.c Add BARE option to git_repository_open_ext 2013-07-10 12:14:13 -07:00
pathspec.c Add public API for pathspec matching 2013-07-10 20:50:31 +02:00
repo_helpers.c Rename ref and reflog apis for consistency 2012-11-27 13:17:45 -08:00
repo_helpers.h repository: Refine repository_head() error report 2012-11-12 00:14:51 +01:00
setters.c Make refcounting atomic 2013-04-22 17:12:11 +02:00
shallow.c Improve test failure output 2013-05-23 15:35:50 -07:00
state.c repo: fix state when HEAD is not detached 2012-11-04 12:13:42 -06:00