瀏覽代碼

Add comment about FETCH_HEAD

tags/v1.0
JustAnotherArchivist 1 年之前
父節點
當前提交
80995bccde
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      codearchiver/modules/git.py

+ 1
- 0
codearchiver/modules/git.py 查看文件

@@ -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)


Loading…
取消
儲存