Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalkin/git-log-viewer
An alternative to tig which supports folding the merges.
https://github.com/kalkin/git-log-viewer
git lazygit libgit2 pygit2 python tig tui
Last synced: 4 months ago
JSON representation
An alternative to tig which supports folding the merges.
- Host: GitHub
- URL: https://github.com/kalkin/git-log-viewer
- Owner: kalkin
- License: agpl-3.0
- Created: 2019-04-11T06:57:36.000Z (almost 6 years ago)
- Default Branch: rust-master
- Last Pushed: 2022-10-09T12:08:22.000Z (over 2 years ago)
- Last Synced: 2024-10-12T04:22:17.683Z (4 months ago)
- Topics: git, lazygit, libgit2, pygit2, python, tig, tui
- Language: Rust
- Homepage:
- Size: 745 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# 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 pathsOPTIONS:
-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.