summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/vc/files/vc-0.5-git-date.patch')
-rw-r--r--dev-tex/vc/files/vc-0.5-git-date.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-tex/vc/files/vc-0.5-git-date.patch b/dev-tex/vc/files/vc-0.5-git-date.patch
deleted file mode 100644
index f05c857d1026..000000000000
--- a/dev-tex/vc/files/vc-0.5-git-date.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Use CommitterDate instead of AuthorDate, because the latter is not
-guaranteed to increase monotonously.
-
---- vc-orig/git-unix/vc-git.awk
-+++ vc/git-unix/vc-git.awk
-@@ -39,7 +39,7 @@
- ### Standard encoding is UTF-8.
- if (Encoding == "") Encoding = "UTF-8"
- ### Extract relevant information from variables.
-- LongDate = substr(AuthorDate, 1, 25)
-+ LongDate = substr(CommitterDate, 1, 25)
- DateRAW = substr(LongDate, 1, 10)
- DateISO = DateRAW
- DateTEX = DateISO