mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-02 11:30:59 +01:00
Don't bail out if git gc removed refs
This commit is contained in:
parent
f5302247c6
commit
af3663edec
@ -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");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user