mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
f4cf2bbc42
Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser, but can also assist in staging changes for commit at chunk level and act as a pager for output from various Git commands. https://jonas.github.io/tig/ Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
405 B
Plaintext
13 lines
405 B
Plaintext
config BR2_PACKAGE_TIG
|
|
bool "tig"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_GIT # runtime
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
Tig is an ncurses-based text-mode interface for git. It
|
|
functions mainly as a Git repository browser, but can also
|
|
assist in staging changes for commit at chunk level and act
|
|
as a pager for output from various Git commands.
|
|
|
|
https://jonas.github.io/tig/
|