开源镜像站
帮助
下载
动态
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
/
color.py
Age
Commit message (
Expand
)
Author
2026-07-07
color: Replace anonymous sentinel with named class
Brian Gan
2026-07-01
color: Treat "true" and "yes" as "auto", not "always"
v2.65
stable
Brian Gan
2026-04-22
color: type SetDefaultColoring and drop bool states
Nasser Grainawi
2024-09-12
color: fix have_fg not re assign to true
bright
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-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
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
2019-06-13
set default file encoding to utf-8
Mike Frysinger
2015-03-28
Pylint and PEP8 fixes for color.py
Anthony King
2014-12-30
add a global --color option
Mike Frysinger
2013-02-26
Add nofmt_printer to color.py
Olof Johansson
2012-11-14
Fix inconsistent indentation
David Pursehouse
2012-10-30
Even more coding style cleanup
David Pursehouse
2012-10-09
Coding style cleanup
David Pursehouse
2012-08-23
Remove unused imports
David Pursehouse
2009-04-18
Add -p to `repo forall` to improve output formatting
Shawn O. Pearce
2009-04-16
Change repo sync to be more friendly when updating the tree
v1.6.6
Shawn O. Pearce
2009-02-02
Fix color parsing to not crash when user defined colors are set
v1.5.1
Shawn O. Pearce
2008-10-21
Initial Contribution
v1.0
The Android Open Source Project