summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* project: disable stat output when fast forwarding mergesMike Frysinger2020-02-171-1/+1
* flake8: Suppress "F821 undefined name" inline for Python 2 namesDavid Pursehouse2020-02-151-1/+1
* project: Don't emit locally modified hook warning in quiet modeDavid Pursehouse2020-02-131-10/+12
* drop old git_require checksMike Frysinger2020-02-121-3/+0
* Fix usage of bare 'except'David Pursehouse2020-02-121-2/+2
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-9/+1
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-1/+1
* project: make syncing a little more self-healingMike Frysinger2020-02-121-2/+24
* Revert "Save cookies back to jar when fetching clone.bundle"v2.2Mike Frysinger2020-02-121-1/+1
* project: fix bytes/str encoding when updating git submodulesMike Frysinger2020-02-111-1/+1
* project: allow src=. with symlinksv2.1.1Mike Frysinger2020-02-111-1/+6
* project: unify HEAD path managementMike Frysinger2020-02-091-7/+16
* remove spurious +x bitsMike Frysinger2020-02-091-0/+0
* Do not try to fetch default revision for mirrors alwaysChirayu Desai2020-02-051-1/+4
* project: add basic path checks for <copyfile> & <linkfile>Mike Frysinger2020-02-041-38/+108
* Fix docstring of project.Project.PrintWorkTreeStatus()v1.13.9Rostislav Krasny2020-01-251-1/+1
* Fix repo mirror with --current-branchKuang-che Wu2019-11-251-23/+28
* prune: handle branches that track missing branchesMike Frysinger2019-11-161-8/+31
* sync: try to fast forward merge branches before checking published stateMike Frysinger2019-11-131-1/+10
* sync: add sanity check for local checkouts missing networkMike Frysinger2019-11-121-0/+7