• Getting Started
  • Taking JGit for a Spin
  • Building the JGit CLI
  • Running the JGit CLI
  • Overview
  • Inspecting the Repository
  • Graphical History View
  • Concepts
  • API
  • Repository
  • Git Objects
  • Ref
  • RevWalk
  • RevCommit
  • RevTag
  • RevTree
  • Reference
  • Porcelain API
  • AddCommand (git-add)
  • CommitCommand (git-commit)
  • TagCommand (git-tag)
  • LogCommand (git-log)
  • MergeCommand (git-merge)
  • Ant Tasks
  • git-clone
  • git-init
  • git-checkout
  • git-add
  • Snippets
  • Finding children of a commit
  • Snippet Collection
  • Advanced Topics
  • Reducing memory usage with RevWalk
  • Restrict the walked revision graph
  • Discard the body of a commit
  • Subclassing RevWalk and RevCommit
  • Cleaning up after a revision walk