Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dinfoutils.phpb6f8a5c669ea8b3af23ad0c5019cff26b8a79809 Fri Feb 03 17:56:25 UTC 2023 Damien Regad <dregad@mantisbt.org> getVersion() now prints Git commit hash

If DokuWiki is running from Git, on Admin page Version will be shown as
`Git YYYY-MM-DD (<COMMIT>)`.

COMMIT is the abbreviated hash if shell_exec() can be used to retrieve
information from git log, or the full hash otherwise.

Fixes #3877