summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* manifest_xml: fix url normalization for inits and remotesVitalii Dmitriev2023-12-202-2/+38
* git_trace2: Add socket timeoutJosip Sokcevic2023-12-191-0/+3
* manifest_xml: do not allow / before : in scp-like syntaxMike Frysinger2023-12-192-1/+12
* repo: Drop reexec of python3 from check_python_version()Peter Kjellerstedt2023-12-151-28/+2
* repo: Remove Python 2 compatibility codePeter Kjellerstedt2023-12-151-7/+3
* repo: Remove a Python 2 related commentPeter Kjellerstedt2023-12-141-1/+0
* Don't log spam `repo sync` by defaultv2.40Tomasz Wasilczyk2023-12-082-14/+23
* tox: Remove pylint timeoutJosip Sokcevic2023-12-081-3/+0
* Update commit-msg hookOrgad Shaneh2023-12-041-11/+18
* sync: Fix partial sync false positiveMatt Schulte2023-11-302-1/+39
* repo: add repo main script's directory to PYTHONPATH.Duy Truong2023-11-291-0/+8
* info: Handle undefined mergeBranchJosip Sokcevic2023-11-201-1/+3
* manifest_xml: support nested submanifestsGuillaume Micouin-Jorda2023-11-151-1/+1
* repo_logging: Ensure error details are printedJosh Bartel2023-11-131-0/+1
* repo: Use the worktree when checking the repo rev.Jason R. Coombs2023-11-131-1/+1
* git_superproject: tell git that superproject is bareEmily Shaffer2023-11-091-5/+7
* Correctly handle schema-less URIs for remote fetch URLMichael Kelly2023-11-082-13/+74
* main: Log ManifestParseError exception messagesLuK13372023-11-061-0/+2
* repo: Remove unreachable code.Jason R. Coombs2023-11-011-35/+4
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-3133-225/+169
* sync: PersistentTransport call parent initv2.39Daniel Kutik2023-10-251-0/+1
* sync: TeeStringIO write should return intDaniel Kutik2023-10-241-1/+2
* sync: Fix tracking of broken linksJason Chang2023-10-241-1/+0
* project: Speculative fix for project corruptionJosip Sokcevic2023-10-232-2/+11
* cleanup: convert exceptions to OSErrorJason R. Coombs2023-10-217-22/+19
* cleanup: delete redundant "r" open modeJason R. Coombs2023-10-217-10/+10
* cleanup: use new dict & set generator stylesJason R. Coombs2023-10-213-8/+8
* manifest_xml: Fix empty project list when DOCTYPE is presentChris Allen2023-10-202-1/+19
* cleanup: leverage yield from in more placesJason R. Coombs2023-10-203-9/+5
* git_config: GetBoolean should return boolDaniel Kutik2023-10-201-1/+1
* project: using --depth results in error when including submanifestsRoberto Vladimir Prado Carranza2023-10-202-2/+5
* repo: drop Python 2 compat logicMike Frysinger2023-10-201-4/+1
* delete Python 2 (object) compatMike Frysinger2023-10-2019-43/+43
* tests: Set HOME to a temporary directory when running tests.v2.38Jason R. Coombs2023-10-171-0/+49
* tests: added python 3.12Daniel Kutik2023-10-173-3/+4
* github: add python 3.11 to test-ci.ymlDaniel Kutik2023-10-161-1/+1
* github: pin ubuntu to 20.04 to make py36 workDaniel Kutik2023-10-161-1/+2
* python-support: update with current status & guidelinesMike Frysinger2023-10-141-29/+75
* hooks: drop support for Python 2Mike Frysinger2023-10-131-60/+3
* main: drop Python 2 checkMike Frysinger2023-10-131-16/+8
* Update logger.warn to logger.warningAravind Vasudevan2023-10-137-18/+20
* git_command: read1 needs a size in py3.6Daniel Kutik2023-10-091-2/+3
* git_command: lru_cache needs maxsize for py36 & 37Daniel Kutik2023-10-091-1/+1
* sync: Fix print statement in _PostRepoFetchAravind Vasudevan2023-10-061-1/+1
* git_command: Augment underlying git errors with suggestionsAravind Vasudevan2023-10-063-31/+270
* project: Invoke realpath on dotgit for symmetry with gitdir to ensure a short...Jason R. Coombs2023-10-051-1/+2
* Reset info logs back to print in syncv2.37Aravind Vasudevan2023-09-282-14/+11
* Track expected git errors in logsJason Chang2023-09-272-7/+26
* tests: Fix tox error in py36 use virtualenv<20.22.0Daniel Kutik2023-09-271-0/+1
* Use non-deprecated API for obtaining UTC timeLuK13372023-09-185-9/+13