소스 검색

Another bugfix.

tags/v1.0^2
Ben Kurtovic 10 년 전
부모
커밋
4c34055849
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bitshift/crawler/indexer.py

+ 1
- 1
bitshift/crawler/indexer.py 파일 보기

@@ -199,7 +199,7 @@ class GitIndexer(threading.Thread):
def _walk_history(self, files, head):
"""Walk a repository's history for metadata."""
def update_entry(commit, entry, new_file):
entry.add(commit.author.name)
entry["authors"].add(commit.author.name)
commit_ts = datetime.utcfromtimestamp(commit.committed_date)
if commit_ts > entry["time_last_modified"]:
entry["time_last_modified"] = commit_ts


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