Crates.io | git-dive |
lib.rs | git-dive |
version | 0.1.6 |
source | src |
created_at | 2023-03-16 13:11:26.317506 |
updated_at | 2023-04-13 16:05:48.21723 |
description | Dive into a file's history to find root cause |
homepage | |
repository | https://github.com/gitext-rs/git-dive |
max_upload_size | |
id | 811515 |
size | 1,096,821 |
Dive into a file's history to find root cause
Dual-licensed under MIT or Apache 2.0
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
HEAD~10
)
HEAD~10
)git dive --dump-config -
Planned Features
git-dive
was inspired by perforce time lapse
view.
Download a pre-built binary (installable via gh-install).
Or use rust to install:
$ cargo install git-dive
See the uninstall method for your installer.