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

git-test-sequence

Run a command over a sequence of commits

git-test-sequence is similar to an automated git bisect except it’s linear. It will test every change between two points in the DAG. It will also walk each side of a merge and test those changes individually.

Installation

Install the latest version of git-test-sequence as follows:

guix install git-test-sequence

Or install a particular version:

guix install git-test-sequence@20140312.48e5a2f

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-test-sequence about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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