소스 검색

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)


불러오는 중...
취소
저장