summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
* Revert "Default repo manifest settings in git config"v1.7.8.1Shawn O. Pearce2011-11-301-36/+3
* Describe the repo launch version in `repo version`Shawn O. Pearce2011-11-291-0/+8
* Don't prompt the user for name/email unless necessaryVictor Boivie2011-11-291-1/+26
* Default repo manifest settings in git configVictor Boivie2011-11-291-3/+36
* Added remote destination branch information when uploading.Christer Fletcher2011-11-291-3/+4
* repo: capitalize default prompt charMike Frysinger2011-11-292-5/+5
* Fixed UnicodeDecodeError while uploading changes.chenguodong2011-11-291-0/+5
* Add a sync flag that fetches only current branchAnatol Pomazau2011-11-031-3/+9
* help: Fix help syncShawn O. Pearce2011-10-111-0/+1
* Fix Python 2.4 supportShawn O. Pearce2011-10-111-8/+4
* sync: Support downloading bundle to initialize repositoryv1.7.7Shawn O. Pearce2011-09-281-3/+4
* sync: Update default -j flag from manifestShawn O. Pearce2011-09-261-1/+2
* sync: Allow -j to have a default in manifestv1.7.6Shawn O. Pearce2011-09-221-1/+4
* sync: Limit -j to file descriptorsShawn O. Pearce2011-09-221-0/+12
* Smart tag supportVictor Boivie2011-07-201-15/+23
* Add a --depth option to repo init.v1.7.5Doug Anderson2011-06-091-0/+24
* Add branch support to repo uploadMandeep Singh Baines2011-05-261-1/+8
* Added repo cherry-pick commandv1.7.4.3Victor Boivie2011-04-071-0/+114
* Fixed repo checkout error message when git reports errors.Doug Anderson2011-04-071-9/+15
* Fixed problems w/ 2nd repo init if first repo init had bad URL.Doug Anderson2011-04-071-0/+6
* Fixed repo abandon to give better messages.Doug Anderson2011-04-071-9/+18
* Add option to check status of projects in parallel.Terence Haddock2011-04-071-6/+58
* Fix parallel sync on python < 2.6.Daniel Sandler2011-04-041-2/+2
* sync: Fix syntax error on Python 2.4v1.7.4.2Shawn O. Pearce2011-03-221-22/+23
* Make 'repo sync -jN' exit with an error code in the case of sync errors.Doug Anderson2011-03-171-14/+70
* Add 'list' command to repo.Doug Anderson2011-03-161-0/+48
* Support repo-level pre-upload hook and prep for future hooks.v1.7.4Doug Anderson2011-03-111-6/+40
* help: Don't show empty Summary or Description sectionsShawn O. Pearce2011-01-091-0/+2
* sync: Run `git gc --auto` after fetchShawn O. Pearce2011-01-092-0/+3
* upload: Catch and cleanly report connectivity errorsShawn O. Pearce2011-01-091-3/+7
* forall: Silently skip missing projectsShawn O. Pearce2011-01-091-0/+6
* Fix to display the usage message of the command download when the userThiago Farina2011-01-091-0/+3
* Encode the environment variables passed to gitShawn O. Pearce2011-01-092-6/+6
* Added feature to print a <notice> from manifest at the end of a sync.v1.7.1Doug Anderson2010-11-011-0/+5
* sync: Use --force-broken to continue other projectsv1.7Andrei Warkentin2010-10-291-3/+15
* upload: Remove --replace optionFicus Kirkpatrick2010-10-291-77/+1
* sync --quiet: be more quietShawn O. Pearce2010-10-291-8/+16
* sync: Enable use of git clone --referenceShawn O. Pearce2010-10-291-1/+13
* upload: Fix --replace flagv1.6.10.2Shawn O. Pearce2010-07-161-2/+2
* rebase: Pass through more optionsv1.6.10.1Shawn O. Pearce2010-07-151-7/+39
* upload: Allow review.HOST.username to override emailv1.6.10Shawn O. Pearce2010-07-151-0/+5
* upload -t: Automatically include local branch nameShawn O. Pearce2010-07-151-9/+12
* Warn users before uploading if there are local changesAnthony Newnam2010-07-151-0/+15
* rebase: Automatically rebase branch on upstreaDaniel Sandler2010-07-151-0/+75
* upload: Automatically --cc folks in review.URL.autocopyBen Komalo2010-07-151-1/+27
* Fix format string bugs in grepv1.6.9.8Sebastian Schmidt2010-06-171-4/+4
* sync: support --jobs to fetch projects simultaneouslyRoy Lee2010-05-271-7/+46
* Aliasing sync -s to 'smartsync'v1.6.9.7Nico Sallembien2010-05-172-4/+38
* upload: Move confirmation threshold from 3 to 5 commitsv1.6.9.5Dan Morrill2010-05-051-1/+1
* upload: Confirm unusually large number of uploaded commitDan Morrill2010-05-041-0/+29