aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-11Revert "Save cookies back to jar when fetching clone.bundle"v1.13.11repo-1maintMike Frysinger
2020-02-12repo: bump launcher versionMike Frysinger
2020-02-11project: fix bytes/str encoding when updating git submodulesMike Frysinger
2020-02-11repo: allow REPO_REV to be an env varMike Frysinger
2020-02-10Fixing forall subcommand for Py3v1.13.10Jiri Tyr
2020-02-10remove spurious +x bitsMike Frysinger
2020-02-10find python via envMike Frysinger
2020-02-10git_config: fix encoding handling in GetUrlCookieFileMike Frysinger
2020-02-07Fix inverted logic around [gitc-]init and -cv1.13.9.4Dan Willemsen
2020-02-06Do not try to fetch default revision for mirrors alwaysv1.13.9.3Chirayu Desai
2020-02-05init: handle -c conflicts with gitc-initv1.13.9.2Mike Frysinger
2020-02-05repo: point default branch to repo-1Mike Frysinger
2020-02-03Revert "Port _FileDescriptorStreamsNonBlocking to use poll()"v1.13.9.1Mike Frysinger
2020-01-25Fix docstring of project.Project.PrintWorkTreeStatus()v1.13.9Rostislav Krasny
2020-01-25Fix method signature of platform_utils.FileDescriptorStreams._create_stream()Rostislav Krasny
2020-01-25Fix a typoRostislav Krasny
2020-01-24Add PyCharm project directory into the .gitignoreRostislav Krasny
2020-01-24Make _preserve_encoding in platform_utils_win32 compatible with Python 3Rostislav Krasny
2020-01-24repo: Do not even try to set up GPG with opt.no_repo_verifySebastian Schuberth
2020-01-24init: Add '-c' as an alias to '--current-branch'Diogo Ferreira
2020-01-24info: Add the manifest revisionDiogo Ferreira
2019-12-18Port _FileDescriptorStreamsNonBlocking to use poll()Theodore Dubois
2019-12-05repo: include subcommands in --help outputMike Frysinger
2019-12-05docs: add Windows support infoMike Frysinger
2019-12-03help: unify command displayMike Frysinger
2019-12-02tox: add & document tox usageMike Frysinger
2019-12-02setup.py: add basic packaging filesMike Frysinger
2019-12-02run_tests: improve exit code behaviorMike Frysinger
2019-11-25Fix repo mirror with --current-branchKuang-che Wu
2019-11-18README: add install detailsv1.13.8Mike Frysinger
2019-11-16upload/editor: fix bytes/string confusionMike Frysinger
2019-11-16prune: handle branches that track missing branchesMike Frysinger
2019-11-13sync: try to fast forward merge branches before checking published stateMike Frysinger
2019-11-12sync: merge project updates with status barMike Frysinger
2019-11-12sync: add sanity check for local checkouts missing networkMike Frysinger
2019-11-12sync: report list of failing git treesVadim Bendebury
2019-11-12use open context managers in more placesMike Frysinger
2019-11-12sync: make .git init more robustMike Frysinger
2019-10-22forall: add an --ignore-missing optionv1.13.7.1Mike Frysinger
2019-10-11python-support: adjust major versionsMike Frysinger
2019-10-08command: filter projects by active manifest groupsv1.13.7Mike Frysinger
2019-10-05info: fix "current" outputMike Frysinger
2019-10-05Only import imp on py2Rashed Abdel-Tawab
2019-10-01project: allow CurrentBranch to return None on errorsMike Frysinger
2019-10-01info: allow NoSuchProjectError to bubble upMike Frysinger
2019-10-01version: add source versions & User-Agents to the outputMike Frysinger
2019-10-01git_command: set GIT_HTTP_USER_AGENT on all requestsMike Frysinger
2019-10-01grep: handle errors gracefullyMike Frysinger
2019-10-01diff: handle errors gracefullyMike Frysinger
2019-10-01forall: exit 1 if we skip any reposMike Frysinger