libgit2/include
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
..
git2 Add BARE option to git_repository_open_ext 2013-07-10 12:14:13 -07:00
git2.h Fix example/log.c pathspec handling of merges 2013-07-10 20:50:32 +02:00