summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Save cookies back to jar when fetching clone.bundle"v1.13.11repo-1maintMike Frysinger2020-02-111-1/+1
* repo: bump launcher versionMike Frysinger2020-02-121-1/+1
* project: fix bytes/str encoding when updating git submodulesMike Frysinger2020-02-111-1/+1
* repo: allow REPO_REV to be an env varMike Frysinger2020-02-111-3/+5
* Fixing forall subcommand for Py3v1.13.10Jiri Tyr2020-02-101-1/+1
* remove spurious +x bitsMike Frysinger2020-02-103-0/+0
* find python via envMike Frysinger2020-02-102-2/+2
* git_config: fix encoding handling in GetUrlCookieFileMike Frysinger2020-02-101-2/+2
* Fix inverted logic around [gitc-]init and -cv1.13.9.4Dan Willemsen2020-02-071-1/+1
* Do not try to fetch default revision for mirrors alwaysv1.13.9.3Chirayu Desai2020-02-061-1/+4
* init: handle -c conflicts with gitc-initv1.13.9.2Mike Frysinger2020-02-052-3/+8
* repo: point default branch to repo-1Mike Frysinger2020-02-051-1/+1
* Revert "Port _FileDescriptorStreamsNonBlocking to use poll()"v1.13.9.1Mike Frysinger2020-02-031-15/+3
* Fix docstring of project.Project.PrintWorkTreeStatus()v1.13.9Rostislav Krasny2020-01-251-1/+1
* Fix method signature of platform_utils.FileDescriptorStreams._create_stream()Rostislav Krasny2020-01-251-1/+1
* Fix a typoRostislav Krasny2020-01-251-3/+3
* Add PyCharm project directory into the .gitignoreRostislav Krasny2020-01-241-0/+3
* Make _preserve_encoding in platform_utils_win32 compatible with Python 3Rostislav Krasny2020-01-241-0/+5
* repo: Do not even try to set up GPG with opt.no_repo_verifySebastian Schuberth2020-01-241-4/+7
* init: Add '-c' as an alias to '--current-branch'Diogo Ferreira2020-01-241-1/+1
* info: Add the manifest revisionDiogo Ferreira2020-01-241-0/+4
* Port _FileDescriptorStreamsNonBlocking to use poll()Theodore Dubois2019-12-181-3/+15
* repo: include subcommands in --help outputMike Frysinger2019-12-051-2/+13
* docs: add Windows support infoMike Frysinger2019-12-052-0/+145
* help: unify command displayMike Frysinger2019-12-031-17/+9
* tox: add & document tox usageMike Frysinger2019-12-023-3/+55
* setup.py: add basic packaging filesMike Frysinger2019-12-024-0/+72
* run_tests: improve exit code behaviorMike Frysinger2019-12-021-3/+2
* Fix repo mirror with --current-branchKuang-che Wu2019-11-251-23/+28
* README: add install detailsv1.13.8Mike Frysinger2019-11-181-0/+19
* upload/editor: fix bytes/string confusionMike Frysinger2019-11-163-12/+70
* prune: handle branches that track missing branchesMike Frysinger2019-11-163-12/+114
* sync: try to fast forward merge branches before checking published stateMike Frysinger2019-11-131-1/+10
* sync: merge project updates with status barMike Frysinger2019-11-122-13/+7
* sync: add sanity check for local checkouts missing networkMike Frysinger2019-11-121-0/+7
* sync: report list of failing git treesVadim Bendebury2019-11-121-2/+11
* use open context managers in more placesMike Frysinger2019-11-127-66/+21
* sync: make .git init more robustMike Frysinger2019-11-122-34/+39
* forall: add an --ignore-missing optionv1.13.7.1Mike Frysinger2019-10-221-0/+7
* python-support: adjust major versionsMike Frysinger2019-10-111-2/+2
* command: filter projects by active manifest groupsv1.13.7Mike Frysinger2019-10-081-2/+5
* info: fix "current" outputMike Frysinger2019-10-051-2/+8
* Only import imp on py2Rashed Abdel-Tawab2019-10-051-1/+1
* project: allow CurrentBranch to return None on errorsMike Frysinger2019-10-011-3/+10
* info: allow NoSuchProjectError to bubble upMike Frysinger2019-10-011-5/+2
* version: add source versions & User-Agents to the outputMike Frysinger2019-10-011-2/+10
* git_command: set GIT_HTTP_USER_AGENT on all requestsMike Frysinger2019-10-012-0/+21
* grep: handle errors gracefullyMike Frysinger2019-10-011-7/+23
* diff: handle errors gracefullyMike Frysinger2019-10-012-6/+18
* forall: exit 1 if we skip any reposMike Frysinger2019-10-011-3/+3