summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6cc2328)
raw | patch | inline | side by side (parent: 6cc2328)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 23 Nov 2009 21:57:39 +0000 (22:57 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 23 Nov 2009 21:57:39 +0000 (22:57 +0100) |
… pointing to manual.html and manual.pdf.
debian/changelog | patch | blob | history | |
debian/tig.doc-base | [new file with mode: 0644] | patch | blob |
diff --git a/debian/changelog b/debian/changelog
index 473adaa87e9ff84f5b2efb0fad16011ef73b10fc..e4bde2f5b3e9c6de685696f01e3477f18b693608 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Updated Standards-Version to 3.8.3 - no changes.
* debian/patches:
- Removed asciidoc-8.4.dpatch - included upstream.
+ * Added debian/tig.doc-base.
+ - … pointing to manual.html and manual.pdf.
- -- Sebastian Harl <tokkee@debian.org> Mon, 23 Nov 2009 22:24:39 +0100
+ -- Sebastian Harl <tokkee@debian.org> Mon, 23 Nov 2009 22:56:47 +0100
tig (0.14.1-2) unstable; urgency=low
diff --git a/debian/tig.doc-base b/debian/tig.doc-base
--- /dev/null
+++ b/debian/tig.doc-base
@@ -0,0 +1,20 @@
+Document: tig
+Title: The tig Manual
+Author: Jonas Fonseca <fonseca@diku.dk>
+Abstract: This is the manual for tig, the ncurses-based text-mode interface
+ for git. Tig allows you to browse changes in a git repository and can
+ additionally act as a pager for output of various git commands. When used as
+ a pager, it will display input from stdin and colorize it.
+ .
+ When browsing repositories, tig uses the underlying git commands to present
+ the user with various views, such as summarized commit log and showing the
+ commit with the log message, diffstat, and the diff.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/tig/manual.html
+Files: /usr/share/doc/tig/*.html
+
+Format: PDF
+Files: /usr/share/doc/tig/manual.pdf
+