glock icon indicating copy to clipboard operation
glock copied to clipboard

Doesn't work offline

Open rickb777 opened this issue 7 years ago • 0 comments

If I am working offline, I would expect to be able to trace back through previous history, even though I cannot fetch new deps from the internet.

This doesn't work because git fetch --ff-only is executed and if this fails, the sync fails.

However, the failure condition should be more nuanced. If the git fetch and the git checkout both fail, then glock should abort. But if the checkout succeeds, then the sync should proceed anyway.

rickb777 avatar Jan 21 '17 17:01 rickb777