File: control

package info (click to toggle)
tig 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,240 kB
  • sloc: ansic: 33,781; sh: 10,171; makefile: 390
file content (30 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: tig
Section: vcs
Priority: optional
Maintainer: Sebastian Harl <tokkee@debian.org>
Build-Depends: debhelper (>= 12), dpkg-dev (>= 1.14.6), libncursesw5-dev,
 libreadline-dev (>= 6.3), asciidoc (>= 8.4), xmlto, docbook-utils
Standards-Version: 4.5.1
Homepage: http://jonas.nitro.dk/tig/
Vcs-Git: git://git.tokkee.org/pkg-tig.git
Vcs-Browser: https://git.tokkee.org/?p=pkg-tig.git

Package: tig
Architecture: any
Depends: git (>= 1:1.7.0.4-2~) | git-core (>= 1:1.5.4), ${shlibs:Depends},
 ${misc:Depends}
Enhances: git
Description: ncurses-based text-mode interface for Git
 This package contains a text-mode interface for the version control system
 Git. It may be used to browse the history and contents of a repository.
 .
 The following main features are supported:
  - View revision logs, commit messages, diffstats, diffs, archive trees and
    file contents.
  - Visualize revision graphs.
  - Stage / unstage changes and add untracked files.
  - Merge files.
  - Cherry-pick commits.
 .
 tig may also be used as a pager. It reads input from stdin and colorizes it.