| Crates.io | git-whennes |
| lib.rs | git-whennes |
| version | 0.4.0 |
| created_at | 2021-05-08 10:08:06.862483+00 |
| updated_at | 2022-09-15 10:52:10.652335+00 |
| description | Find the commit that merged a commit into mainline |
| homepage | https://git.sr.ht/~nds/git-whennes |
| repository | https://git.sr.ht/~nds/git-whennes |
| max_upload_size | |
| id | 394826 |
| size | 28,839 |
git-whennesFind the commit where a given commit was merged into mainline. Inspired by git-whence.
See git whence -h for details on the CLI usage.
Different forges are supported behind their relevant feature flags (e.g.
sourcehut's feature flag is sourcehut). Supporting a forge depends on the
model that the forge follows. For example, sourcehut doesn't have the concept
of pull requests as such so we can only provide a link to the merge commit in
the web UI. However, GitHub uses a pull request driven workflow so we can link
to the pull request that merged a given commit into mainline.