summaryrefslogtreecommitdiffstats
path: root/git_config.py
Commit message (Expand)AuthorAgeFilesLines
* git_config: prefer XDG config locationflexagoon2025-01-231-0/+14
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-311-11/+9
* cleanup: convert exceptions to OSErrorJason R. Coombs2023-10-211-2/+2
* git_config: GetBoolean should return boolDaniel Kutik2023-10-201-1/+1
* delete Python 2 (object) compatMike Frysinger2023-10-201-4/+4
* Use non-deprecated API for obtaining UTC timeLuK13372023-09-181-2/+2
* isort: format codebasev2.36Mike Frysinger2023-08-221-3/+7
* tweak stdlib imports to follow Google style guideMike Frysinger2023-08-221-2/+2
* [SyncAnalysisState] Preserve synctime µsJosip Sokcevic2023-04-271-1/+1
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-722/+742
* Enable use of REPO_CONFIG_DIR to customize .repoconfig locationGavin Mak2023-01-281-4/+9
* Fix flake8 warnings for some filesSergiy Belozorov2023-01-051-2/+2
* Fix ManifestProject.partial_clone_exclude property.Joanna Wang2022-12-021-4/+10
* sync: clear preciousObjects when set in error.LaMont Jones2022-11-031-2/+2
* Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang2022-11-031-3/+3
* Fix typo for ValueErrorSl0v3C2021-11-071-1/+1
* git_config: update error handling with no config fileMike Frysinger2021-09-291-2/+3
* make file removal a bit more robustMike Frysinger2021-09-281-4/+3
* repo: Add support for standalone manifestsJack Neus2021-09-281-1/+5
* sync: Remove '_' from the repo.syncstate.* keys when saved to config.v2.16.4Raman Tenneti2021-07-291-0/+1
* sync: Added logging of repo sync state and config options for analysis.Raman Tenneti2021-07-291-0/+87
* Add the ability to administratively enroll repo into using superproject.Xin Li2021-07-011-1/+13
* ssh: rewrite proxy management for multiprocessing usagev2.15Mike Frysinger2021-05-101-3/+8
* ssh: move proxy usage to the sync subcommandMike Frysinger2021-05-101-0/+8
* ssh: move all ssh logic to a common placeMike Frysinger2021-05-061-154/+2
* git_config: hoist Windows ssh check earlierMike Frysinger2021-05-041-5/+7
* Log repo.* config variables in git trace2 logger.Ian Kasprzak2021-03-081-0/+15
* git_config: add SetBoolean helperMike Frysinger2021-02-111-0/+6
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-17/+3
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-4/+0
* Parse included files when reading git config filesUlrik Laurén2020-04-291-1/+1
* git_config: add support for repo-specific settingsMike Frysinger2020-02-201-1/+9
* git_config: add GetInt helperMike Frysinger2020-02-191-0/+37
* resort a few module imports to follow PEP8Mike Frysinger2020-02-181-2/+2
* git_config: Stop using backslash to wrap linesDavid Pursehouse2020-02-121-7/+6
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+16
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-10/+10
* git_config: Unwrap unnecessarily wrapped lineDavid Pursehouse2020-02-121-3/+1
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-5/+5
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-121-12/+12
* git_config: fix encoding handling in GetUrlCookieFileMike Frysinger2020-02-081-2/+2
* use open context managers in more placesMike Frysinger2019-11-121-12/+3
* rename local trace moduleMike Frysinger2019-08-271-1/+1
* git_config: include project name in missing ref exceptionMike Frysinger2019-08-031-1/+2
* handle binary stream from urllib.request.urlopenMike Frysinger2019-07-041-1/+2
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Add support for long pathsRenaud Paquay2018-10-221-1/+1
* fix some sync error while using python3Dylan Deng2018-07-241-1/+3
* Remove unused pylint suppressionsDavid Pursehouse2018-07-241-2/+1
* Take care of a tilde on cookie file pathDaichi Ueura2018-02-261-2/+5