gitext-rs / git-dive

Dive into a file's history to find root cause
Apache License 2.0
60 stars 3 forks source link

git-dive

Dive into a file's history to find root cause

Screenshot

codecov Documentation License Crates Status

Dual-licensed under MIT or Apache 2.0

Documentation

About

git-dive is for better understanding why a change was made. Frequently, we work on code bases we didn't start which have too little documentation. Even worse if the original authors are not around. git-blame is an invaluable tool for this but it requires a lot of ceremony to get the information you need.

Features

Planned Features

git-dive was inspired by perforce time lapse view.

Install

Download a pre-built binary (installable via gh-install).

Or use rust to install:

$ cargo install git-dive

Uninstall

See the uninstall method for your installer.

Getting Started

FAQ