Code

patches/: Removed tigrc-example-fix.dpatch.
[pkg-tig.git] / debian / patches / tigrc-example-fix.dpatch
diff --git a/debian/patches/tigrc-example-fix.dpatch b/debian/patches/tigrc-example-fix.dpatch
deleted file mode 100755 (executable)
index cd4b943..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## tigrc-example-fix.dpatch by Jonas Fonseca <fonseca@diku.dk>
-##
-## DP: tigrc(5): fix error in examples for the set command
-## DP:
-## DP: Fixes Debian bug #514990 reported by Gerfried Fuchs.
-
-diff a/tigrc.5.txt b/tigrc.5.txt
---- a/tigrc.5.txt
-+++ b/tigrc.5.txt
-@@ -46,21 +46,21 @@ Examples:
- --------------------------------------------------------------------------
- set show-author = yes         # Show author?
--set show-date = yes           # Show commit date?
- set show-rev-graph = yes      # Show revision graph?
- set show-refs = yes           # Show references?
- set show-line-numbers = no    # Show line numbers?
- set line-number-interval = 5  # Interval between line numbers
-+set commit-encoding = "UTF-8" # Commit encoding
- --------------------------------------------------------------------------
- Or in the git configuration files:
- --------------------------------------------------------------------------
- [tig]
-+      show-date = yes         # Show commit date?
-       author-width = 10       # Set width of the author column
-       line-graphics = no      # Disable graphics characters
-       tab-size = 8            # Number of spaces per tab
--      encoding = "UTF-8"      # Commit encoding
- --------------------------------------------------------------------------
- The type of variables are either bool, int, and string.