aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-05Disable repo tag verification for patched version.linaro-stablePaul Sokolovsky
2011-09-05Update from Linaro repository by default.Paul Sokolovsky
2011-09-05Fetch all tags by default, make repo work with rebased git repos.Paul Sokolovsky
2011-06-09Add a --depth option to repo init.v1.7.5Doug Anderson
2011-05-26Add branch support to repo uploadMandeep Singh Baines
2011-04-07Added repo cherry-pick commandv1.7.4.3Victor Boivie
2011-04-07Fixed repo checkout error message when git reports errors.Doug Anderson
2011-04-07Fixed problems w/ 2nd repo init if first repo init had bad URL.Doug Anderson
2011-04-07Fixed repo abandon to give better messages.Doug Anderson
2011-04-07Add option to check status of projects in parallel.Terence Haddock
2011-04-04Fix parallel sync on python < 2.6.Daniel Sandler
2011-03-22sync: Fix syntax error on Python 2.4v1.7.4.2Shawn O. Pearce
2011-03-17Creating rr-cachev1.7.4.1Victor Boivie
2011-03-17Make 'repo sync -jN' exit with an error code in the case of sync errors.Doug Anderson
2011-03-16Add 'list' command to repo.Doug Anderson
2011-03-11Support repo-level pre-upload hook and prep for future hooks.v1.7.4Doug Anderson
2011-03-08Post-nonexistent-revision crash sidesteppedSkyler Kaufman
2011-02-01Renamed 'repo_hooks' function to '_ProjectHooks'.Doug Anderson
2011-02-01Fixed bug identifying 'commit-msg' files.Doug Anderson
2011-01-10Fix mirror clients with no worktreev1.7.3.1Shawn O. Pearce
2011-01-10Bump repo version to 1,10v1.7.3Shawn O. Pearce
2011-01-09help: Don't show empty Summary or Description sectionsShawn O. Pearce
2011-01-09sync: Run `git gc --auto` after fetchShawn O. Pearce
2011-01-09Add "repo branch" as an alias for "repo branches"Mike Lockwood
2011-01-09upload: Catch and cleanly report connectivity errorsShawn O. Pearce
2011-01-09forall: Silently skip missing projectsShawn O. Pearce
2011-01-09Fix to display the usage message of the command download when the userThiago Farina
2011-01-09Use os.environ.copy() instead of dict()Shawn O. Pearce
2011-01-09Make path references OS independentAnthony Newnam
2011-01-09Encode the environment variables passed to gitShawn O. Pearce
2011-01-09Exit with statuscode 0 for repo help initTrond Norbye
2010-12-21Fixed race condition in 'repo sync -jN' that would open multiple masters.v1.7.2Doug Anderson
2010-11-01Added feature to print a <notice> from manifest at the end of a sync.v1.7.1Doug Anderson
2010-10-29sync: Use --force-broken to continue other projectsv1.7Andrei Warkentin
2010-10-29upload: Remove --replace optionFicus Kirkpatrick
2010-10-29sync --quiet: be more quietShawn O. Pearce
2010-10-29sync: Enable use of git clone --referenceShawn O. Pearce
2010-10-29Only delete corrupt pickle config files if they existUlrik Sjölin
2010-10-29Don't allow git fetch to start ControlMasterDoug Anderson
2010-10-29Check for existing SSH ControlMasterDoug Anderson
2010-08-06Fix for handling values of EDITOR which contain a space.Patrick Dubroy
2010-07-16upload: Fix --replace flagv1.6.10.2Shawn O. Pearce
2010-07-15rebase: Pass through more optionsv1.6.10.1Shawn O. Pearce
2010-07-15upload: Allow review.HOST.username to override emailv1.6.10Shawn O. Pearce
2010-07-15upload -t: Automatically include local branch nameShawn O. Pearce
2010-07-15Warn users before uploading if there are local changesAnthony Newnam
2010-07-15sync: Try fetching a tag as a last resort before giving upJulius Gustavsson
2010-07-15rebase: Automatically rebase branch on upstreaDaniel Sandler
2010-07-15upload: Automatically --cc folks in review.URL.autocopyBen Komalo
2010-06-17Fix format string bugs in grepv1.6.9.8Sebastian Schmidt