summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* use open context managers in more placesMike Frysinger2019-11-121-13/+4
* sync: make .git init more robustMike Frysinger2019-11-121-30/+34
* project: allow CurrentBranch to return None on errorsMike Frysinger2019-10-011-3/+10
* diff: handle errors gracefullyMike Frysinger2019-10-011-5/+14
* Fix tag clobbering when -c is used.v1.13.6Xin Li2019-09-161-3/+3
* sync: improve output with intermingled progress bars and statusMike Frysinger2019-09-131-0/+6
* Add repo start option to create the branch based off HEADTheodore Dubois2019-09-041-2/+6
* rename local trace moduleMike Frysinger2019-08-271-1/+1
* Explicitly allow clobbering tags when fetching from remote.Xin Li2019-08-221-0/+2
* project: fix encoding handling with git commandsMike Frysinger2019-08-041-9/+6
* hooks: support external hooks running different Python versionMike Frysinger2019-07-271-21/+126
* Add support for partial clone.v1.13.4Xin Li2019-07-161-5/+13
* Don't try to decode when checking clone bundlesPierre Tardy2019-07-111-2/+2
* project: rev_list: simplify executionMike Frysinger2019-07-051-6/+1
* Support clone bundle through persistent-http[s].Xin Li2019-06-261-5/+9
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+2