开源镜像站
帮助
下载
动态
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
/
git_command.py
Age
Commit message (
Expand
)
Author
2026-04-03
Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensions
Carlos Fernandez
2026-03-17
git_refs: read refs via git plumbing for files/reftable
Gavin Mak
2025-03-25
black: update to v25
Mike Frysinger
2024-09-26
Disable git terminal prompt during fetch/clone
Josip Sokcevic
2024-03-21
git_command: unify soft/hard versions with requirements.json
Mike Frysinger
2024-02-26
git_command: Return None from GetEventTargetPath() if set to empty string
Peter Collingbourne
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-09
git_command: read1 needs a size in py3.6
Daniel Kutik
2023-10-09
git_command: lru_cache needs maxsize for py36 & 37
Daniel Kutik
2023-10-06
git_command: Augment underlying git errors with suggestions
Aravind Vasudevan
2023-09-27
Track expected git errors in logs
Jason Chang
2023-09-06
Log ErrorEvent for failing GitCommands
Jason Chang
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
2023-01-05
Fix flake8 warnings for some files
Sergiy Belozorov
2022-11-16
Extract env building into a testable helper.
v2.30
Sam Saccone
2022-11-16
Do not set ALT object dirs when said path resolves to the same dir.
Sam Saccone
2022-11-03
Set tracing to always on and save to .repo/TRACE_FILE.
Joanna Wang
2022-08-22
git_command: fix input passing
Mike Frysinger
2022-08-18
add a few more docs to existing funcs
Mike Frysinger
2022-01-19
project: store objects in project-objects directly
Mike Frysinger
2021-07-01
Add the ability to administratively enroll repo into using superproject.
Xin Li
2021-05-10
ssh: rewrite proxy management for multiprocessing usage
v2.15
Mike Frysinger
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-02-28
git_command: pass GIT_DIR on Windows with /
Mike Frysinger
2021-02-23
git_command: switch process capturing over to subprocess
Mike Frysinger
2021-02-20
git_command: make execution synchronous
Mike Frysinger
2021-02-17
git_command: rework stdin handling
Mike Frysinger
2021-02-16
git_command: use subprocess.run for version info
Mike Frysinger
2021-01-28
git_command.py: Handle unicode decode error
Gaurav Pathak
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-19
assume environment always accepts strings
Mike Frysinger
2020-02-18
project: move successful fetch output behind verbose
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
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
2020-02-12
repo: lower min version of git a bit
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-27
rename local trace module
Mike Frysinger
2019-07-16
Add support for partial clone.
v1.13.4
Xin Li
2019-07-11
git_command: drop custom version helper
Mike Frysinger
[next]