Commit Graph

  • d63bbf44dc Work around 'ControlPath too long' on Mac OS X Shawn O. Pearce 2009-04-21 08:05:27 -0700
  • a8421a128a Fix launching of editor under 'repo upload --replace' Shawn O. Pearce 2009-04-18 16:57:46 -0700
  • fb2316146f Automatically use SSH control master support during sync Shawn O. Pearce 2009-04-10 18:53:46 -0700
  • 8bd5e60b16 Make 'repo status' show the branch you are currently on Shawn O. Pearce 2009-04-18 15:31:36 -0700
  • 3d2cdd0ea5 Highlight projects which still have sync failures during 'repo status' Shawn O. Pearce 2009-04-18 15:26:10 -0700
  • 4e3d6739a1 Print '(no branches)' if the output of repo branches is empty Shawn O. Pearce 2009-04-18 15:18:35 -0700
  • 552ac89929 Modify 'repo abandon' to be more like 'repo checkout' and 'repo start' Shawn O. Pearce 2009-04-18 15:15:24 -0700
  • 89e717d948 Improve checkout performance for the common unmodified case Shawn O. Pearce 2009-04-18 15:04:41 -0700
  • 0f0dfa3930 Add progress meter to 'repo start' Shawn O. Pearce 2009-04-18 14:53:39 -0700
  • 76ca9f8145 Make usage of open safer by setting binary mode and closing fds Shawn O. Pearce 2009-04-18 14:48:03 -0700
  • accc56d82b Speed up 'repo start' by removing some forks Shawn O. Pearce 2009-04-18 14:45:51 -0700
  • db45da1208 Add -p to repo forall to improve output formatting Shawn O. Pearce 2009-04-18 13:49:13 -0700
  • 50fa1ac6db Clarify the option section header in 'repo help grep' Shawn O. Pearce 2009-04-18 11:44:33 -0700
  • 5da554f294 Show options help after the summary for a command Shawn O. Pearce 2009-04-18 11:44:00 -0700
  • 77bb4af241 Improve the help text for 'repo init' Shawn O. Pearce 2009-04-18 11:33:32 -0700
  • fd89b67f5c Clarify options that control the repo executable version Shawn O. Pearce 2009-04-18 11:28:57 -0700
  • a490f03dc2 Correct note about local_manifest.xml capabilities Shawn O. Pearce 2009-04-18 11:25:58 -0700
  • deec0536d6 Only display project path in 'repo stage -i' Shawn O. Pearce 2009-04-18 11:22:13 -0700
  • 06e556d202 Improve the help text for 'repo start' Shawn O. Pearce 2009-04-18 11:19:01 -0700
  • 8225cdc56b Display the URL we will upload changes to for review Shawn O. Pearce 2009-04-18 11:00:35 -0700
  • 337fb9c7e9 Improve the help text for 'repo upload' Shawn O. Pearce 2009-04-18 10:59:33 -0700
  • 9bb9617858 Remove unused methods from project.ReviewableBranch Shawn O. Pearce 2009-04-18 10:53:27 -0700
  • f690687671 Only fetch repo once-per-day under normal 'repo sync' usage Shawn O. Pearce 2009-04-18 10:49:00 -0700
  • 336f7bd0ed Avoid git fork on the common case of repo not changing Shawn O. Pearce 2009-04-18 10:39:28 -0700
  • 2810cbc778 Only display a progress meter once we spend 0.5 seconds on a task Shawn O. Pearce 2009-04-18 10:09:16 -0700
  • 6ed4e28346 Disable the progress meter when trace is enabled Shawn O. Pearce 2009-04-18 09:59:18 -0700
  • ad3193a0e5 Fix repo --trace to show ref and config loads Shawn O. Pearce 2009-04-18 09:54:51 -0700
  • b81ac9e654 Enable tracing of ref scans and config unpickling Shawn O. Pearce 2009-04-17 20:44:26 -0700
  • 0f3dd233ec Avoid unnecessary git symbolic-ref calls during repo sync Shawn O. Pearce 2009-04-17 20:32:44 -0700
  • c12c360f89 Pickle parsed git config files Shawn O. Pearce 2009-04-17 21:03:32 -0700
  • fbcde472ca Improve repo sync performance by avoid git forks Shawn O. Pearce 2009-04-17 20:58:02 -0700
  • d237b69865 Implement git ref reading purely in Python Shawn O. Pearce 2009-04-17 18:49:50 -0700
  • 5b23f24881 Implement 'git symbolic-ref HEAD' in Python Shawn O. Pearce 2009-04-17 18:43:33 -0700
  • 66bdd46871 Only compute commits in repo upload if we need to show a prompt Shawn O. Pearce 2009-04-17 18:47:22 -0700
  • a608fb024b Allow review.URL.autoupload to skip prompting during repo upload Shawn O. Pearce 2009-04-17 12:11:24 -0700
  • f8e3273dec Supporrt mixed case subsection names in Git config files Shawn O. Pearce 2009-04-17 11:00:31 -0700
  • 006734b798 Remove confusing message from repo sync output Shawn O. Pearce 2009-04-17 10:27:49 -0700
  • 350cde4c4b Change repo sync to be more friendly when updating the tree v1.6.6 Shawn O. Pearce 2009-04-16 11:21:18 -0700
  • 48244781c2 Refactor error message display in project.py Shawn O. Pearce 2009-04-16 08:25:57 -0700
  • 19a83d8085 Use default rebase during sync instead of rebase -i Shawn O. Pearce 2009-04-16 08:14:26 -0700
  • b1168ffada Don't divide by zero in progress meter Shawn O. Pearce 2009-04-16 08:00:42 -0700
  • 4c5c7aa74b Document 'repo status' output Shawn O. Pearce 2009-04-13 14:06:10 -0700
  • ff84fea0bb Fix formatting of 'repo help sync' Shawn O. Pearce 2009-04-13 12:11:59 -0700
  • d33f43a754 Cleanup checkout help to match other commands Shawn O. Pearce 2009-04-13 12:11:31 -0700
  • e756c412e3 Add 'repo selfupdate' to upgrade only repo Shawn O. Pearce 2009-04-13 11:51:15 -0700
  • b812a36236 Add 'repo grep' to support searching all projects v1.6.5 Shawn O. Pearce 2009-04-10 20:37:47 -0700
  • 161f445a4d status: tell the user the working tree is clean Shawn O. Pearce 2009-04-10 17:41:44 -0700
  • 68194f42b0 Add a project progress meter to 'repo sync' Shawn O. Pearce 2009-04-10 16:48:52 -0700
  • b1562faee0 Add 'repo sync -l' to only do local operations Shawn O. Pearce 2009-04-10 17:04:08 -0700
  • 3e768c9dc7 Add 'repo sync -d' to detach projects from their current topic Shawn O. Pearce 2009-04-10 16:59:36 -0700
  • 96fdcef9e3 Add 'repo sync -n' to only do the network transfer Shawn O. Pearce 2009-04-10 16:29:20 -0700
  • 2a1ccb2b0c Hide the internal sync --repo-upgraded flag from users Shawn O. Pearce 2009-04-10 16:51:53 -0700
  • 0a389e94de Make 'repo start' restartable upon failures Shawn O. Pearce 2009-04-10 16:21:18 -0700
  • 2675c3f8b5 Don't capture stdout during 'repo checkout' Shawn O. Pearce 2009-04-10 16:20:25 -0700
  • 27b07327bc Add a repo branches subcommand to describe current branches Shawn O. Pearce 2009-04-10 16:02:48 -0700
  • 02d7945eb8 Add checkout command. Wink Saville 2009-04-10 13:01:24 -0700
  • 8f82a4f828 Don't start the pager if stdout is a pipe v1.6.4 Shawn O. Pearce 2009-04-01 07:24:22 -0700
  • 146fe902b7 Only lookup review server '/ssh_info' once per repo process Shawn O. Pearce 2009-03-25 14:06:43 -0700
  • 722acefdc4 Produce a useful error if /ssh_info was HTML and not plain text Shawn O. Pearce 2009-03-25 13:58:14 -0700
  • 13cc3844d7 Handle review URLs pointing directly at Gerrit Shawn O. Pearce 2009-03-25 13:54:54 -0700
  • feabbdb440 Don't bother listing branch URLs during upload Shawn O. Pearce 2009-03-19 10:20:27 -0700
  • 8630f39dba Fix repo re-init in a mirror to not prompt Shawn O. Pearce 2009-03-19 10:17:12 -0700
  • df01883f9b Allow repo init to restart if URL was initially invalid v1.6.3 Shawn O. Pearce 2009-03-17 08:15:27 -0700
  • 1fc99f4e47 Give a more friendly error in 'repo init' if manifest url is invalid Shawn O. Pearce 2009-03-17 08:06:18 -0700
  • 1775dbe176 Set forall environment variables to empty string if None Shawn O. Pearce 2009-03-17 08:03:04 -0700
  • 521cd3ce67 Support "repo init -b foo && repo sync" to switch baselines Shawn O. Pearce 2009-03-09 18:53:20 -0700
  • 5470df6219 Don't permit "repo init --mirror" in an existing client Shawn O. Pearce 2009-03-09 18:51:58 -0700
  • 0ed2bd1d95 Add global --trace command line option Shawn O. Pearce 2009-03-09 18:26:31 -0700
  • c7a4eefa7e Add repo manifest -o to save a manifest v1.6.2 Shawn O. Pearce 2009-03-05 10:32:38 -0800
  • 43c3d9ea17 Add a 'repo manifest' command whose help is the manifest file format Shawn O. Pearce 2009-03-04 14:26:50 -0800
  • 4259b8a2ac Tell users how to see the complete list of commands Shawn O. Pearce 2009-03-04 14:03:16 -0800
  • 2816d4f387 Set core.bare to true on mirror repositories v1.6.1 Shawn O. Pearce 2009-03-03 17:53:18 -0800
  • 44469464d2 Allow repo forall -c on a mirror by using GIT_DIR as pwd Shawn O. Pearce 2009-03-03 17:51:01 -0800
  • c95583bf4f Don't permit users to run repo status in a mirror client Shawn O. Pearce 2009-03-03 17:47:06 -0800
  • 6a5644d392 Get rid of the horrible android import work around hack Shawn O. Pearce 2009-03-03 13:52:20 -0800
  • fe08675956 Fix repo status when there are renamed/copied files Shawn O. Pearce 2009-03-03 13:49:48 -0800
  • be0e8ac232 Export additional environment variables to repo forall: Jeff Bailey 2009-01-21 19:05:15 -0500
  • 47c1a63a07 Add 'repo version' to describe what code we are running Shawn O. Pearce 2009-03-02 18:24:23 -0800
  • 559b846b17 Report better errors when a project revision is invalid Shawn O. Pearce 2009-03-02 12:56:08 -0800
  • 7c6c64d463 Fix repo prune output to sort by branch name Shawn O. Pearce 2009-03-02 12:38:13 -0800
  • 3778f9d47e Fix repo prune to work on git 1.6.1-rc3~5 and later Shawn O. Pearce 2009-03-02 12:30:50 -0800
  • 993eedf9fa Merge v1.6 Android Code Review 2009-02-10 11:53:40 -0800
  • 02e0cdf359 Merge Android Code Review 2009-02-10 11:53:30 -0800
  • a8e98a6962 Fix color parsing to not crash when user defined colors are set v1.5.1 Shawn O. Pearce 2009-02-02 16:17:02 -0800
  • 5ab508cbcc Remove the now unnecessary Makefile Shawn O. Pearce 2009-01-26 10:56:45 -0800
  • 370e3fa666 Remove the protobuf based HTTP upload code path Shawn O. Pearce 2009-01-26 10:55:39 -0800
  • b54a392c9a Support Gerrit2's ssh:// based upload v1.5 Shawn O. Pearce 2009-01-05 16:18:58 -0800
  • 21f7385400 Remove astray comma v1.4.4 Marcelo E. Magallon 2008-12-31 04:44:37 +0000
  • 24d8dfbc34 Correct the REPO_URL in the wrapper script to android.git.kernel.org v1.4.3 Shawn O. Pearce 2008-12-18 07:21:32 -0800
  • a6df7d284c Describe upload --replace in upload's help text v1.4.2 Shawn O. Pearce 2008-12-12 08:04:07 -0800
  • 67092448c2 Don't accept multiple commits for the same change in upload --replace Shawn O. Pearce 2008-12-12 08:01:12 -0800
  • e92ceebde0 Fix upload --replace after it was broken when --review,--cc was added v1.4.1 Shawn O. Pearce 2008-11-24 15:51:25 -0800
  • 03eaf07ec6 Support <remove-project name="X"> in manifest to remove/replace X v1.4 Shawn O. Pearce 2008-11-20 11:42:22 -0800
  • 2896a79120 Add --review and --cc flags to repo upload, so you can assign reviewers when you upload changes. Joe Onorato 2008-11-17 16:56:36 -0500
  • 8c6eef4713 Make repo's editor work when the editor is a commandline with multiple args. v1.3.2 Joe Onorato 2008-11-14 21:12:44 -0500
  • 34d237fbfb Paper bag fix repo 1.3's "repo upload" without --replace v1.3.1 Shawn O. Pearce 2008-11-12 18:37:18 -0800
  • c99883fee9 Teach 'repo upload --replace' how to add replacement patch sets v1.3 Shawn O. Pearce 2008-11-11 17:12:43 -0800
  • ec18b4bac4 Update proto client to support patch set replacments Shawn O. Pearce 2008-11-11 18:45:55 -0800
  • 35f2596c27 Refactor part of GetUploadableBranches to lookup one specific branch Shawn O. Pearce 2008-11-11 17:03:13 -0800
  • 5d40e26201 Treat missing attributes as None when parsing the manifest v1.2 Shawn O. Pearce 2008-11-06 11:07:42 -0800