Representation of an existing git repository, including all its object contents
Extended options structure for git_repository_init_ext
Option flags for git_repository_open_ext
Option flags for git_repository_init_ext
Mode options for git_repository_init_ext
Repository state
Open a git repository
Create a "fake" repository to wrap an object database
Look for a git repository and copy its path in the given buffer The lookup start from base_path and walk across parent directories if nothing has been found. The lookup ends when the first repository is found, or when reaching a directory referenced in ceiling_dirs or when the filesystem changes (in case across_fs is true).
Find and open a repository with extended controls
Open a bare repository on the serverside
Free a previously allocated repository
Creates a new Git repository in the given folder
Initializes a git_repository_init_options
with default values to creating an instance with GIT_REPOSITORY_INIT_OPTIONS_INIT.
Create a new Git repository in the given folder with extended controls
Retrieve and resolve the reference pointed at by HEAD
Check if a repository's HEAD is detached
Check if the current branch is unborn
Check if a repository is empty
Get the path of this repository
Get the path of the working directory for this repository
Set the path to the working directory for this repository
Check if a repository is bare
Get the configuration file for this repository
Get a snapshot of the repository's configuration
Get the Object Database for this repository
Get the Reference Database Backend for this repository
Get the Index file for this repository
Retrieve git's prepared message
Remove git's prepared message
Remove all the metadata associated with an ongoing command like merge, revert, cherry-pick, etc
Invoke 'callback' for each entry in the given FETCH_HEAD file
If a merge is in progress, invoke 'callback' for each commit ID in the MERGE_HEAD file
Calculate hash of file using repository filtering rules
Make the repository HEAD point to the specified reference
Make the repository HEAD directly point to the Commit
Detach the HEAD
Determines the status of a git repository - ie, whether an operation (merge, cherry-pick, etc) is in progress
Sets the active namespace for this Git Repository
Get the currently active namespace for this repository
Determine if the repository was a shallow clone