summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
* repo: properly handle remote annotations in manifest_xmlJack Neus2021-07-231-2/+18
* Force a fetch when superproject has a newer SHA1 for remote branch.v2.16.3Xin Li2021-07-201-0/+1
* Fix an issue when syncing with --use-superproject and clone bundles.Xin Li2021-06-301-1/+5
* project: fix error display when output_redir is disabledv2.15.2Mike Frysinger2021-05-201-4/+5
* ssh: rewrite proxy management for multiprocessing usagev2.15Mike Frysinger2021-05-101-2/+2
* ssh: move proxy usage to the sync subcommandMike Frysinger2021-05-101-5/+6
* sync: fix print error when handling server errorMike Frysinger2021-05-041-1/+1
* init/sync: add --no-tags to match --tagsMike Frysinger2021-05-041-3/+3
* add --no-current-branch option to invert --current-branchMike Frysinger2021-05-041-2/+2
* project: fix m/ generation when switching manifest branchesMike Frysinger2021-05-021-8/+8
* sync: Fix a corner case when both superproject and depth used.Xin Li2021-04-291-0/+5
* sync: Fix exception in an exsiting clone (without partial-clone).v2.14.2Raman Tenneti2021-04-221-1/+1
* sync: cleanup sleep+retry logic a bitv2.14Mike Frysinger2021-04-191-14/+18
* init: Added --partial-clone-exclude option.Raman Tenneti2021-04-131-1/+6
* manifest: allow toplevel project checkoutsv2.13.5Mike Frysinger2021-03-121-0/+12
* prune: minor optimization & robustificationMike Frysinger2021-03-121-0/+5
* project: fix diff printing with embedded %v2.13.4Mike Frysinger2021-03-091-1/+1
* project: fix variable typov2.13.2Mike Frysinger2021-03-031-1/+1
* project: skip clone bundles when we've already initialized the object dirMike Frysinger2021-03-011-0/+6
* sync: capture all git output by defaultMike Frysinger2021-02-251-6/+15
* project: fix http error retry logicMike Frysinger2021-02-251-4/+6
* diff: add --jobs supportMike Frysinger2021-02-231-1/+3
* use simpler super() magicMike Frysinger2021-02-191-3/+3
* project: make diff tools synchronousMike Frysinger2021-02-181-52/+44
* git_config: add SetBoolean helperMike Frysinger2021-02-111-4/+1
* Update _CheckForImmutableRevision to use git rev-listIan Kasprzak2021-02-051-1/+3
* sync: Added --use-superproject option and support for superproject.v2.12Raman Tenneti2021-01-211-0/+3
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-10/+1
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* project: detach HEAD in internal worktree checkout.Remy Böhmer2020-12-261-2/+7
* 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-181-3/+3
* Move RepoHook class from project.py file to dedicated fileRemy Bohmer2020-11-031-403/+1
* init: use the remote default manifest branchMike Frysinger2020-09-091-0/+21
* status: Use multiprocessing for `repo status -j<num>` instead of threadingKimiyuki Onaka2020-09-091-0/+7
* Fix Git base version for worktreeconfig extensionAdrien Bioteau2020-07-301-1/+1
* project.py: Fix check for wild cardsv2.7Angel Petkov2020-05-051-3/+3
* project.py: Remove extraneous ','v2.6George Engelbrecht2020-04-151-1/+1
* project: have clone.bundle failures print better diagnosticsGeorge Engelbrecht2020-04-151-1/+3
* sync: add retry to fetch operationsGeorge Engelbrecht2020-04-021-9/+41
* download: support -x when cherry-pickingMike Frysinger2020-03-231-1/+3
* download: support --ff when cherry-pickingMike Frysinger2020-03-231-1/+3
* repo/init/sync: rework default git download outputMike Frysinger2020-03-141-6/+9
* project: fix m/ pseudo ref handling with git worktreesMike Frysinger2020-02-291-10/+33
* upload: drop support for draftsMike Frysinger2020-02-251-9/+1
* upload: allow users to set labels when uploadingMike Frysinger2020-02-241-0/+4
* project: replace GetHeadPath with new git helperv2.4Mike Frysinger2020-02-241-14/+3
* project: fix rebase check with worktreesMike Frysinger2020-02-241-8/+23