This package browser is in early development. Mind the rough edges.

git-when-merged

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.

Installation

Install the latest version of git-when-merged as follows:

guix install git-when-merged

Or install a particular version:

guix install git-when-merged@1.2.0-ab6af78

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.

Badge code

You can use the following badge to inform users of git-when-merged about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/git-when-merged'><img src='https://packages.guix.gnu.org/packages/git-when-merged/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/git-when-merged/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/git-when-merged)

Example Org:

[[https://packages.guix.gnu.org/packages/git-when-merged][https://packages.guix.gnu.org/packages/git-when-merged/badges/latest-version.svg]]