# [](https://github.com/mendelsshop/git_function_history/actions/workflows/cargo_clippy_lib.yml) [](https://crates.io/crates/git_function_history) [](https://crates.io/crates/git_function_history) [](https://docs.rs/git_function_history/latest/git_function_history)
# git function history
Show the git history of a function or method.
Use the latest (beta) version by putting `"git_function_history" = { git = 'https://github.com/mendelsshop/git_function_history' }` in your cargo.toml under `[dependencies]` section.
Use the latest [crates.io](https://crates.io/crates/git_function_history) by putting `git_function_history = "0.6.2"` in your cargo.toml under `[dependencies]` section.
## features
- parallel: use rayon to parallelize the git log search
- --no-default-features: disable parallelism