开源镜像站
帮助
下载
动态
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
/
subcmds
/
cherry_pick.py
Age
Commit message (
Expand
)
Author
2023-10-13
Update logger.warn to logger.warning
Aravind Vasudevan
2023-09-14
subcmds: Use repo logger
Aravind Vasudevan
2023-08-22
isort: format codebase
v2.36
Mike Frysinger
2023-08-10
Raise RepoExitError in place of sys.exit
Jason Chang
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2022-08-22
cherry-pick: tighten up output
Mike Frysinger
2021-06-15
commands: document the "common" class attribute
Mike Frysinger
2021-04-13
command: make --verbose/--quiet available to all subcommands
Mike Frysinger
2021-02-17
git_command: rework stdin handling
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 various whitespace issues reported by pyflakes
David Pursehouse
2020-02-12
Fix flake8 E251 unexpected spaces around keyword / parameter equals
David Pursehouse
2019-08-28
split out cli validation from execution
v1.13.5
Mike Frysinger
2019-06-13
set default file encoding to utf-8
Mike Frysinger
2015-06-22
Fix 'repo cherry-pick' to avoid hanging on commit-msg update.
Than McIntosh
2013-03-05
Fix: Missing spaces in printed messages
David Pursehouse
2013-02-12
Add missing sys module when referencing stderr
Conley Owens
2012-11-13
Change print statements to work in python3
Sarah Owens
2012-09-18
Clean up imports
David Pursehouse
2012-08-23
Remove unused imports
David Pursehouse
2011-04-07
Added repo cherry-pick command
v1.7.4.3
Victor Boivie