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 »
  • Search


© Copyright 2010-2019 The pygit2 contributors.

Sphinx theme provided by Read the Docs