pygit2
Installation
Requirements
Quick install
Build options
libgit2 within a virtual environment
Installing on Windows
Installing on OS X
The development version
Coding style: documentation strings
pygit2 Recipes
High Level Commands
General
Version
Options
Exceptions
The repository
Functions
The Repository class
Object IDs
The three forms of an object id
The Oid type
Constants
Git Objects
Object lookup
The Object base type
Blobs
Trees
Commits
Tags
References
Functions
The Reference type
The HEAD
Branches
The Branch type
The reference log
Notes
Revision parsing
Commit log
The Index file and the Working copy
The Index type
Status
Checkout
Stash
Diff
The Diff type
The Patch type
The DiffDelta type
The DiffFile type
The DiffHunk type
The DiffStats type
The DiffLine type
Merge & Cherrypick
The merge method
Cherrypick
Lower-level methods
Configuration files
The Config type
The ConfigEntry type
Remotes
The remote collection
The Remote type
The RemoteCallbacks type
The TransferProgress type
The Refspec type
Credentials
Submodules
The Submodule type
Blame
The Blame type
The BlameHunk type
Constants
Settings
Feature detection
Custom backends
pygit2
Docs
»
Index
Index
_
|
B
|
G
|
L
|
P
|
R
_
__cmp__() (TreeEntry method)
__contains__() (Repository method)
(Tree method)
__getitem__() (Blame method)
(Repository method)
(Tree method)
__iter__() (Blame method)
(Config method)
(Diff method)
(Tree method)
__len__() (Blame method)
(Diff method)
(Tree method)
__str__() (Oid method)
B
branches (Repository attribute)
G
GIT_BLAME_NORMAL (built-in variable)
GIT_BLAME_TRACK_COPIES_ANY_COMMIT_COPIES (built-in variable)
GIT_BLAME_TRACK_COPIES_SAME_COMMIT_COPIES (built-in variable)
GIT_BLAME_TRACK_COPIES_SAME_COMMIT_MOVES (built-in variable)
GIT_BLAME_TRACK_COPIES_SAME_FILE (built-in variable)
GIT_OID_HEX_ZERO (built-in variable)
GIT_OID_HEXSZ (built-in variable)
GIT_OID_MINPREFIXLEN (built-in variable)
GIT_OID_RAWSZ (built-in variable)
L
LIBGIT2_VER (built-in variable)
LIBGIT2_VER_MAJOR (built-in variable)
LIBGIT2_VER_MINOR (built-in variable)
LIBGIT2_VER_REVISION (built-in variable)
LIBGIT2_VERSION (built-in variable)
P
pygit2.features (built-in variable)
pygit2.Oid (C type)
pygit2.Repository (built-in class)
R
references (Repository attribute)
remotes (Repository attribute)