glv

Crates.ioglv
lib.rsglv
version3.0.5
sourcesrc
created_at2022-10-09 12:18:09.292816
updated_at2022-10-09 12:18:09.292816
descriptionGit log viewer supporting un/folding merges
homepage
repositoryhttps://github.com/kalkin/git-log-viewer
max_upload_size
id683985
size274,701
Bahtiar Gadimov (kalkin)

documentation

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] [-- <path>…]

ARGS:
    <REVISION>    Branch, tag or commit id [default: HEAD]
    <path>…     Show only commits touching the paths

OPTIONS:
    -C <dir>                          Change to <dir> before start
        --git-dir <git-dir>           Directory where the GIT_DIR is.
    -h, --help                        Print help information
    -V, --version                     Print version information
        --work-tree <working-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.

Commit count: 433

cargo fmt