Procházet zdrojové kódy

Add comment about FETCH_HEAD

tags/v1.0
JustAnotherArchivist před 1 rokem
rodič
revize
80995bccde
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      codearchiver/modules/git.py

+ 1
- 0
codearchiver/modules/git.py Zobrazit soubor

@@ -58,6 +58,7 @@ class Git(codearchiver.core.Module):
_logger.error(f'Failed to update-ref refs/codearchiver/{branch} to {commit}')
else:
_logger.error(f'Failed to fetch {commit}')
# This leaves over a FETCH_HEAD file, but git-bundle does not care about that, so it can safely be ignored.

_logger.info(f'Collecting repository metadata for index')
_, refs, _ = codearchiver.subprocess.run_with_log(['git', 'show-ref'], cwd = directory)


Načítá se…
Zrušit
Uložit