summaryrefslogtreecommitdiff
path: root/git_config.py
AgeCommit message (Expand)Author
2026-06-26git_config: Support SHA-256 object IDsGavin Mak
2026-05-13Fix missing `None` check in Remote.SaveJosef Malmström
2026-05-12git_config: fix error message command outputMike Frysinger
2026-04-06tests: unify fixture() helper with Path constantMike Frysinger
2026-04-03Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensionsCarlos Fernandez
2026-01-08project: disable auto-gc for depth=1 in git configv2.61Gavin Mak
2025-01-23git_config: prefer XDG config locationflexagoon
2023-10-31cleanup: Update codebase to expect Python 3.6Jason R. Coombs
2023-10-21cleanup: convert exceptions to OSErrorJason R. Coombs
2023-10-20git_config: GetBoolean should return boolDaniel Kutik
2023-10-20delete Python 2 (object) compatMike Frysinger
2023-09-18Use non-deprecated API for obtaining UTC timeLuK1337
2023-08-22isort: format codebasev2.36Mike Frysinger
2023-08-22tweak stdlib imports to follow Google style guideMike Frysinger
2023-04-27[SyncAnalysisState] Preserve synctime µsJosip Sokcevic
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2023-01-28Enable use of REPO_CONFIG_DIR to customize .repoconfig locationGavin Mak
2023-01-05Fix flake8 warnings for some filesSergiy Belozorov
2022-12-02Fix ManifestProject.partial_clone_exclude property.Joanna Wang
2022-11-03sync: clear preciousObjects when set in error.LaMont Jones
2022-11-03Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang
2021-11-07Fix typo for ValueErrorSl0v3C
2021-09-29git_config: update error handling with no config fileMike Frysinger
2021-09-28make file removal a bit more robustMike Frysinger
2021-09-28repo: Add support for standalone manifestsJack Neus
2021-07-29sync: Remove '_' from the repo.syncstate.* keys when saved to config.v2.16.4Raman Tenneti
2021-07-29sync: Added logging of repo sync state and config options for analysis.Raman Tenneti
2021-07-01Add the ability to administratively enroll repo into using superproject.Xin Li
2021-05-10ssh: rewrite proxy management for multiprocessing usagev2.15Mike Frysinger
2021-05-10ssh: move proxy usage to the sync subcommandMike Frysinger
2021-05-06ssh: move all ssh logic to a common placeMike Frysinger
2021-05-04git_config: hoist Windows ssh check earlierMike Frysinger
2021-03-08Log repo.* config variables in git trace2 logger.Ian Kasprzak
2021-02-11git_config: add SetBoolean helperMike Frysinger
2021-01-06drop pyversion & is_python3 checkingMike Frysinger
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-04-29Parse included files when reading git config filesUlrik Laurén
2020-02-20git_config: add support for repo-specific settingsMike Frysinger
2020-02-19git_config: add GetInt helperMike Frysinger
2020-02-18resort a few module imports to follow PEP8Mike Frysinger
2020-02-12git_config: Stop using backslash to wrap linesDavid Pursehouse
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-12Fix indentation issues reported by flake8David Pursehouse
2020-02-12git_config: Unwrap unnecessarily wrapped lineDavid Pursehouse
2020-02-12Fix various whitespace issues reported by pyflakesDavid Pursehouse
2020-02-12Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse
2020-02-08git_config: fix encoding handling in GetUrlCookieFileMike Frysinger
2019-11-12use open context managers in more placesMike Frysinger
2019-08-27rename local trace moduleMike Frysinger
2019-08-03git_config: include project name in missing ref exceptionMike Frysinger