In commitpull/13462/headc9aa4aff66
we added a refresh call to git to catch cases where checking for uncommitted changes would misfire. Unfortunately, that refresh performs a write operation, which in turn misfires on readonly media. We don't actually care about the return value of the refresh, since its purpose is solely to make the next command more accurate -- so ignore it. Fixes:c9aa4aff66
Fixes: #13461
parent
86d142666a
commit
e9037e7b9f
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue