File: 0002-No-version-queries-with-Git.patch

package info (click to toggle)
forge 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: cpp: 12,447; ansic: 319; xml: 182; makefile: 19
file content (21 lines) | stat: -rw-r--r-- 792 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Wed, 21 Dec 2016 17:42:21 +0000
Subject: No version queries with Git

---
 docs/doxygen.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/doxygen.mk b/docs/doxygen.mk
index 4f2ddf0..6dd5edd 100644
--- a/docs/doxygen.mk
+++ b/docs/doxygen.mk
@@ -663,7 +663,7 @@ SHOW_NAMESPACES        = YES
 # by doxygen. Whatever the program writes to standard output is used as the file
 # version. For an example see the documentation.
 
-FILE_VERSION_FILTER    = "/bin/sh -c 'git log --pretty=\"format:%ci, (build %h)\" -1' \"${1}\""
+FILE_VERSION_FILTER    =
 
 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
 # by doxygen. The layout file controls the global structure of the generated