Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 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.