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.
- Outputs:
out - Website: https://dustin.sallings.org/2010/03/28/git-test-sequence.html
- Licenses: X11-style
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
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.