summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix bug in git trace2 event Write() function when no config present.Ian Kasprzak2021-01-072-21/+52
* | drop pyversion & is_python3 checkingMike Frysinger2021-01-0613-156/+20
* | strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-0657-174/+0
* | launcher: add test for version requirementsv2.11Mike Frysinger2021-01-061-0/+11
* | main: require Python 3.5 nowMike Frysinger2021-01-061-1/+1
* | Enable git trace2 event format logging.Ian Kasprzak2021-01-063-0/+375
* | launcher: abort if python3 reexec failedMike Frysinger2021-01-051-3/+4
* | launcher: support Python 3.5 for nowMike Frysinger2021-01-051-10/+23
* | project: detach HEAD in internal worktree checkout.Remy Böhmer2020-12-261-2/+7
* | Add parallelism to 'branches' commandChris McDonald2020-12-142-4/+43
* | docs: Add Markdown inline code marker around inline XML example.Jashank Jeremy2020-12-131-1/+1
* | gitc: write the manifest directlyMike Frysinger2020-12-111-2/+4
* | replace javadoc docs with standard python styleMike Frysinger2020-12-112-9/+15
* | init: reset hard to --repo-revMike Frysinger2020-12-061-1/+1
* | manifest_xml: harmonize list fieldsMike Frysinger2020-12-043-6/+40
* | Fix tests after "use new main branch"Fredrik de Groot2020-12-032-2/+28
* | run_tests: rewrite to use Python 3Mike Frysinger2020-12-011-14/+19
* | setup: update Python version infoMike Frysinger2020-12-011-3/+4
* | manifest: add support for groups in includev2.10Fredrik de Groot2020-11-263-3/+61
* | Concentrate the RepoHook knowledge in the RepoHook classRemy Bohmer2020-11-232-81/+128
* | Fix --reference option under WindowsRemy Bohmer2020-11-231-1/+2
* | Always use Unix EOL for worktree .git and gitdir filesRemy Bohmer2020-11-201-4/+6
* | project: do not update local published/ refs in dryrun modeMike Frysinger2020-11-201-4/+5
* | manifest_xml: refactor manifest parsing from client managementMike Frysinger2020-11-189-44/+164
* | main: require Python 3 nowMike Frysinger2020-11-171-2/+3
* | tests: use new main branchMike Frysinger2020-11-172-5/+5
* | sync: respect --force-sync when fetching manifest project updatesErwan Yvin2020-11-171-0/+1
* | manifest: add a --json output optionMike Frysinger2020-11-172-7/+78
* | upload: improve tip for fixing upload remoteMike Frysinger2020-11-161-4/+4
* | switch to "main" branch for developmentMike Frysinger2020-11-167-19/+19
* | manifest_xml: correct project revisionId for extend-projectMiguel Gaio2020-11-121-1/+5
* | Move RepoHook class from project.py file to dedicated fileRemy Bohmer2020-11-035-443/+493
* | launcher: simplify .repo search ceiling checkJonathan Nieder2020-11-031-3/+1
* | init: use the remote default manifest branchMike Frysinger2020-09-092-11/+36
* | status: Use multiprocessing for `repo status -j<num>` instead of threadingKimiyuki Onaka2020-09-092-33/+22
* | manifest: drop support for local_manifest.xmlMike Frysinger2020-09-083-18/+8
* | stop testing Python 2.7v2.9Mike Frysinger2020-09-062-11/+2
* | init: reject unknown argsMike Frysinger2020-09-023-0/+95
* | Fix Git base version for worktreeconfig extensionAdrien Bioteau2020-07-301-1/+1
* | upload: exit non-zero when preupload hooks failMike Frysinger2020-07-251-1/+1
* | release-process: document schedule (including freezes) publiclyMike Frysinger2020-07-232-5/+33
* | subcmds/sync.py: Fix typo in helpRoger Shimizu2020-06-061-1/+1
* | manifest: normalize name & path when constructing fs pathsMike Frysinger2020-05-261-0/+8
* | sync: fix duplicate word in descriptionMike Frysinger2020-05-241-1/+1
* | launcher: fix version to latestv2.8Mike Frysinger2020-05-211-1/+1
* | launcher: bump version for cli changesMike Frysinger2020-05-211-1/+1
* | Make partial clone imply no-clone-bundle by default.Xin Li2020-05-215-6/+31
* | Fix how we format the full destination branch when uploading.Sean McAllister2020-05-191-1/+5
* | repo info findRemoteLocalDiff use short branchDaniel Kutik2020-05-121-2/+5
* | project.py: Fix check for wild cardsv2.7Angel Petkov2020-05-051-3/+3