git-when-merged 1.2.0-ab6af78
Determine when a commit was merged into a Git branch
This Git extension defines a subcommand, when-merged, whose core operation is to find the merge that brought a given commit into the specified ref(s). It has various options that control how information about the merge is displayed.
- Outputs:
out - Website: https://github.com/mhagger/git-when-merged
- Licenses: GPL 2+
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install git-when-merged 1.2.0-ab6af78 as follows:
guix install git-when-merged@1.2.0-ab6af78
Or install the latest version:
guix install git-when-merged
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.