summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sync: include TARGET_RELEASE when constructing smart sync target.v2.47Navil2024-09-121-0/+13
* color: fix have_fg not re assign to truebright2024-09-123-0/+83
* tox.ini: Make the lint and format environments run black for all codePeter Kjellerstedt2024-09-121-2/+2
* tox.ini, constraints.txt: Lock the version of black to <24Peter Kjellerstedt2024-09-122-0/+4
* project: run fetch --refetch onacould not parse commitJosip Sokcevic2024-09-121-0/+11
* Add a `--rebase` option to sync commandJeroen Dhollander2024-08-302-3/+21
* sync: Fix git command for aborting rebase being called incorrectly.Erik Elmeke2024-08-281-1/+1
* project: ignore more curl failure modesv2.46Mike Frysinger2024-07-021-4/+13
* logging: Fix log formatting with colored outputShik Chen2024-07-022-2/+39
* upload: add a --topic option for setting topic explicitlyMike Frysinger2024-07-013-13/+24
* sync: Abort rebase in progress if force-checkout is setErik Elmeke2024-05-231-1/+31
* ssh: Set git protocol version 2 on SSH ControlMasterErik Elmeke2024-05-161-1/+57
* upload: drop check for uncommitted local changesMike Frysinger2024-05-141-31/+0
* git: raise hard version to 1.9.1Mike Frysinger2024-05-012-11/+3
* release: update-hooks: helper for automatically syncing hooksMike Frysinger2024-04-234-33/+166
* gitc: delete a few more dead referencesMike Frysinger2024-04-182-8/+0
* man: regenerate man pagesMike Frysinger2024-04-187-236/+51
* Remove platform_utils.realpathKaiyi Li2024-03-272-25/+12
* Fix drive mounted directory on WindowsKaiyi Li2024-03-271-21/+1
* git_command: unify soft/hard versions with requirements.jsonMike Frysinger2024-03-214-25/+19
* project: Check if dotgit exists w/out symlink checkv2.45Josip Sokcevic2024-03-201-1/+1
* git: raise soft version to 2.7.4Mike Frysinger2024-03-202-6/+11
* git: raise hard version to 1.7.9Mike Frysinger2024-03-202-7/+6
* docs: release: add recent git/python/ssh/debian infoMike Frysinger2024-03-201-5/+23
* main: Stringify project name in error_infoJosip Sokcevic2024-03-152-3/+3
* ssh: Print details if running the command failsv2.44Sebastian Schuberth2024-03-111-2/+6
* upload: Fix patchset description destinationJosip Sokcevic2024-03-081-0/+1
* sync: Fix sorting for nested projectsJosip Sokcevic2024-03-082-13/+42
* sync: introduce --force-checkoutv2.43Josip Sokcevic2024-03-072-5/+31
* upload: Add support for setting patchset descriptionSergiy Belozorov2024-03-043-0/+48
* sync: Introduce git checkout levelsv2.42Josip Sokcevic2024-02-272-9/+81
* git_command: Return None from GetEventTargetPath() if set to empty stringPeter Collingbourne2024-02-261-0/+2
* trace: Save trace2 sid in REPO_TRACE fileJosip Sokcevic2024-02-221-4/+7
* subcmds: sync: Remove deprecated _AUTO_GCGreg Edelston2024-02-201-15/+0
* launcher: Set shebang to python3Josip Sokcevic2024-02-071-2/+2
* sync: ensure RepoChangedException propagatedJason Chang2024-02-061-1/+1
* stop passing project to UpdateManifestErrorYiwei Zhang2024-02-021-3/+1
* project: Rename if deletion failsv2.41Josip Sokcevic2024-01-251-10/+22
* Clean up remaining `repo sync` log spam.Tomasz Wasilczyk2024-01-052-18/+23
* docs: fix some grammar typosMike Frysinger2024-01-041-3/+2
* project: Check references during syncJosip Sokcevic2024-01-031-1/+14
* tests: setup user identity for testsVitalii Dmitriev2023-12-201-0/+9
* 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