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

git-test-sequence 20140312.48e5a2f

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 git-test-sequence 20140312.48e5a2f as follows:

guix install git-test-sequence@20140312.48e5a2f

Or install the latest version:

guix install git-test-sequence

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.