1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 18:56:34 +00:00

Merge branch 'fix/git-packed-ref' of tobidope/tt-rss into master

This commit is contained in:
fox
2018-06-14 04:27:11 +00:00
committed by Gogs

View File

@@ -14,6 +14,8 @@
if (preg_match("/^ref: (.*)/", $head, $matches)) {
$ref = $matches[1];
if (!file_exists("$root_dir/.git/$ref"))
return VERSION_STATIC;
$suffix = substr(trim(file_get_contents("$root_dir/.git/$ref")), 0, 7);
$timestamp = filemtime("$root_dir/.git/$ref");