The following commit has been merged in the master branch:
commit 05c9a53e63aa846884e718bfbcd3cfc35bbd8562
Author: Guillem Jover <[email protected]>
Date:   Mon Mar 18 19:33:51 2013 +0100

    doc: Add a trailing -- to the git command in FILE_VERSION_FILTER
    
    This makes sure no path will be interpreted as a revision.

diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 977c123..c3317ea 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

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to