Modules§
- x
- Experimental stuff
Structs§
- Absolute
DirPath - A path which is canonicalized and exists.
- Bare
Repository - Represents a bare repository
- Invalid
RefError - Invalid git reference was provided
- Posix
Error - Struct containing a posix error code and an error message
- Remote
- Represents a git remote
- Repository
- The main repository object.
Enums§
- Commit
Error - Error during committing
- Config
Read Error - Failed to read config
- Config
SetError - Failed to change configuration file
- Invalid
Commitish Error - Failed to resolve given value to a commit id
- RefSearch
Error - Failed to find reference on remote
- Repo
Error - Error during repository instantiation
- Staging
Error - Failure to stage
- Stashing
Error - Error during stashing operation
- Subtree
AddError - Failed to add subtree
- Subtree
Pull Error - Failed to pull changes from remote in to subtree
- Subtree
Push Error - Failed to push changes from subtree to remote
- Subtree
Split Error - Failed to split subtree
Constants§
Functions§
- config_
file_ set - Errors
- ls_
remote - Wrapper around git-ls-remote(1)
- resolve_
head - Return all
.gitsubtrees
files in the working directory. - setup_
test_ author - Exports NAME & EMAIL variables so git don’t complain if no user is setup
- tags_
from_ remote - Returns all tags from a remote