开源镜像站
帮助
下载
动态
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
/
branches.py
Age
Commit message (
Expand
)
Author
2024-12-03
branches: Escape percent signs in branch names
Josip Sokcevic
2024-10-23
subcmds: reduce multiprocessing serialization overhead
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-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2022-11-15
subcmds: display correct path multitree messages
LaMont Jones
2022-02-17
Add multi-manifest support with <submanifest> element
v2.22
LaMont Jones
2022-01-21
branches: Fix "not in" handling
LaMont Jones
2021-06-15
commands: document the "common" class attribute
Mike Frysinger
2021-04-15
command: add a helper for the parallel execution boilerplate
Mike Frysinger
2021-02-22
status: improve parallel execution stability
Mike Frysinger
2021-02-22
command: unify --job option & default values
Mike Frysinger
2021-01-06
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2020-12-14
Add parallelism to 'branches' command
Chris McDonald
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 tests for membership to use 'not in'
David Pursehouse
2019-06-13
set default file encoding to utf-8
Mike Frysinger
2018-10-10
update markdown/help header format
Mike Frysinger
2014-07-11
Provide detail print-out when not all projects of a branch are current.
Etan Cohen
2013-11-21
Remove trailing whitespace
Chirayu Desai
2013-04-18
Some fixes for supporting python3
Chirayu Desai
2012-11-13
Change print statements to work in python3
Sarah Owens
2012-10-22
More coding style cleanup
David Pursehouse
2012-10-09
Coding style cleanup
David Pursehouse
2010-05-04
branches: Enable output of multiple projects
Pär Åsfält
2009-06-12
branches: Describe output format in `repo help branches`
v1.6.8.3
Shawn O. Pearce
2009-05-18
Make 'repo branches -a' the default behavior
v1.6.7.5
Shawn O. Pearce
2009-04-18
Print '(no branches)' if the output of `repo branches` is empty
Shawn O. Pearce
2009-04-10
Add a repo branches subcommand to describe current branches
Shawn O. Pearce