Home
last modified time | relevance | path

Searched hist:b9e35b2f034dd29b31fb5fa11721ae382f96df0a (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dinfoutils.phpb9e35b2f034dd29b31fb5fa11721ae382f96df0a Sat Apr 25 12:48:38 UTC 2026 Andreas Gohr <andi@splitbrain.org> fix(infoutils): escape git log arguments for Windows compatibility

Single quotes are not shell quoting on Windows cmd, causing git to
parse '%cd' as an ambiguous revision and emit a fatal error to stderr.
Pass each argument through escapeshellarg() so quoting works on both
Unix and Windows.