Няма описание

Joe Kilner 6e31079033 Add sso to list of known schemes for relative URLs преди 9 години
docs d648045366 implement optional 'pushurl' in the manifest file преди 9 години
hooks 9322964d14 Update commit-msg hook to version from Gerrit 2.12.1 преди 10 години
subcmds 4d5bb68d58 status: add -q/--quiet option преди 9 години
tests 745b4ad660 Fix gitc-init behavior преди 10 години
.flake8 bb5b1a076b Replace pylint with pyflakes/flake8 преди 9 години
.gitattributes 01952e6634 Adds additional crlf clobber avoidance. преди 9 години
.gitignore 3cba0b8613 Add `repoc` to the .gitignore file преди 13 години
.mailmap 7a77c16d37 Update mailmap преди 9 години
.project 9d5bf60d3c Set correct name in PyDev and Eclipse project config преди 12 години
.pydevproject 9d5bf60d3c Set correct name in PyDev and Eclipse project config преди 12 години
COPYING cf31fe9b4f Initial Contribution преди 17 години
README.md befaec1e56 improve docs преди 9 години
SUBMITTING_PATCHES.md bb5b1a076b Replace pylint with pyflakes/flake8 преди 9 години
color.py bdf7ed2301 Pylint and PEP8 fixes for color.py преди 11 години
command.py f9fe3e14d2 repo: Repo does not always handle '.' parameter correctly преди 9 години
editor.py cecd1d864f Change print statements to work in python3 преди 13 години
error.py be4456cf24 error: fix typos преди 10 години
git_command.py 203153e7bb Add rpc: to default protocol whitelist преди 10 години
git_config.py 16889ba43d Revert "Repo: fall back to http, if ssh connection fails for http repos" преди 9 години
git_refs.py 0eb35cbe50 Fix some python3 encoding issues преди 12 години
git_ssh ec1df9b7f6 Don't allow git fetch to start ControlMaster преди 15 години
gitc_utils.py 39252ba028 gitc: Lower concurrent ls-projects requests преди 9 години
main.py 9d2b14d2ec pylint: Fix unused-{argument,variable} warning преди 9 години
manifest_xml.py 6e31079033 Add sso to list of known schemes for relative URLs преди 9 години
pager.py cecd1d864f Change print statements to work in python3 преди 13 години
progress.py 490d09a314 Support units in progress messages преди 14 години
project.py 4d5bb68d58 status: add -q/--quiet option преди 9 години
pyversion.py 59bbb580e3 Move Python version checking to a separate module преди 12 години
repo e4433653db repo: add comment for updating maintainer keys преди 9 години
trace.py cecd1d864f Change print statements to work in python3 преди 13 години
wrapper.py 094cdbe090 Add wrapper module преди 12 години

README.md

repo

Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.