Explorar el Código

alphabetically sort each repo when doing a directory of repos

tags/v0.2
Ben Kurtovic hace 13 años
padre
commit
80d9bd8e37
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      gitup.py

+ 1
- 0
gitup.py Ver fichero

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



Cargando…
Cancelar
Guardar