index
:
tools/git-repo.git
main
maint
master
repo-1
stable
Mirror of gerrit.googlesource.com/git-repo
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git_config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
git_config: prefer XDG config location
flexagoon
2025-01-23
1
-0
/
+14
*
cleanup: Update codebase to expect Python 3.6
Jason R. Coombs
2023-10-31
1
-11
/
+9
*
cleanup: convert exceptions to OSError
Jason R. Coombs
2023-10-21
1
-2
/
+2
*
git_config: GetBoolean should return bool
Daniel Kutik
2023-10-20
1
-1
/
+1
*
delete Python 2 (object) compat
Mike Frysinger
2023-10-20
1
-4
/
+4
*
Use non-deprecated API for obtaining UTC time
LuK1337
2023-09-18
1
-2
/
+2
*
isort: format codebase
v2.36
Mike Frysinger
2023-08-22
1
-3
/
+7
*
tweak stdlib imports to follow Google style guide
Mike Frysinger
2023-08-22
1
-2
/
+2
*
[SyncAnalysisState] Preserve synctime µs
Josip Sokcevic
2023-04-27
1
-1
/
+1
*
Format codebase with black and check formatting in CQ
Gavin Mak
2023-03-22
1
-722
/
+742
*
Enable use of REPO_CONFIG_DIR to customize .repoconfig location
Gavin Mak
2023-01-28
1
-4
/
+9
*
Fix flake8 warnings for some files
Sergiy Belozorov
2023-01-05
1
-2
/
+2
*
Fix ManifestProject.partial_clone_exclude property.
Joanna Wang
2022-12-02
1
-4
/
+10
*
sync: clear preciousObjects when set in error.
LaMont Jones
2022-11-03
1
-2
/
+2
*
Set tracing to always on and save to .repo/TRACE_FILE.
Joanna Wang
2022-11-03
1
-3
/
+3
*
Fix typo for ValueError
Sl0v3C
2021-11-07
1
-1
/
+1
*
git_config: update error handling with no config file
Mike Frysinger
2021-09-29
1
-2
/
+3
*
make file removal a bit more robust
Mike Frysinger
2021-09-28
1
-4
/
+3
*
repo: Add support for standalone manifests
Jack Neus
2021-09-28
1
-1
/
+5
*
sync: Remove '_' from the repo.syncstate.* keys when saved to config.
v2.16.4
Raman Tenneti
2021-07-29
1
-0
/
+1
*
sync: Added logging of repo sync state and config options for analysis.
Raman Tenneti
2021-07-29
1
-0
/
+87
*
Add the ability to administratively enroll repo into using superproject.
Xin Li
2021-07-01
1
-1
/
+13
*
ssh: rewrite proxy management for multiprocessing usage
v2.15
Mike Frysinger
2021-05-10
1
-3
/
+8
*
ssh: move proxy usage to the sync subcommand
Mike Frysinger
2021-05-10
1
-0
/
+8
*
ssh: move all ssh logic to a common place
Mike Frysinger
2021-05-06
1
-154
/
+2
*
git_config: hoist Windows ssh check earlier
Mike Frysinger
2021-05-04
1
-5
/
+7
*
Log repo.* config variables in git trace2 logger.
Ian Kasprzak
2021-03-08
1
-0
/
+15
*
git_config: add SetBoolean helper
Mike Frysinger
2021-02-11
1
-0
/
+6
*
drop pyversion & is_python3 checking
Mike Frysinger
2021-01-06
1
-17
/
+3
*
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2021-01-06
1
-4
/
+0
*
Parse included files when reading git config files
Ulrik Laurén
2020-04-29
1
-1
/
+1
*
git_config: add support for repo-specific settings
Mike Frysinger
2020-02-20
1
-1
/
+9
*
git_config: add GetInt helper
Mike Frysinger
2020-02-19
1
-0
/
+37
*
resort a few module imports to follow PEP8
Mike Frysinger
2020-02-18
1
-2
/
+2
*
git_config: Stop using backslash to wrap lines
David Pursehouse
2020-02-12
1
-7
/
+6
*
Fix blank line issues reported by flake8
David Pursehouse
2020-02-12
1
-0
/
+16
*
Fix indentation issues reported by flake8
David Pursehouse
2020-02-12
1
-10
/
+10
*
git_config: Unwrap unnecessarily wrapped line
David Pursehouse
2020-02-12
1
-3
/
+1
*
Fix various whitespace issues reported by pyflakes
David Pursehouse
2020-02-12
1
-5
/
+5
*
Fix flake8 E251 unexpected spaces around keyword / parameter equals
David Pursehouse
2020-02-12
1
-12
/
+12
*
git_config: fix encoding handling in GetUrlCookieFile
Mike Frysinger
2020-02-08
1
-2
/
+2
*
use open context managers in more places
Mike Frysinger
2019-11-12
1
-12
/
+3
*
rename local trace module
Mike Frysinger
2019-08-27
1
-1
/
+1
*
git_config: include project name in missing ref exception
Mike Frysinger
2019-08-03
1
-1
/
+2
*
handle binary stream from urllib.request.urlopen
Mike Frysinger
2019-07-04
1
-1
/
+2
*
set default file encoding to utf-8
Mike Frysinger
2019-06-13
1
-0
/
+1
*
Add support for long paths
Renaud Paquay
2018-10-22
1
-1
/
+1
*
fix some sync error while using python3
Dylan Deng
2018-07-24
1
-1
/
+3
*
Remove unused pylint suppressions
David Pursehouse
2018-07-24
1
-2
/
+1
*
Take care of a tilde on cookie file path
Daichi Ueura
2018-02-26
1
-2
/
+5
[next]