summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2013-03-18 19:33:51 +0100
committerGuillem Jover <guillem@debian.org>2013-03-19 04:33:31 +0100
commit05c9a53e63aa846884e718bfbcd3cfc35bbd8562 (patch)
treeface236014526cc78d41372daaeeea9f75386749 /doc
parentff58ce826b14c62a59170f33705a96d56a2088d2 (diff)
downloaddpkg-05c9a53e63aa846884e718bfbcd3cfc35bbd8562.tar.gz
doc: Add a trailing -- to the git command in FILE_VERSION_FILTER
This makes sure no path will be interpreted as a revision.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 977c12314..c3317eae0 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -586,7 +586,7 @@ SHOW_NAMESPACES = YES
# provided by doxygen. Whatever the program writes to standard output
# is used as the file version. See the manual for examples.
-FILE_VERSION_FILTER = "git log -n 1 --pretty=format:%h"
+FILE_VERSION_FILTER = "git log -n 1 --pretty=format:%h --"
# 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