summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable'Shawn O. Pearce2010-12-0719-179/+806
|\
| * Added feature to print a <notice> from manifest at the end of a sync.v1.7.1Doug Anderson2010-11-013-1/+71
| * sync: Use --force-broken to continue other projectsv1.7Andrei Warkentin2010-10-291-3/+15
| * upload: Remove --replace optionFicus Kirkpatrick2010-10-292-83/+1
| * sync --quiet: be more quietShawn O. Pearce2010-10-292-14/+27
| * sync: Enable use of git clone --referenceShawn O. Pearce2010-10-293-9/+111
| * Only delete corrupt pickle config files if they existUlrik Sjölin2010-10-291-2/+4
| * Don't allow git fetch to start ControlMasterDoug Anderson2010-10-291-1/+1
| * Check for existing SSH ControlMasterDoug Anderson2010-10-291-12/+41
| * Fix for handling values of EDITOR which contain a space.Patrick Dubroy2010-08-061-1/+1
| * 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-152-1/+9
| * upload -t: Automatically include local branch nameShawn O. Pearce2010-07-152-13/+25
| * Warn users before uploading if there are local changesAnthony Newnam2010-07-152-0/+36
| * sync: Try fetching a tag as a last resort before giving upJulius Gustavsson2010-07-151-3/+18
| * 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
| * Do not invoke ssh with -p argument when no port has been specified.Josh Guilfoyle2010-06-081-5/+12
| * Allow files to be copied into new foldersMatthew Buckett2010-05-271-0/+4
| * Do not emit progress if stderr is not a ttyShawn O. Pearce2010-05-271-2/+5
| * 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
| * sync: kill git fetch process before SSH control master processv1.6.9.6Shawn O. Pearce2010-05-112-2/+34
| * 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
| * branches: Enable output of multiple projectsPär Åsfält2010-05-041-5/+7
| * Rename _ssh_sock() to fix code style issue.Nico Sallembien2010-04-272-5/+5
| * Override manifest file only after it is fully written to disk.v1.6.9.4Nico Sallembien2010-04-261-1/+1
| * Strip refs/heads in the branch sent to the manifest server.Nico Sallembien2010-04-261-0/+3
| * sync: Safely skip already deleted projectsv1.6.9.3Anthony2010-04-141-25/+29
| * Add a 'smart sync' option to repo syncv1.6.9.2Nico Sallembien2010-04-133-3/+106
| * Allow 'y' as a valid response when confirming identityv1.6.9.1Nico Sallembien2010-04-011-2/+3
* | Use os.environ.copy() instead of dict()Shawn O. Pearce2010-12-071-1/+1
* | Make path references OS independentAnthony Newnam2010-11-294-6/+12
* | Merge branch 'stable'Shawn O. Pearce2010-03-064-30/+83
|\|
| * Automatically install Gerrit Code Review's commit-msg hookv1.6.9Shawn O. Pearce2010-03-062-4/+119
| * Fail sync when encountering "N commits behind."Daniel Sandler2010-03-041-4/+3
| * Check that we are not overwriting a local repository when syncing.v1.6.8.11Nico Sallembien2010-01-201-1/+4
| * Honor url.insteadOf when setting up SSH control master connectionv1.6.8.10Ulrik Sjolin2010-01-041-1/+23
| * sync: Fix split call on malformed email addressesv1.6.8.9Shawn O. Pearce2009-12-301-1/+1
| * Fixing project renaming bug.v1.6.8.8Nico Sallembien2009-12-101-9/+9
* | Fix to display the usage message of the command download when the userThiago Farina2009-09-091-0/+3
* | commit-msg: Don't create message with only Change-IdShawn O. Pearce2009-08-251-6/+19
* | commit-msg: Update the commit message hookShawn O. Pearce2009-08-221-2/+24
* | forall: Silently skip missing projectsShawn O. Pearce2009-08-221-0/+6
* | upload: Catch and cleanly report connectivity errorsShawn O. Pearce2009-08-222-6/+14
* | upload: Document --replace is deprecatedShawn O. Pearce2009-08-221-6/+6
* | Automatically install Gerrit Code Review's commit-msg hookShawn O. Pearce2009-08-222-4/+62