Home
last modified time | relevance | path

Searched refs:gitCommitObject (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dinfoutils.php126 $gitCommitObject = DOKU_INC . ".git/objects/$subDir/$fileName";
127 if (file_exists($gitCommitObject) && function_exists('zlib_decode')) {
128 $commit = zlib_decode(file_get_contents($gitCommitObject));