Исправлено обновление репозитория в git

develop 3.4.0_alpha6
Mike Khiretskiy 9 년 전
부모 e43677c569
커밋 f42e11410b

@ -162,7 +162,9 @@ class Update(object):
tag_cr = git.getCommit(rpath, revision)
cr = git.getCurrentCommit(rpath)
ref_type = git.reference_type(rpath, revision)
if tag_cr != cr or ref_type == Git.Reference.Branch:
status = git.getStatusInfo(rpath)
if (tag_cr != cr or ref_type == Git.Reference.Branch or
not status or status['files']):
need_update = True
except GitError:
need_update = True

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