Language

Package: gitless @ 0.8.8

Synopsis

Simple version control system built on top of Git

Description

Gitless is a Git-compatible version control system that aims to be easy to learn and use. It simplifies the common workflow by committing changes to tracked files by default and saving any uncommitted changes as part of a branch.

The friendly gl command-line interface gives feedback and helps you figure out what to do next.

Gitless is implemented on top of Git and its commits and repositories are indistinguishable from Git's. You (or other contributors) can always fall back on git, and use any regular Git hosting service.

Home page
https://gitless.com
Location
gnu/packages/version-control.scm (line: 699, column: 2)
License

Lint warnings

LinterMessageLocation
wrapper-inputs

Make sure 'wrap-program' can finds its interpreter.

"bash-minimal" should be in 'inputs' when 'wrap-program' is used
input-labels

Identify input labels that do not match package names

label 'git-for-tests' does not match package name 'git-minimal'
input-labels

Identify input labels that do not match package names

label 'git' does not match package name 'git-minimal'