소스 검색

alphabetically sort each repo when doing a directory of repos

tags/v0.2
Ben Kurtovic 13 년 전
부모
커밋
80d9bd8e37
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      gitup.py

+ 1
- 0
gitup.py 파일 보기

@@ -150,6 +150,7 @@ def update_directory(dir_path, dir_name, is_bookmark=False):
out(0, "{} '{}{}{}' contains {} git {}:".format(dir_source,
ansi['bold'], dir_path, ansi['reset'], repo_count, pluralize))

repositories.sort() # go alphabetically instead of randomly
for repo_path, repo_name in repositories:
update_repository(repo_path, repo_name)



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