guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add tig.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add tig.
Date: Thu, 12 Mar 2015 21:32:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Tomáš Čech <address@hidden> skribis:

> * gnu/packages/version-control.scm (tig): New variable.

[...]

> +    (arguments
> +     `(#:phases
> +       (alist-delete 'check %standard-phases)))

Rather “#:tests? #f” with a comment explaining why this is done (lack of
test suite?).

> +    (synopsis "ncurses-based text-mode for GIT")

“Ncurses-based text user interface for Git”

> +    (description
> +     "Tig is ncurses TUI for GIT, primary intended as history browser but can
> +stage chunks for commit or colorize any GIT output.")

A few typos:  “Tig is an ncurses text user interface for Git, primarily
intended as a history browser.  It can also stage hunks for commit, or
colorize the output of the 'git' command.”

> +    (license gpl2)))

GPLv2-only?

Could you send an updated patch?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]