Language

Package: stgit @ 1.1

Synopsis

Stacked Git

Description

StGit is a command-line application that provides functionality similar to Quilt (i.e., pushing/popping patches to/from a stack), but using Git instead of diff and patch. StGit stores its patches in a Git repository as normal Git commits, and provides a number of commands to manipulate them in various ways.

Home page
https://stacked-git.github.io/
Location
gnu/packages/version-control.scm (line: 1321, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?