Re-exports

pub use types::Block;
pub use types::BlockType;
pub use types::CommitFunctions;
pub use types::File;
pub use types::Function;
pub use types::FunctionBlock;
pub use types::FunctionHistory;

Modules

Different types that can extracted from the result of get_function_history.

Enums

Different filetypes that can be used to ease the process of finding functions using get_function_history.
This is filter enum is used when you want to lookup a function with the filter of filter a previous lookup.

Functions

Valid filters are: Filter::CommitId, Filter::Date, Filter::DateRange.
List all the commit hashes in the git history.
List all the commits date in the git history (in rfc2822 format).