Go to file
Shawn O. Pearce bd4edc9a69 Stop downloading snapshots as native git:// is faster
Downloading and streaming a tar into Git is slower than just
letting the native git:// protocol handle the data transfer,
especially when there are multiple revisions available and
Git can perform delta compression across revisions.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2008-10-28 16:14:05 -07:00
codereview Change RPC client to only use Google Accounts for authentication 2008-10-22 13:10:29 -07:00
froofle Initial Contribution 2008-10-21 07:00:00 -07:00
subcmds Teach repo how to download changes to the local checkout 2008-10-23 14:43:28 -07:00
.gitignore Initial Contribution 2008-10-21 07:00:00 -07:00
color.py Initial Contribution 2008-10-21 07:00:00 -07:00
command.py Initial Contribution 2008-10-21 07:00:00 -07:00
COPYING Initial Contribution 2008-10-21 07:00:00 -07:00
editor.py Initial Contribution 2008-10-21 07:00:00 -07:00
error.py Initial Contribution 2008-10-21 07:00:00 -07:00
gerrit_upload.py Remove unused import from gerrit_upload.py 2008-10-28 08:44:18 -07:00
git_command.py Initial Contribution 2008-10-21 07:00:00 -07:00
git_config.py Initial Contribution 2008-10-21 07:00:00 -07:00
import_ext.py Initial Contribution 2008-10-21 07:00:00 -07:00
import_tar.py Initial Contribution 2008-10-21 07:00:00 -07:00
import_zip.py Initial Contribution 2008-10-21 07:00:00 -07:00
main.py Remove the Python 2.4 dependency and use just 'python' 2008-10-21 07:12:42 -07:00
Makefile Initial Contribution 2008-10-21 07:00:00 -07:00
manifest.py Support user supplied custom .repo/local_manifest.xml files 2008-10-23 16:20:14 -07:00
pager.py Initial Contribution 2008-10-21 07:00:00 -07:00
project.py Stop downloading snapshots as native git:// is faster 2008-10-28 16:14:05 -07:00
remote.py Initial Contribution 2008-10-21 07:00:00 -07:00
repo wrapper 1.6 2008-10-28 08:46:15 -07:00