开源镜像站
帮助
下载
动态
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_config.py
Age
Commit message (
Expand
)
Author
2026-06-26
git_config: Support SHA-256 object IDs
Gavin Mak
2026-05-13
Fix missing `None` check in Remote.Save
Josef Malmström
2026-05-12
git_config: fix error message command output
Mike Frysinger
2026-04-06
tests: unify fixture() helper with Path constant
Mike Frysinger
2026-04-03
Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensions
Carlos Fernandez
2026-01-08
project: disable auto-gc for depth=1 in git config
v2.61
Gavin Mak
2025-01-23
git_config: prefer XDG config location
flexagoon
2023-10-31
cleanup: Update codebase to expect Python 3.6
Jason R. Coombs
2023-10-21
cleanup: convert exceptions to OSError
Jason R. Coombs
2023-10-20
git_config: GetBoolean should return bool
Daniel Kutik
2023-10-20
delete Python 2 (object) compat
Mike Frysinger
2023-09-18
Use non-deprecated API for obtaining UTC time
LuK1337
2023-08-22
isort: format codebase
v2.36
Mike Frysinger
2023-08-22
tweak stdlib imports to follow Google style guide
Mike Frysinger
2023-04-27
[SyncAnalysisState] Preserve synctime µs
Josip Sokcevic
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2023-01-28
Enable use of REPO_CONFIG_DIR to customize .repoconfig location
Gavin Mak
2023-01-05
Fix flake8 warnings for some files
Sergiy Belozorov
2022-12-02
Fix ManifestProject.partial_clone_exclude property.
Joanna Wang
2022-11-03
sync: clear preciousObjects when set in error.
LaMont Jones
2022-11-03
Set tracing to always on and save to .repo/TRACE_FILE.
Joanna Wang
2021-11-07
Fix typo for ValueError
Sl0v3C
2021-09-29
git_config: update error handling with no config file
Mike Frysinger
2021-09-28
make file removal a bit more robust
Mike Frysinger
2021-09-28
repo: Add support for standalone manifests
Jack Neus
2021-07-29
sync: Remove '_' from the repo.syncstate.* keys when saved to config.
v2.16.4
Raman Tenneti
2021-07-29
sync: Added logging of repo sync state and config options for analysis.
Raman Tenneti
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-10
ssh: move proxy usage to the sync subcommand
Mike Frysinger
2021-05-06
ssh: move all ssh logic to a common place
Mike Frysinger
2021-05-04
git_config: hoist Windows ssh check earlier
Mike Frysinger
2021-03-08
Log repo.* config variables in git trace2 logger.
Ian Kasprzak
2021-02-11
git_config: add SetBoolean helper
Mike Frysinger
2021-01-06
drop pyversion & is_python3 checking
Mike Frysinger
2021-01-06
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2020-04-29
Parse included files when reading git config files
Ulrik Laurén
2020-02-20
git_config: add support for repo-specific settings
Mike Frysinger
2020-02-19
git_config: add GetInt helper
Mike Frysinger
2020-02-18
resort a few module imports to follow PEP8
Mike Frysinger
2020-02-12
git_config: Stop using backslash to wrap lines
David Pursehouse
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
git_config: Unwrap unnecessarily wrapped line
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-08
git_config: fix encoding handling in GetUrlCookieFile
Mike Frysinger
2019-11-12
use open context managers in more places
Mike Frysinger
2019-08-27
rename local trace module
Mike Frysinger
2019-08-03
git_config: include project name in missing ref exception
Mike Frysinger
[next]