summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
...
* sync: Fix partial sync false positiveMatt Schulte2023-11-301-1/+1
* info: Handle undefined mergeBranchJosip Sokcevic2023-11-201-1/+3
* repo: Use the worktree when checking the repo rev.Jason R. Coombs2023-11-131-1/+1
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-3113-55/+32
* 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-231-2/+0
* cleanup: convert exceptions to OSErrorJason R. Coombs2023-10-211-9/+8
* cleanup: delete redundant "r" open modeJason R. Coombs2023-10-211-1/+1
* cleanup: use new dict & set generator stylesJason R. Coombs2023-10-211-1/+1
* delete Python 2 (object) compatMike Frysinger2023-10-202-3/+3
* Update logger.warn to logger.warningAravind Vasudevan2023-10-135-9/+9
* sync: Fix print statement in _PostRepoFetchAravind Vasudevan2023-10-061-1/+1
* Reset info logs back to print in syncv2.37Aravind Vasudevan2023-09-281-13/+10
* subcmds: Use repo loggerAravind Vasudevan2023-09-1412-115/+121
* start: Use repo loggerAravind Vasudevan2023-09-111-9/+9
* sync: Preserve errors on KeyboardInterruptJason Chang2023-09-061-41/+78
* sync: Use repo logger within syncAravind Vasudevan2023-08-311-104/+87
* isort: format codebasev2.36Mike Frysinger2023-08-2220-66/+95
* tweak stdlib imports to follow Google style guideMike Frysinger2023-08-223-7/+7
* upload: Suggest full sync if hooks fail with partially synced treeGavin Mak2023-08-222-2/+9
* sync: Ignore repo project when checking partial syncsGavin Mak2023-08-221-1/+5
* upload: fix error handlingJason Chang2023-08-211-125/+125
* gitc: drop supportJason Chang2023-08-156-251/+4
* Raise RepoExitError in place of sys.exitJason Chang2023-08-107-87/+201
* sync: Warn if partial sync state is detectedGavin Mak2023-08-101-1/+40
* Raise repo exit errors in place of sys.exitJason Chang2023-08-073-11/+35
* Refactor errors for sync commandJason Chang2023-08-022-46/+115
* Update errors to extend BaseRepoErrorJason Chang2023-07-311-0/+2
* sync: Track last completed fetch/checkoutGavin Mak2023-07-281-16/+71
* sync: Track new/existing project countJason Chang2023-06-231-0/+7
* sync: Update sync progress even when _sync_dict is emptyv2.34.1Gavin Mak2023-05-301-3/+7
* sync: Handle race condition when reading active jobsJosip Sokcevic2023-05-261-3/+3
* Add envar to replace shallow clones with partialJason Chang2023-05-252-0/+19
* sync: Show number of running fetch jobsv2.34Gavin Mak2023-05-251-4/+5
* upload: use f-stringJosip Sokcevic2023-05-251-1/+1
* sync: Show elapsed time for the longest syncing projectGavin Mak2023-05-184-7/+40
* [git_trace2] Add logs for critical cmdsJosip Sokcevic2023-05-175-19/+23
* sync: Fix how sync times for shared projects are recordedv2.33Gavin Mak2023-05-101-19/+15
* sync: Display total elapsed fetch timeGavin Mak2023-05-021-1/+7
* Update abandon to support multiple branchesAravind Vasudevan2023-03-241-5/+11
* Format codebase with black and check formatting in CQGavin Mak2023-03-2228-4426/+5584
* upload: Skip upload if merge branch doesn't match project revision andv2.32Joanna Wang2023-02-281-15/+21
* sync: Remove unused variableJosip Sokcevic2023-02-021-1/+1
* Handle KeyboardInterrupt during repo syncJosip Sokcevic2023-02-011-0/+2
* Update sync progressJosip Sokcevic2023-02-011-1/+1
* sync: Silence 'not found in manifest' messageMichael Kelly2023-01-311-1/+1
* init: Silence the "rm -r .repo and try again" message if quietGavin Mak2023-01-061-6/+5
* Fix flake8 warnings for some filesSergiy Belozorov2023-01-051-3/+2