开源镜像站
帮助
下载
动态
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
/
tests
/
test_git_command.py
Age
Commit message (
Expand
)
Author
2025-08-21
standardize file header wrt licensing
Mike Frysinger
2025-03-25
run_tests: move test filtering to pytest markers
Mike Frysinger
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-10-06
git_command: Augment underlying git errors with suggestions
Aravind Vasudevan
2023-08-22
isort: format codebase
v2.36
Mike Frysinger
2023-08-07
Raise repo exit errors in place of sys.exit
Jason Chang
2023-07-31
Update errors to extend BaseRepoError
Jason Chang
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2022-11-28
Fixed wrapper related warnings in tests
Daniel Kutik
2022-11-27
test: fix path seperator errors on windows
Daniel Kutik
2022-11-16
Extract env building into a testable helper.
v2.30
Sam Saccone
2021-05-06
ssh: move all ssh logic to a common place
Mike Frysinger
2021-05-06
git_command: switch version caches to functools
Mike Frysinger
2021-01-06
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2020-04-15
Use hash for ControlPath instead of full variables
Anders Björklund
2020-02-20
tests: add git_require coverage
Mike Frysinger
2020-02-05
repo: raise min version of git
Mike Frysinger
2019-10-01
git_command: set GIT_HTTP_USER_AGENT on all requests
Mike Frysinger
2019-10-01
git_command: refactor User-Agent settings
Mike Frysinger
2019-10-01
move UserAgent to git_command for wider user
Mike Frysinger
2019-08-01
tests: add docstrings & print_function (for Python 3)
Mike Frysinger
2019-07-11
git_command: drop custom version helper
Mike Frysinger