# Git Log Viewer ## About An alternative to `tig(1)`/`lazygit(1)` which supports folding merges and is expandable via plugins. The application can resolve the default merge titles done by using GitHub or Bitbucket to the actual pull request names. ## Installation * `cargo install --git=https://github.com/kalkin/git-log-viewer --branch=rust-master` ## Usage USAGE: glv [OPTIONS] [REVISION] [-- …] ARGS: Branch, tag or commit id [default: HEAD] … Show only commits touching the paths OPTIONS: -C Change to before start --git-dir Directory where the GIT_DIR is. -h, --help Print help information -V, --version Print version information --work-tree Directory where the GIT_WORK_TREE is. ### Current State This is a rewrite in rust. Many features are missing stil. It's work in progress.