Crate nicegit[][src]

Re-exports

pub extern crate git2;

Structs

DirectoryEntry

A simple struct for a TreeEntry prepackaged with it's name for easier use.

GitDirectory

A friendly interface to a 'directory' in git, which is a snapshot of a node in the working tree at a specific commit which would be mapped to a file system directory by a Git client, which is a flat, single level of a subtree. The directory and file nodes are split into two separate lists and sorted in UTF-8 codepoint order.

Traits

BranchExt

A set of extension methods for the Branch type in git2.

RepositoryExt

A set of extension methods for the Repository type in git2.

TreeEntryExt

A set of extension methods for the Tree type in git2.

TreeExt

A set of extension methods for the Tree type in git2.