Ludovic Courtès <ludovic.cour...@inria.fr> skribis: > ‘update-cached-checkout’ can sometimes get stuck on a connection > forever. This is problematic for ‘cuirass register’, as it means that > it’ll silently stay forever in an unfinished ‘remote-fetch’, thus > without updating repos anymore:
[...] > AFAICS, there’s no timeout option in libgit2 unfortunately: Good news: libgit2 1.8 has ‘GIT_OPT_SET_SERVER_TIMEOUT’ etc., which are exactly what we need. To be continued… Ludo’.