开源镜像站
帮助
下载
动态
GitHub
index
:
git-repo
main
maint
master
repo-1
stable
A git multiple repo management tool built for AOSP
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progress.py
Age
Commit message (
Expand
)
Author
2026-04-17
progress: Ignore updates after progress ends
Gavin Mak
2025-08-13
progress: Fix race condition causing fileno crash
Gavin Mak
2025-07-17
sync: Improve UI and error reporting for interleaved mode
Gavin Mak
2025-07-02
progress: Make end() idempotent
Gavin Mak
2025-06-18
sync: Implement --interleaved sync worker
Gavin Mak
2024-10-24
progress: always show done message
Kuang-che Wu
2023-10-31
cleanup: Update codebase to expect Python 3.6
Jason R. Coombs
2023-10-20
delete Python 2 (object) compat
Mike Frysinger
2023-08-22
isort: format codebase
v2.36
Mike Frysinger
2023-06-09
sync: Handle case when output isn't connected to a terminal
Gavin Mak
2023-05-25
sync: Show number of running fetch jobs
v2.34
Gavin Mak
2023-05-18
sync: Show elapsed time for the longest syncing project
Gavin Mak
2023-05-02
sync: Display total elapsed fetch time
Gavin Mak
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2022-11-10
trace: restore Progress indicator.
v2.29.9
LaMont Jones
2022-04-19
progress: optimize progress bar updates a bit
v2.24
Mike Frysinger
2021-04-13
progress: hide progress bar when --quiet
Mike Frysinger
2021-04-01
sync: switch network fetch to multiprocessing
Mike Frysinger
2021-02-26
progress: include execution time summary
Mike Frysinger
2021-02-25
progress/sync: include active number of jobs
Mike Frysinger
2021-02-25
progress: always enable always_print_percentage
Mike Frysinger
2021-01-06
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2020-02-12
Fix blank line issues reported by flake8
David Pursehouse
2020-02-12
Fix indentation issues reported by flake8
David Pursehouse
2019-11-12
sync: merge project updates with status bar
Mike Frysinger
2019-09-13
sync: improve output with intermingled progress bars and status
Mike Frysinger
2019-08-27
rename local trace module
Mike Frysinger
2019-06-13
set default file encoding to utf-8
Mike Frysinger
2017-07-15
Always print percentage when syncing quietly
Tim Schumacher
2017-06-13
Add a newline after "Fetching projects" progress output
Tim Schumacher
2011-09-19
Support units in progress messages
Shawn O. Pearce
2010-05-27
Do not emit progress if stderr is not a tty
Shawn O. Pearce
2009-04-18
Only display a progress meter once we spend 0.5 seconds on a task
Shawn O. Pearce
2009-04-18
Disable the progress meter when trace is enabled
Shawn O. Pearce
2009-04-16
Don't divide by zero in progress meter
Shawn O. Pearce
2009-04-10
Add a project progress meter to 'repo sync'
Shawn O. Pearce