summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* project: fix worktree init under WindowsMike Frysinger2020-02-221-0/+3
* project: fallback to hardlinks with git hooksMike Frysinger2020-02-211-5/+9
* manifest/tests: get them passing under WindowsMike Frysinger2020-02-211-1/+6
* project: unify StartBranch flows behind git-update-refMike Frysinger2020-02-211-13/+5
* project/sync: move DeleteProject helper to ProjectMike Frysinger2020-02-201-0/+116
* project: set core.repositoryFormatVersion=1 when using extensionsMike Frysinger2020-02-191-2/+20
* add experimental git worktree supportMike Frysinger2020-02-191-11/+59
* upload: add support for standard --dry-runMike Frysinger2020-02-191-2/+7
* upload: add support for setting hashtagsMike Frysinger2020-02-191-0/+4
* project: handle verbose with initial clone bundleMike Frysinger2020-02-191-9/+17
* avoid negative variablesMike Frysinger2020-02-191-7/+6
* project: Fix E125 continuation line with same indent as next logical lineDavid Pursehouse2020-02-181-5/+5
* project: move successful fetch output behind verboseMike Frysinger2020-02-181-1/+4
* sync: introduce --verbose optionMike Frysinger2020-02-171-22/+21