libgit2/include
Josh Triplett 39c6fca33a Add GIT_REPOSITORY_OPEN_NO_DOTGIT flag to avoid appending /.git
GIT_REPOSITORY_OPEN_NO_SEARCH does not search up through parent
directories, but still tries the specified path both directly and with
/.git appended.  GIT_REPOSITORY_OPEN_BARE avoids appending /.git, but
opens the repository in bare mode even if it has a working directory.
To support the semantics git uses when given $GIT_DIR in the
environment, provide a new GIT_REPOSITORY_OPEN_NO_DOTGIT flag to not try
appending /.git.
2016-06-24 11:44:01 -07:00
..
git2 Add GIT_REPOSITORY_OPEN_NO_DOTGIT flag to avoid appending /.git 2016-06-24 11:44:01 -07:00
git2.h proxy: introduce a proxy options struct 2016-04-19 13:54:19 +02:00