)]}'
{
  "log": [
    {
      "commit": "050e4fd591537811e6e62b2e9ba1ce83e520e550",
      "tree": "05ca13bcc8713675eba7c896f7e75e1cb76e1bbb",
      "parents": [
        "60e679209a5495393ef584efaaad287fc8b77c51"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Wed Jun 03 14:16:14 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jul 03 11:00:16 2009 -0700"
      },
      "message": "manifest: Only display XML help on XML manifest\n\nSome of the help text is only related to the XML formatted manifest,\nso only display that text if that is the current format.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "60e679209a5495393ef584efaaad287fc8b77c51",
      "tree": "11aebc3d30a82685da22fe8b315cff15270a6ddf",
      "parents": [
        "f1a6b14fdc5402f9ed765a8a342d9c07c5b91e2d"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Wed Jun 03 17:43:16 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jul 03 11:00:16 2009 -0700"
      },
      "message": "help: Don\u0027t show empty Summary or Description sections\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "f1a6b14fdc5402f9ed765a8a342d9c07c5b91e2d",
      "tree": "f67b0e4fdb68bf3466202a27d5a0732edf424812",
      "parents": [
        "ca3d8ff4fc7bac11a747e4f32a81b42a01f4f297"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Wed Jun 03 16:01:11 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jul 03 11:00:16 2009 -0700"
      },
      "message": "Create an abstract Manifest base class\n\nThis will help as we add support for another manifest type.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "ca3d8ff4fc7bac11a747e4f32a81b42a01f4f297",
      "tree": "bbec403fcb9a01044b32149ad18de426660af3c2",
      "parents": [
        "98ea26b8d842d11afe6326f026ba15644dc40770"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jun 04 19:49:36 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jul 03 11:00:16 2009 -0700"
      },
      "message": "Teach Project how to relink a .git/ in the work tree\n\nThe _LinkWorkTree method can now be used to relink the work tree,\nsuch as if the real repository was moved to a different location\non disk.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "98ea26b8d842d11afe6326f026ba15644dc40770",
      "tree": "e78cc2f8669d24d8c5078239d1aef3964da21c2b",
      "parents": [
        "c24c720b6135a8f7975bf9af265124eee2d464cb"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jun 04 19:19:11 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jul 03 11:00:16 2009 -0700"
      },
      "message": "Allow callers to reset the git config cache\n\nIf commands modify the git config too rapidly we might not notice\nthe .git/config file has been modified, as they could run in the\nsame filesystem timestamp window and thus not cause a change on\nthe config\u0027s mtime.  This can cause repo to miss re-reading the\nconfig file after running a command.\n\nAllowing the cache to be flushed forces us to re-read the config.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "c24c720b6135a8f7975bf9af265124eee2d464cb",
      "tree": "c1460ab9ad60850aed68b25ba6d98a931adc352e",
      "parents": [
        "2d1a3968971366fab7000664959a2d5a39b48996"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jul 02 16:12:57 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jul 02 16:12:57 2009 -0700"
      },
      "message": "Fix error parsing a non-existant configuration file\n\nIf a file (e.g. ~/.gitconfig) does not exist, we get None\nhere rather than a string.  NoneType lacks rstrip() so we\ncannot strip it.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "2d1a3968971366fab7000664959a2d5a39b48996",
      "tree": "1ddc4efeb0c045d32f25716021b1d017e3447bc4",
      "parents": [
        "1dcb58a7d0f07bf358ba485733580413ebe2478b"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jul 02 13:18:42 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jul 02 13:18:55 2009 -0700"
      },
      "message": "Document how to contribute to the repo project\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "1dcb58a7d0f07bf358ba485733580413ebe2478b",
      "tree": "d6aba27e0585a06d103cf859339f5bdb5c4f101a",
      "parents": [
        "37dbf2bf0fa799530052ffd010dadbd4c01b7746"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jul 02 12:45:47 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jul 02 12:45:47 2009 -0700"
      },
      "message": "Support GIT_EDITOR\u003d\u0027vim -c \"set textwidth\u003d80\"\u0027\n\nIf there are shell special characters in the editor string, we must\nuse /bin/sh to parse and execute it, rather than trying to rely on\na simple split(\u0027 \u0027).  This avoids vim starting up with two empty\nbuffers, due to a misparsed command line.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "37dbf2bf0fa799530052ffd010dadbd4c01b7746",
      "tree": "9e9be8619020ba6b6de2bc28ba5da94fa69e6188",
      "parents": [
        "438c54713a7ca56fba2a7985b6563aa076b17169"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jul 02 10:53:04 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jul 02 10:53:04 2009 -0700"
      },
      "message": "Try to prevent \u0027repo sync\u0027 as a user name\n\nWhen someone copies and pastes a setup line from a web page,\nthey might actually copy \u0027repo sync\u0027 onto the clipboard and wind\nup pasting it into the \"Your Name\" prompt.  This means they will\ninitialize their client with the user name of \"repo sync\", creating\nsome rather funny looking commits later on.  For example:\n\n  To setup your source tree:\n\n    mkdir ~/code\n    cd ~/code\n    repo init -u git://....\n    repo sync\n\nIf this entire block was just blindly copy and pasted into the\nterminal, the shell won\u0027t read \"repo sync\" but \"repo init\" will.\n\nBy showing the user their full identity string, and asking them\nto confirm it before we continue, we can give the hapless user a\nchance to recover from this mistake, without unfairly harming those\nwho were actually named \u0027repo\u0027 by their parents.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "438c54713a7ca56fba2a7985b6563aa076b17169",
      "tree": "cdb2d8cfd5e05d3659f9b7bc9c5a5191d322df5f",
      "parents": [
        "e020ebee4e3e4e2ddefd72d41ac0035e6d528725"
      ],
      "author": {
        "name": "David Aguilar",
        "email": "davvid@gmail.com",
        "time": "Sun Jun 28 15:09:16 2009 -0700"
      },
      "committer": {
        "name": "David Aguilar",
        "email": "davvid@gmail.com",
        "time": "Mon Jun 29 00:24:36 2009 -0700"
      },
      "message": "git_config: handle configuration entries with no values\n\nA git-config entry with no value was preventing repo\nfrom initializing.  This modifies _ReadGit() to handle\nconfig entries with empty values.\n\nSigned-off-by: David Aguilar \u003cdavvid@gmail.com\u003e\nReported-by: Josh Guilfoyle \u003cjasta00@gmail.com\u003e\n"
    },
    {
      "commit": "e020ebee4e3e4e2ddefd72d41ac0035e6d528725",
      "tree": "0e98ff750c6984fd24146fc0b96a4e8865b35e17",
      "parents": [
        "21c5c34ee28036e595aab3cfc72e58c6c8f526b3"
      ],
      "author": {
        "name": "David Aguilar",
        "email": "davvid@gmail.com",
        "time": "Sun Jun 28 15:08:56 2009 -0700"
      },
      "committer": {
        "name": "David Aguilar",
        "email": "davvid@gmail.com",
        "time": "Sun Jun 28 15:08:56 2009 -0700"
      },
      "message": ".gitignore: add an entry for repopickles\n\nSigned-off-by: David Aguilar \u003cdavvid@gmail.com\u003e\n"
    },
    {
      "commit": "21c5c34ee28036e595aab3cfc72e58c6c8f526b3",
      "tree": "f40717343efa47e15535172cf0b4bf776a870891",
      "parents": [
        "54fccd71fbdc60adf99b9a9bf4712c121d4312ba"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jun 25 16:47:30 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jun 25 16:47:30 2009 -0700"
      },
      "message": "Support detached HEAD in manifest repository\n\nIf the manifest repository is on a detached HEAD and we are parsing\nan XML formatted manifest we should simply set the branch property\nto None, rather than crash with an AttributeError.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "54fccd71fbdc60adf99b9a9bf4712c121d4312ba",
      "tree": "d51eb84344c0433e12335b1000ce3526b1368cf8",
      "parents": [
        "fb5c8fd948dea211cd8f43477855de44c273a1bf"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Wed Jun 24 07:09:51 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Wed Jun 24 07:15:21 2009 -0700"
      },
      "message": "Document any crashes from the user\u0027s text editor\n\nRather than failing with no information, display the child exit\nstatus and the command line we tried to use to edit a text file.\nThere may be some useful information to help understand the crash.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "fb5c8fd948dea211cd8f43477855de44c273a1bf",
      "tree": "2cce2f23bf0c4c013fca6d3531b59bedf9759621",
      "parents": [
        "26120ca18dd8c2567b0df5a533d52d53c4111bc2"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Jun 16 14:57:46 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Jun 16 14:59:19 2009 -0700"
      },
      "message": "Fix invalid use of try-catch\n\nIts try-except in Python.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "26120ca18dd8c2567b0df5a533d52d53c4111bc2",
      "tree": "08168f9a38f9498fb8abb348204a5bb97dcf1e7c",
      "parents": [
        "7da73d6f3ba579c67e58499b785dc4ac5beb9391"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Jun 16 11:49:10 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Jun 16 11:49:10 2009 -0700"
      },
      "message": "Don\u0027t crash if the ssh client is already dead\n\nIf the SSH client terminated abnormally in the background (e.g. the\nserver shutdown while we were doing a sync) then the pid won\u0027t exist.\nInstead of crashing, ignore it, the result we wanted (a non-orphaned\nssh process) is already acheived.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "7da73d6f3ba579c67e58499b785dc4ac5beb9391",
      "tree": "d23bc6178fbd43b4ef904d8fcf9f5db318d56209",
      "parents": [
        "f0d4c36701613dc9c305208d81b139208e40414c"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jun 12 17:35:43 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jun 12 17:35:43 2009 -0700"
      },
      "message": "branches: Describe output format in `repo help branches`\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "f0d4c36701613dc9c305208d81b139208e40414c",
      "tree": "e33abb1c63aeacd3160aad4301025b4cde056208",
      "parents": [
        "2ec00b92724982708071dc0eed707659468d2bcf"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jun 12 09:33:48 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jun 12 09:33:48 2009 -0700"
      },
      "message": "grep: Only use --color on git 1.6.3 and later\n\nThe --color flag wasn\u0027t introduced until git 1.6.3.  Prior to that\nversion, `git grep --color` just produces a fatal error, as it is\nan unsupported option.  Since this is just pretty output and is not\ncritical to execution, we can simply omit the option if the version\nof git we are running on doesn\u0027t support it.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "2ec00b92724982708071dc0eed707659468d2bcf",
      "tree": "4af657b8164ea30575b99852a60012ea9ad8e24e",
      "parents": [
        "2a3a81b51f1aee5a2da789d07d14cde61c96e8b7"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jun 12 09:32:50 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jun 12 09:32:50 2009 -0700"
      },
      "message": "Refactor git version detection for reuse\n\nThis way we can use it to detect feature support in the underlying\ngit, such as new options or commands that have been added in more\nrecent versions.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "2a3a81b51f1aee5a2da789d07d14cde61c96e8b7",
      "tree": "83c0e16790ce993efb6be4a8300a2943cecb83ba",
      "parents": [
        "7b4f43542a5dec931f73076d891f8509a69f98e8"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jun 12 09:10:07 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jun 12 09:10:07 2009 -0700"
      },
      "message": "Ignore EOFError when reading a truncated pickle file\n\nIf the pickle config file is 0 bytes in length,  we may have\ncrashed (or been aborted) while writing the file out to disk.\nInstead of crashing with a backtrace, just treat the file as\nthough it wasn\u0027t present and load off a `git config` fork.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "7b4f43542a5dec931f73076d891f8509a69f98e8",
      "tree": "4eb3da5243a341a3c77969f081bbf87cb8bec99d",
      "parents": [
        "9fb29ce123ad26bf1497144a40e337aff8c51ecb"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jun 12 09:06:35 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Jun 12 09:08:34 2009 -0700"
      },
      "message": "Add missing return False to preconnect\n\nNoticed by users on repo-discuss, we were missing a return False\nhere to signal that SSH control master was not used to setup the\nnetwork connection.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "9fb29ce123ad26bf1497144a40e337aff8c51ecb",
      "tree": "f23b28c647529b40532f2e5bb7a39c7b3af7ec81",
      "parents": [
        "3a68bb4c7f50897c0dbca59ca47aef463a9ad8d0"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jun 04 20:41:02 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jun 04 20:41:26 2009 -0700"
      },
      "message": "sync: Keep the project.list file sorted\n\nIts easier to locate an entry visually if the file is sorted.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "3a68bb4c7f50897c0dbca59ca47aef463a9ad8d0",
      "tree": "7d469d0d1c996106fa5a90747ee644f7bcda881e",
      "parents": [
        "cd1d7ff81e0b4ab481f83ff883505dbf2442d5be"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jun 04 16:18:09 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jun 04 16:21:01 2009 -0700"
      },
      "message": "sync: Tolerate blank lines in project.list\n\nIf a line is blank in project.list, its not a relevant project path,\nso skip over it.  Existing project.list files may have blank lines if\nsync was run with no projects at all, and the file was created empty.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "cd1d7ff81e0b4ab481f83ff883505dbf2442d5be",
      "tree": "e3240e2f0faea4c065f00b0fb07487d2b9747e31",
      "parents": [
        "da88ff4411e02225a6d511666ed82f7f9711a752"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jun 04 16:15:53 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Jun 04 16:20:02 2009 -0700"
      },
      "message": "sync: Don\u0027t process project.list in a mirror\n\nWe have no working tree, so we cannot update the project.list\nstate file, nor should we try to delete a directory if a project is\nremoved from the manifest.  Clients would still need the repository\nfor historical records.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "da88ff4411e02225a6d511666ed82f7f9711a752",
      "tree": "e6f1cfb44f76c703dcef9ef5168360d94f5a22a3",
      "parents": [
        "8135cdc53c8737c242a5ba122491c9308a3407d8"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Wed Jun 03 11:09:12 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Wed Jun 03 11:09:31 2009 -0700"
      },
      "message": "Silence \u0027Current branch %s is up to date\u0027 during sync\n\nWe accidentally introduced this message during 1.6.8 by always\ninvoking `git rebase` when there were no new commits from the\nupstream, but the user had local commits.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "8135cdc53c8737c242a5ba122491c9308a3407d8",
      "tree": "06242ed7759f379e1836598a15cf2fcc91938daf",
      "parents": [
        "4f2517ff1174cd485f0ac93705b0fa9348595f6f"
      ],
      "author": {
        "name": "Jaikumar Ganesh",
        "email": "jaikumar@google.com",
        "time": "Tue Jun 02 15:07:44 2009 -0700"
      },
      "committer": {
        "name": "Jaikumar Ganesh",
        "email": "jaikumar@google.com",
        "time": "Tue Jun 02 15:08:45 2009 -0700"
      },
      "message": "Delete empty parent subdirs after deleting obsolete paths.\n\nAfter sync, we delete obsolete project paths.\nIterate and delete parent subdirs which are empty.\nTested on projects within subdirectories.\n"
    },
    {
      "commit": "4f2517ff1174cd485f0ac93705b0fa9348595f6f",
      "tree": "3d1db8ebf482ca75e8d5d75a589d4b578659f8cb",
      "parents": [
        "fe200eeb520e1b50c00d359ca9e138f6149ce0f2"
      ],
      "author": {
        "name": "Jaikumar Ganesh",
        "email": "jaikumar@google.com",
        "time": "Mon Jun 01 21:10:33 2009 -0700"
      },
      "committer": {
        "name": "Jaikumar Ganesh",
        "email": "jaikumar@google.com",
        "time": "Tue Jun 02 11:00:53 2009 -0700"
      },
      "message": "Update project paths after sync.\n\nAfter a repo sync, some of the project paths might need\nto be removed. This changes maintains a list of project\npaths from the previous sync operation and compares.\n"
    },
    {
      "commit": "fe200eeb520e1b50c00d359ca9e138f6149ce0f2",
      "tree": "9b99437d382d6de77956c1cad57b62aceb41e52a",
      "parents": [
        "078a8b270ff7b8b8c3da5029b1d3ff690fb94cc1"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon Jun 01 15:28:21 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon Jun 01 15:28:21 2009 -0700"
      },
      "message": "Fix unnecessary self in project.py\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "078a8b270ff7b8b8c3da5029b1d3ff690fb94cc1",
      "tree": "fd882674144c816a0adc9d013d3def5f484c7122",
      "parents": [
        "3c8dea1f8d7c4257d080f9f34159cdb2fffb81e6"
      ],
      "author": {
        "name": "Kis Gergely",
        "email": "gergely.kis@mattakis.com",
        "time": "Mon Jun 01 23:35:56 2009 +0200"
      },
      "committer": {
        "name": "Kis Gergely",
        "email": "gergely.kis@mattakis.com",
        "time": "Tue Jun 02 00:09:07 2009 +0200"
      },
      "message": "Add PyDev project files to repo\n"
    },
    {
      "commit": "3c8dea1f8d7c4257d080f9f34159cdb2fffb81e6",
      "tree": "2a5e48ce93bc913076034f88f8878e4bfffef4dc",
      "parents": [
        "8ad8a0e61d919e76f521f3124c91bd46fbaa84e2"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri May 29 18:38:17 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri May 29 18:45:20 2009 -0700"
      },
      "message": "Change project.revision to revisionExpr and revisionId\n\nThe revisionExpr field now holds an expression from the manifest,\nsuch as \"refs/heads/master\", while revisionId holds the current\ncommit-ish SHA-1 of the revisionExpr.  Currently that is only\nfilled in if the manifest points directly to a SHA-1.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "8ad8a0e61d919e76f521f3124c91bd46fbaa84e2",
      "tree": "fba74635a3cab4aecd5f9d7dd8672756db3e67e8",
      "parents": [
        "d1f70d9929ddd2748ccc9c1dd2f9603068e1f3e6"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri May 29 18:28:25 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri May 29 18:45:17 2009 -0700"
      },
      "message": "Change DWIMery hack for dealing with rewound remote branch\n\nThe trick of looking at the reflog for the remote tracking branch\nand only going back one commit works some of the time, but not all of\nthe time.  Its sort of relying on the fact that the user didn\u0027t use\n`repo sync -n` or `git fetch` to only update the tracking branches\nand skip the working directory update.\n\nDoing this right requires looking through the history of the SHA-1\nsource (what the upstream used to be) and finding a spot where the\nDAG diveraged away suddenly, and consider that to be the rewind\npoint.  That\u0027s really difficult to do, as we don\u0027t have a clear\npicture of what that old point was.\n\nA close approximation is to list all of the commits that are in\nHEAD, but not the new upstream, and rebase all of those where the\ncommitter email address is this user\u0027s email address.  In most cases,\nthis will effectively rebase only the user\u0027s new original work.\n\nIf the user is the project maintainer and rewound the branch\nthemselves, and they don\u0027t want all of the commits they have created\nto be rebased onto the new upstream, they should handle the rebase\non their own, after the sync is complete.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "d1f70d9929ddd2748ccc9c1dd2f9603068e1f3e6",
      "tree": "746fa0d1ace702f114357d1798bc67eddd1b79a9",
      "parents": [
        "c8a300f6397dad7db00c3654ff6e50e9519ed7c9"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue May 19 14:58:02 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri May 29 09:31:28 2009 -0700"
      },
      "message": "Refactor how projects parse remotes so it can be replaced\n\nWe now feed Project a RemoteSpec, instead of the Remote directly\nfrom the XmlManifest.  This way the RemoteSpec already has the\nfull project URL, rather than just the base, permitting other\ntypes of manifests to produce the URL in their own style.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "c8a300f6397dad7db00c3654ff6e50e9519ed7c9",
      "tree": "4bd29d3d580e53965b66ed2d10e13507584fe577",
      "parents": [
        "1b34c9118ed86a15b0bc1094804c095dd7be33cb"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon May 18 13:19:57 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri May 29 09:31:28 2009 -0700"
      },
      "message": "Refactor Manifest to be XmlManifest\n\nWe\u0027ll soon be supporting two different manifest formats, but we\ncan\u0027t immediately remove support for the current XML one that is\nin wide spread use within Android.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "1b34c9118ed86a15b0bc1094804c095dd7be33cb",
      "tree": "ed27e9a6636f99f1c8e917028c52bb060a52179a",
      "parents": [
        "366ad214b82cadc32920b371f7f99f3f6894ec6f"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu May 21 18:52:49 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri May 29 09:31:00 2009 -0700"
      },
      "message": "Allow callers of GitConfig to specify the pickle file path\n\nThis way we can put it in another directory than the config file\nitself, e.g. hide it inside \".git\" when parsing a \".gitmodules\"\nfile from the working tree.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "366ad214b82cadc32920b371f7f99f3f6894ec6f",
      "tree": "c77245ffbd172a5f3a6cc6c41dbe14eb4140e9d5",
      "parents": [
        "242b52690d327a77e47140509085f406155c5722"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue May 19 12:47:37 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue May 19 13:02:00 2009 -0700"
      },
      "message": "Teach GitConfig how to yield subsection names\n\nThis can be useful when pulling apart a configuration file, like\nfinding all entries which match submodule.*.*.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "242b52690d327a77e47140509085f406155c5722",
      "tree": "92b58b51e6f0b38bea6cc98a0c67604c5d08b7f1",
      "parents": [
        "4cc70ce501321733a1b389e685e964d34b3b4cf5"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue May 19 13:00:29 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue May 19 13:01:52 2009 -0700"
      },
      "message": "Remove support for the extra \u003cremote\u003e definitions in manifests\n\nThese aren\u0027t that widely used, and actually make it difficult for\nusers to fully mirror a forest of repositories, and then permit\nsomeone else to clone off that forest, rather then the original\nupstream servers.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "4cc70ce501321733a1b389e685e964d34b3b4cf5",
      "tree": "d8d30b416faf3cbfe20d07ef3d0f020a16649791",
      "parents": [
        "498a0e8a79ab76eeb6adc40f12b04d59820716f9"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue May 19 12:49:46 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue May 19 13:01:48 2009 -0700"
      },
      "message": "Remove unused parsing support for \u003crequire commit\u003d\"\"/\u003e\n\nWe haven\u0027t supported this in a while, but the parser was still here.\nIts all dead code, so strip it out.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "498a0e8a79ab76eeb6adc40f12b04d59820716f9",
      "tree": "5b7eb4032e2a979f901a5a5b5cde05b9796ab4cc",
      "parents": [
        "bc7ef67d9bfcebe17c89eb57cb465d0d6d1d999d"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon May 18 12:28:54 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon May 18 12:28:57 2009 -0700"
      },
      "message": "Make \u0027repo branches -a\u0027 the default behavior\n\nExtensive discussion with users lead to the fact that needing to\nsupply -a to view what they really wanted to see was just wrong.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "bc7ef67d9bfcebe17c89eb57cb465d0d6d1d999d",
      "tree": "f5cb5e47c6d5ad8bc2ebfdcdef55df77f62349a9",
      "parents": [
        "2f968c943b1c6f61f867fa9b87105836e0e5f354"
      ],
      "author": {
        "name": "Ficus Kirkpatrick",
        "email": "ficus@android.com",
        "time": "Mon May 04 12:45:11 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue May 05 15:01:18 2009 -0700"
      },
      "message": "Automatically guess Gerrit change number in \"repo upload --replace\"\n\nThis feature only works if you have one commit to replace right now\n(the common case).\n"
    },
    {
      "commit": "2f968c943b1c6f61f867fa9b87105836e0e5f354",
      "tree": "8593b144cfb90a1780ec86591b45039c4c86422f",
      "parents": [
        "2b5b4ac29275ee49184a8aee98f60b744890f5bb"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Apr 30 14:30:28 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Apr 30 14:30:28 2009 -0700"
      },
      "message": "Fix ssh://user@hostname/ style URLs parsing\n\nI only tested this with ssh://hostname/ style URLs, so I failed\nto test ssh://user@hostname/ format, which failed if the hostname\nportion was longer than 1 character.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "2b5b4ac29275ee49184a8aee98f60b744890f5bb",
      "tree": "badc77e3f0fc036888766b39386be0e595551472",
      "parents": [
        "6f6cd77a50fd4ffff360d4aee1c6bc05bfb802c1"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Apr 23 17:22:18 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Apr 23 17:22:18 2009 -0700"
      },
      "message": "Disable SSH ControlMaster option on Cygwin\n\nBug: REPO-29\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "6f6cd77a50fd4ffff360d4aee1c6bc05bfb802c1",
      "tree": "981870a18b126f8d5a257eac80f8610a6175aaf0",
      "parents": [
        "896d5dffd313a2ad91fd8bee750241a6512b25dc"
      ],
      "author": {
        "name": "Ficus Kirkpatrick",
        "email": "ficus@android.com",
        "time": "Wed Apr 22 17:27:12 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Wed Apr 22 18:05:50 2009 -0700"
      },
      "message": "Require a project or \u0027--all\u0027 to be specified when using \u0027repo start\u0027.\n"
    },
    {
      "commit": "896d5dffd313a2ad91fd8bee750241a6512b25dc",
      "tree": "c2f11ce9393b2f27cff759578cad6bb5c7bdf486",
      "parents": [
        "9360966bd2ff68fd7257b50df1a7fcb5e62fe189"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Apr 21 14:51:04 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Apr 21 14:51:04 2009 -0700"
      },
      "message": "Fix UnboundLocalError: local variable \u0027port\u0027 when using SSH\n\nIf the SSH URL doesn\u0027t contain a port number, but uses the ssh://\nor git+ssh:// syntax we raised a Python runtime error due to the\n\u0027port\u0027 local variable not being assigned a value.  Default it to\nthe IANA assigned port for SSH, 22.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "9360966bd2ff68fd7257b50df1a7fcb5e62fe189",
      "tree": "d9e7183ddde5e647ae2a417b278e7c1e90a5379c",
      "parents": [
        "ef9ce1d0a556211687cec6a782de366407255f41"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Apr 21 10:50:33 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Apr 21 10:54:59 2009 -0700"
      },
      "message": "Perform copy file activity when creating a new work directory\n\nPerformance improvements in repo sync caused us to skip out of the\ninitial Sync_LocalHalf without ever running CopyFiles, so we didn\u0027t\ncreate the top level Makefile in new clients whose manifest request\none with a \u003ccopyfile\u003e element.\n\nNow we run CopyFiles after the initial read-tree that populates\nthe project working directory.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "ef9ce1d0a556211687cec6a782de366407255f41",
      "tree": "6227c6102e0bd412ffc5ac6c5ef4033d6bc0e293",
      "parents": [
        "05f66b6836ffa4a0a309a4909cb3f8c4a7351727"
      ],
      "author": {
        "name": "Wink Saville",
        "email": "wink@google.com",
        "time": "Tue Apr 21 10:00:16 2009 -0700"
      },
      "committer": {
        "name": "Wink Saville",
        "email": "wink@google.com",
        "time": "Tue Apr 21 10:00:16 2009 -0700"
      },
      "message": "Change -p command to use stdout instead of stderr.\n"
    },
    {
      "commit": "05f66b6836ffa4a0a309a4909cb3f8c4a7351727",
      "tree": "9e12c76532af7eebe67d462d215740b5e2953d8c",
      "parents": [
        "eb7af87bcfc67798b58a99422988b9c368d7d642"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Apr 21 08:26:32 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Apr 21 08:28:06 2009 -0700"
      },
      "message": "Fix \u0027repo sync\u0027 rebase logic on a published branch\n\nIf the current branch is published, but all published commits are\nmerged into the manifest revision, but there is also at least one\nunpublished commit on the current branch, we should rebase the\nunpublished commit, rather than creating a merge commit.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "eb7af87bcfc67798b58a99422988b9c368d7d642",
      "tree": "4c72901e9c2bf8b44242ca4076fb24fd962ae8b8",
      "parents": [
        "938d608c9c47401fbdb60f3188c718e2f2569bd0"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Apr 21 08:02:04 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Apr 21 08:28:06 2009 -0700"
      },
      "message": "Document the SSH ControlMaster behavior of repo sync\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "938d608c9c47401fbdb60f3188c718e2f2569bd0",
      "tree": "d4b617e189c187ffbc44d8c4add9047c418118e4",
      "parents": [
        "d63bbf44dc22994ad3cdd73cf852f3d91d87b3f8"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Apr 21 08:01:17 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Apr 21 08:28:06 2009 -0700"
      },
      "message": "Support a level 2 heading in help description text\n\nThe level 2 headings (denoted by ~) indent the heading two spaces,\nbut continue to use the bold formatter to offset them from the\nother surrounding text.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "d63bbf44dc22994ad3cdd73cf852f3d91d87b3f8",
      "tree": "f3fca75ef50280259369c607a7320ba5f02dad02",
      "parents": [
        "a8421a128a2f0a5e6dcca7e37e36ceb63c9291c4"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Apr 21 08:05:27 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Tue Apr 21 08:05:27 2009 -0700"
      },
      "message": "Work around \u0027ControlPath too long\u0027 on Mac OS X\n\nMac OS X sets TMPDIR to a very long path within /var, so long\nthat a socket created in that location is too big for a struct\nsockaddr_un on the platform, resulting in OpenSSH being unable\nto create or bind to a socket in that location.\n\nInstead we try to use the very short and very common /tmp, but\nfall back to the guessed default if /tmp does not exist.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "a8421a128a2f0a5e6dcca7e37e36ceb63c9291c4",
      "tree": "e1015c05e22d29ab23303bd88ba33c06f8631208",
      "parents": [
        "fb2316146f6e3036e0cc3e08653920964a428a15"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 16:57:46 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 16:57:46 2009 -0700"
      },
      "message": "Fix launching of editor under \u0027repo upload --replace\u0027\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "fb2316146f6e3036e0cc3e08653920964a428a15",
      "tree": "f19c5c65a035f547ada03496f1576524e4602665",
      "parents": [
        "8bd5e60b16080008771afcaa7de7084487b84780"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 18:53:46 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 16:50:47 2009 -0700"
      },
      "message": "Automatically use SSH control master support during sync\n\nBy creating a background ssh \"control master\" process which lives\nfor the duration of our sync cycle we can easily cut the time for\na no-op sync of 132 projects from 60s to 18s.\n\nBug: REPO-11\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "8bd5e60b16080008771afcaa7de7084487b84780",
      "tree": "1952d4841c15116ae9d26f311a8bc01d09e83e74",
      "parents": [
        "3d2cdd0ea533e885183ba2952b2bfa05eb1d05ab"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 15:31:36 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 15:31:36 2009 -0700"
      },
      "message": "Make \u0027repo status\u0027 show the branch you are currently on\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "3d2cdd0ea533e885183ba2952b2bfa05eb1d05ab",
      "tree": "a55b6335c7073432914d5c22b2423f4e08b6f630",
      "parents": [
        "4e3d6739a17dcc9efc5adb1d915be0a886db700e"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 15:26:10 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 15:26:10 2009 -0700"
      },
      "message": "Highlight projects which still have sync failures during \u0027repo status\u0027\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "4e3d6739a17dcc9efc5adb1d915be0a886db700e",
      "tree": "6338654fb30ced3fe92b83f1d4e724ee416cf633",
      "parents": [
        "552ac89929db1794200290550dccdd7f3078d13f"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 15:18:35 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 15:18:35 2009 -0700"
      },
      "message": "Print \u0027(no branches)\u0027 if the output of `repo branches` is empty\n\nThis way its clear the command did something, and reported\nthat it had nothing to show you, because you have no active\nbranches in this client.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "552ac89929db1794200290550dccdd7f3078d13f",
      "tree": "1da257e391ce65db9ba34fb954ebb9f95a1648ff",
      "parents": [
        "89e717d9481c0c69292a39f85599f5df8277b004"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 15:15:24 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 15:15:24 2009 -0700"
      },
      "message": "Modify \u0027repo abandon\u0027 to be more like \u0027repo checkout\u0027 and \u0027repo start\u0027\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "89e717d9481c0c69292a39f85599f5df8277b004",
      "tree": "1fc613edd34eb349b673505b872be21a416ab52f",
      "parents": [
        "0f0dfa3930bc16078ef0b1a00ff6849333038fc7"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 15:04:41 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 15:04:41 2009 -0700"
      },
      "message": "Improve checkout performance for the common unmodified case\n\nMost projects will have their branch heads matching in all branches,\nso switching between them should be just a matter of updating the\nwork tree\u0027s HEAD symref.  This can be done in pure Python, saving\nquite a bit of time over forking \u0027git checkout\u0027.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "0f0dfa3930bc16078ef0b1a00ff6849333038fc7",
      "tree": "e802a68c96d4132199aa2a9d721a56403e0d12d2",
      "parents": [
        "76ca9f8145f367f83df19981da4dd934fdda471b"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 14:53:39 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 14:53:39 2009 -0700"
      },
      "message": "Add progress meter to \u0027repo start\u0027\n\nThis is mostly useful if the number of projects to switch is many\n(e.g. all of Android) and a large number of them are behind the\ncurrent manifest revision.  We wind up needing to run git just to\nmake the working tree match, and that often makes the command take\na couple of seconds longer than we\u0027d like.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "76ca9f8145f367f83df19981da4dd934fdda471b",
      "tree": "d6c095928fd2b1131972206b3c3f498843a736a6",
      "parents": [
        "accc56d82b902e7c7a22401db710958fcb1c7b58"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 14:48:03 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 14:48:03 2009 -0700"
      },
      "message": "Make usage of open safer by setting binary mode and closing fds\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "accc56d82b902e7c7a22401db710958fcb1c7b58",
      "tree": "3c3d233fe188315df9d87ddc247672a92167a3f5",
      "parents": [
        "db45da12089bf131579d100ff7990cbc18d07325"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 14:45:51 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 14:45:51 2009 -0700"
      },
      "message": "Speed up \u0027repo start\u0027 by removing some forks\n\nIts quite common for most projects to be matching the current\nmanifest revision, as most developers only modify one or two projects\nat any one time.  We can speed up `repo start foo` (that impacts\nthe entire client) by performing most of the branch creation and\nswitch operations in pure Python, and thus avoid 4 forks per project.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "db45da12089bf131579d100ff7990cbc18d07325",
      "tree": "c81dbff8a644272dc12cfcdc129ee1f0db3a559f",
      "parents": [
        "50fa1ac6db388c0aa16751b5ad69d296e5eea047"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 13:49:13 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 13:49:13 2009 -0700"
      },
      "message": "Add -p to `repo forall` to improve output formatting\n\nWhen trying to read log output from many projects at once it can\nbe difficult to make sense of which messages came from where.\n\nFor many professional developers it is common to want to view the\nlast week\u0027s worth of your work, so you can write a weekly summary\nof your activity for your status report.\n\nThis is easier with the new -p option:\n\n  repo forall -pc git log --reverse --since\u003d1.week.ago --author\u003dsop\n\nproduces a report of all commits written by me in the last week,\nformatted in a paged output display, with headers inserted in\nfront of each project\u0027s output.\n\nWhere this can be even more useful is with git log\u0027s pickaxe,\ne.g. now we can use:\n\n  repo forall -pc git log -Sbar v1.0..v1.1\n\nto locate all additions or removals of the symbol \u0027bar\u0027 since v1.0,\nup to and including v1.1.  Before displaying the matching commits in\na project, a project header is shown, giving the user some context\ninformation for the matching results.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "50fa1ac6db388c0aa16751b5ad69d296e5eea047",
      "tree": "e72428e0a0f54bbf22f659a4c9b97e16503fb77d",
      "parents": [
        "5da554f294a062c5c469d0a60b6f2ce6a0b3f669"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:44:33 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:44:33 2009 -0700"
      },
      "message": "Clarify the option section header in \u0027repo help grep\u0027\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "5da554f294a062c5c469d0a60b6f2ce6a0b3f669",
      "tree": "7bd4469054cf5d19f25b68200845015e483e62f8",
      "parents": [
        "77bb4af241ddfeacfe463272d681f188f92f98b0"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:44:00 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:44:00 2009 -0700"
      },
      "message": "Show options help after the summary for a command\n\nIt is a bit clearer to read this way.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "77bb4af241ddfeacfe463272d681f188f92f98b0",
      "tree": "2bad36b41f003df3ac0277a8fcc3ea5662fa5c88",
      "parents": [
        "fd89b67f5c3ad94f050509e1421c73aff380c0a7"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:33:32 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:33:32 2009 -0700"
      },
      "message": "Improve the help text for \u0027repo init\u0027\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "fd89b67f5c3ad94f050509e1421c73aff380c0a7",
      "tree": "889c0c8d1aac82009348b687d1b965baab1be371",
      "parents": [
        "a490f03dc23792a86bbe5b2b8c89b32f39774c80"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:28:57 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:28:57 2009 -0700"
      },
      "message": "Clarify options that control the repo executable version\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "a490f03dc23792a86bbe5b2b8c89b32f39774c80",
      "tree": "60f1c904b47259643b40f0d7267a2136b3519c7a",
      "parents": [
        "deec0536d657be178e8eed2d597afb9fdc716e99"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:25:58 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:25:58 2009 -0700"
      },
      "message": "Correct note about local_manifest.xml capabilities\n\nWith the \u003cremove-project\u003e element we can remove projects, and\nfully replace them with a different definition.  So this note\nis out of date.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "deec0536d657be178e8eed2d597afb9fdc716e99",
      "tree": "44069dcbed8bf4130a3980086be96dfec96bc7bd",
      "parents": [
        "06e556d202cc6944227667a0664ec7b8eca32076"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:22:13 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:22:13 2009 -0700"
      },
      "message": "Only display project path in \u0027repo stage -i\u0027\n\nGenerally we only show the project path, relative from the top of the\nclient.  Showing the project name may be confusing for the end-user.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "06e556d202cc6944227667a0664ec7b8eca32076",
      "tree": "ed28ad5e1559c54dae8fee3d31cda664ac3b9107",
      "parents": [
        "8225cdc56b9763ef4c000fe72db3e6ae68fc3736"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:19:01 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:19:01 2009 -0700"
      },
      "message": "Improve the help text for \u0027repo start\u0027\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "8225cdc56b9763ef4c000fe72db3e6ae68fc3736",
      "tree": "bfda0cb56fdb1e2f44bd50716e57146ad55ee1a7",
      "parents": [
        "337fb9c7e9e9806cef81918c1446c3cf4d4833d4"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:00:35 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 11:00:35 2009 -0700"
      },
      "message": "Display the URL we will upload changes to for review\n\nThis gives the user the last chance to confirm where the change is\ngoing to be sent to.  Knowing the review server URL will help the\nuser decide if continuing with the upload makes sense.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "337fb9c7e9e9806cef81918c1446c3cf4d4833d4",
      "tree": "f5eca7b61c30bedfaf8eaa13671cdf5e61fd8d28",
      "parents": [
        "9bb961785832356ac7f3f2516d4627cc391a2997"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 10:59:33 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 10:59:33 2009 -0700"
      },
      "message": "Improve the help text for \u0027repo upload\u0027\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "9bb961785832356ac7f3f2516d4627cc391a2997",
      "tree": "4510ccafe1ffb506680fe5bf47382c6287523120",
      "parents": [
        "f6906876719a665819c603604603570363389d0d"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 10:53:27 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 10:53:27 2009 -0700"
      },
      "message": "Remove unused methods from project.ReviewableBranch\n\nThese used to be used back when we had Gerrit 1.x support and used\nHTTP based uploads to transmit changes for review.  Since we moved\nentirely to Gerrit 2.x, these are no longer called.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "f6906876719a665819c603604603570363389d0d",
      "tree": "a309fe795eff059f5f464fd522fff74af148415b",
      "parents": [
        "336f7bd0ed70f5ee2595463b6bd8dd277e90c833"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 10:49:00 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 10:49:00 2009 -0700"
      },
      "message": "Only fetch repo once-per-day under normal \u0027repo sync\u0027 usage\n\nIts unlikely that a new version of repo will be delivered in any\ngiven day, so we now check only once every 24 hours to see if repo\nhas been updated.  This reduces the sync cost, as we no longer need\nto contact the repo distribution servers every time we do a sync.\n\nrepo selfupdate can still be used to force a check.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "336f7bd0ed70f5ee2595463b6bd8dd277e90c833",
      "tree": "4854b1808bcda18221e097a69c993c4a0cf6137a",
      "parents": [
        "2810cbc7784e9a21e7001c31b65af94fd9ba7a5b"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 10:39:28 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 10:39:28 2009 -0700"
      },
      "message": "Avoid git fork on the common case of repo not changing\n\nUsually repo is upgraded only once a week, if that often.  Most of\nthe time we invoke HasChanges on the repo project (or even on the\nmanifest project) the current HEAD will resolve to the same SHA-1\nas the remote tracking ref, and there are therefore no changes.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "2810cbc7784e9a21e7001c31b65af94fd9ba7a5b",
      "tree": "d127eb13f4749cb40a4f58ce3a83985083751a8a",
      "parents": [
        "6ed4e2834639d0b08686882d2e39cd736d66c688"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 10:09:16 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 10:09:16 2009 -0700"
      },
      "message": "Only display a progress meter once we spend 0.5 seconds on a task\n\nThe point of the progress meter is to let the user know that the\ntask is progressing, and give them a chance to estimate when it will\nbe complete.  If the task completes in under 0.5 seconds then it\nis sufficiently fast enough that the user doesn\u0027t need to be kept\nup-to-date on its progress; in fact showing the meter may just slow\nthe task down waiting on the tty to redraw.\n\nWe now delay the progress meter 0.5 seconds (or 1 second if the\nPython time.time() function isn\u0027t accurate enough) to avoid any\nreally fast tasks, like a no-op local sync.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "6ed4e2834639d0b08686882d2e39cd736d66c688",
      "tree": "216ff96fd66a7dd0527305e2e96803e704a0d37a",
      "parents": [
        "ad3193a0e587073dee0edef46bdf24f6c6e09779"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 09:59:18 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 09:59:18 2009 -0700"
      },
      "message": "Disable the progress meter when trace is enabled\n\nThe trace output often interfers with the progress meter, so its\neasier to just disable the progress meter if trace is active.\nIts already verbose enough to let the user know we are working,\nwhich is all the progress meter is there for anyway.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "ad3193a0e587073dee0edef46bdf24f6c6e09779",
      "tree": "84ed1894e6f590455ee361beb049c1c271c4e0e7",
      "parents": [
        "b81ac9e65444d0f54d2b6dd24d20b74945c9a36a"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 09:54:51 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Sat Apr 18 09:54:51 2009 -0700"
      },
      "message": "Fix `repo --trace` to show ref and config loads\n\nThe value of the varible TRACE was copied during the import, which\nhappens before the --trace option can be processed.  So instead we\nnow use a function to determine if the value is set, as the function\ncan be safely copied early during import.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "b81ac9e65444d0f54d2b6dd24d20b74945c9a36a",
      "tree": "717c5afa16ee88c9b409ce298c95d6f150118775",
      "parents": [
        "0f3dd233ecaf8d145ddb33a5ef1b8d3d71ade476"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 20:44:26 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 21:03:45 2009 -0700"
      },
      "message": "Enable tracing of ref scans and config unpickling\n\nThese are not as expensive as spawning a git command, but they are\nnot free either.  We want to keep track of how many times we wind\nup calling them on any particular operation.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "0f3dd233ecaf8d145ddb33a5ef1b8d3d71ade476",
      "tree": "327212154350ab031cbd64e39c8ef93cbd9bb6b5",
      "parents": [
        "c12c360f89d4d1cc0a0ad80c4ea0785f84be1848"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 20:32:44 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 21:03:45 2009 -0700"
      },
      "message": "Avoid unnecessary git symbolic-ref calls during repo sync\n\nIf the m/BRANCH ref is already pointing at the value set in the\nmanifest there is no reason to set it again.  Leave it alone,\nthus saving a full fork+exec call.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "c12c360f89d4d1cc0a0ad80c4ea0785f84be1848",
      "tree": "7e875709a4270e681f7335b7a3171b14b2d8e313",
      "parents": [
        "fbcde472cadfc8319016faca90cb5b57f7a00ee4"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 21:03:32 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 21:03:45 2009 -0700"
      },
      "message": "Pickle parsed git config files\n\nWe now cache the output of `git config --list` for each of our\nGitConfig instances in a Python pickle file.  These can be read\nback in using only the Python interpreter at a much faster rate\nthan we can fork+exec the git config process.\n\nIf the corresponding git config file has a newer modification\ntimestamp than the pickle file, we delete the pickle file and\nregenerate it.  This ensures that any edits made by the user\nwill be taken into account the next time we consult the file.\n\nThis reduces the time for a no-op repo sync from 0.847s to 0.269s.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "fbcde472cadfc8319016faca90cb5b57f7a00ee4",
      "tree": "ee0b2eb641c2874f5d150d0e5b1556778e308b42",
      "parents": [
        "d237b698652120f4d859b6f9e12e3aa15aa7b2d5"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 20:58:02 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 21:03:45 2009 -0700"
      },
      "message": "Improve repo sync performance by avoid git forks\n\nBy resolving the current HEAD and the manifest revision using pure\nPython, we can in the common case of \"no changes\" avoid a lot of\ngit operations and directly jump out of the local sync method.\n\nThis reduces the no-op `repo sync -l` time for Android\u0027s 114 projects\nfrom more than 6s to under 0.8s.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "d237b698652120f4d859b6f9e12e3aa15aa7b2d5",
      "tree": "007a9736befbfaadfe022fbd99c0ab3d1ced0f3f",
      "parents": [
        "5b23f24881505ae77bf7a43d66663a7f2968b3c1"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 18:49:50 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 21:03:41 2009 -0700"
      },
      "message": "Implement git ref reading purely in Python\n\nIts much faster to read the refs from 114 projects when the reader\nis pure Python and just doing file IO than forking 114 git commands\nand parsing their output.\n\nThe reader caches refs based upon file mtimes.  If any single ref\nfile has been modified since the last read, we re-read the entire\nrepository\u0027s ref namespace.  This simplifies the code as we don\u0027t\nneed to worry about shooting down symbolic-refs, but it may cause\nmore IO than is necessary if only one ref gets updated.\n\nThis change drops `repo branches` in Android from 1.658s to 0.206s.\nLikewise, `repo sync` improves dramatically as well.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "5b23f24881505ae77bf7a43d66663a7f2968b3c1",
      "tree": "5e543f57d62b99b677eada896c03e63e5143083b",
      "parents": [
        "66bdd468717a6f52056924837b766cf60889f2ed"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 18:43:33 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 20:59:44 2009 -0700"
      },
      "message": "Implement \u0027git symbolic-ref HEAD\u0027 in Python\n\nThis is invoked once per project in `repo sync`.  Taking it out\nsaves about 1/114 of a second, so on a large set of projects like\nAndroid it can save up to a full second of sync time.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "66bdd468717a6f52056924837b766cf60889f2ed",
      "tree": "c066bcf6b82bf33070933c7235e21956c9ea9f6a",
      "parents": [
        "a608fb024ba0d6b1534e514e3ad2265a9f187182"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 18:47:22 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 20:54:39 2009 -0700"
      },
      "message": "Only compute commits in repo upload if we need to show a prompt\n\nIf the user has disabled a prompt, skip the two commands we use to\nobtain the list of commits and the date of the branch.  These will\nnever be displayed and just waste the end-user\u0027s time.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "a608fb024ba0d6b1534e514e3ad2265a9f187182",
      "tree": "c0f7e2f688fd78eeb0a4a70585968c5aa1fd6404",
      "parents": [
        "f8e3273decd883f334939cb24e542d47aba21a43"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 12:11:24 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 12:11:24 2009 -0700"
      },
      "message": "Allow review.URL.autoupload to skip prompting during `repo upload`\n\nIf review.URL.autoupload is set to true in a project\u0027s .git/config\nor in ~/.gitconfig then `repo upload` will automatically upload,\nand skip prompting the end-user.\n\nConversely, if review.URL.autoupload is set to false, then repo\nwill refuse to upload to that project.\n\nBug: REPO-25\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "f8e3273decd883f334939cb24e542d47aba21a43",
      "tree": "a66cbf8e107ee6914abb2ad1c4fd6a3c54807fe1",
      "parents": [
        "006734b7981289856f71501f3685fd0ee6d27a6d"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 11:00:31 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 11:00:31 2009 -0700"
      },
      "message": "Supporrt mixed case subsection names in Git config files\n\nIn the case of:\n\n  [url \"Foo\"]\n    insteadOf \u003d Bar\n\nWe should return \"Bar\" for the key \"url.Foo.insteadof\", but not\nfor the key \"url.foo.insteadof\".  This requires splitting the\nkey into its components and only lower casing the section and\nvalue name, leaving the subsection portion alone.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "006734b7981289856f71501f3685fd0ee6d27a6d",
      "tree": "426fba3c9549db88cb58363c5c4ba121406e7b6f",
      "parents": [
        "350cde4c4bec5e7b5776cf52d61da600af3efc31"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 10:27:49 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 17 10:28:25 2009 -0700"
      },
      "message": "Remove confusing message from repo sync output\n\nSomeone pointed out this message isn\u0027t always the truth; so we\nshouldn\u0027t print it.  The code path is executed when there are\npublished commits, yet our output talks about unpublished ones.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "350cde4c4bec5e7b5776cf52d61da600af3efc31",
      "tree": "45c09f4113cf5d7c0d5430360344c5d97d93304e",
      "parents": [
        "48244781c2cad1565b4b32b4524ff9931a39f848"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Apr 16 11:21:18 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Apr 16 11:21:18 2009 -0700"
      },
      "message": "Change repo sync to be more friendly when updating the tree\n\nWe now try to sync all projects that can be done safely first, before\nwe start rebasing user commits over the upstream.  This has the nice\neffect of making the local tree as close to the upstream as possible\nbefore the user has to start resolving merge conflicts, as that extra\ninformation in other projects may aid in the conflict resolution.\n\nInformational output is buffered and delayed until calculation for\nall projects has been done, so that the user gets one concise list\nof notice messages, rather than it interrupting the progress meter.\n\nFast-forward output is now prefixed with the project header, so the\nuser can see which project that update is taking place in, and make\nsome relation of the diffstat back to the project name.\n\nRebase output is now prefixed with the project header, so that if\nthe rebase fails, the user can see which project we were operating\non and can try to address the failure themselves.\n\nSince rebase sits on a detached HEAD, we now look for an in-progress\nrebase during sync, so we can alert the user that the given project\nis in a state we cannot handle.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "48244781c2cad1565b4b32b4524ff9931a39f848",
      "tree": "d408008547b22af4141ba4593064bda618e04ab7",
      "parents": [
        "19a83d80854d88f079f8d6530812b50948f0e28c"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Apr 16 08:25:57 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Apr 16 08:25:57 2009 -0700"
      },
      "message": "Refactor error message display in project.py\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "19a83d80854d88f079f8d6530812b50948f0e28c",
      "tree": "2ca943f3833963b4d34d1a675dc9f6ed2f1bd201",
      "parents": [
        "b1168ffadaff387a8b7ab9a9c861073035c505a8"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Apr 16 08:14:26 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Apr 16 08:23:29 2009 -0700"
      },
      "message": "Use default rebase during sync instead of rebase -i\n\nrebase interactive (aka rebase -i) has changed in newer versions\nof git, and doesn\u0027t always generate the sequence of commits the\nsame way it used to.  It also doesn\u0027t handle having a previously\napplied commit try to be applied again.\n\nThe default rebase algorithm is better suited to our needs.\nIt uses --ignore-if-in-upstream when generating the patch series\nfor git-am, and git-am with its 3-way fallback is able to handle\na rename case just as well as the cherry-pick variant used by -m.\nIts also a generally faster implementation.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "b1168ffadaff387a8b7ab9a9c861073035c505a8",
      "tree": "8a922e173391861b2426c9700d9caa5765666249",
      "parents": [
        "4c5c7aa74b2dec2cbfb6b6bd7e24d5922e92c112"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Apr 16 08:00:42 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Thu Apr 16 08:05:05 2009 -0700"
      },
      "message": "Don\u0027t divide by zero in progress meter\n\nIf there are no projects to fetch, the progress meter would\nhave divided by zero during `repo sync`, and that throws a\nZeroDivisionError.  Instead we report the progress with an\nunknown amount remaining.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "4c5c7aa74b2dec2cbfb6b6bd7e24d5922e92c112",
      "tree": "68cd00e83ba4e2a8435a47ad95d0e78c5bb500e9",
      "parents": [
        "ff84fea0bb67e249888e826af88286b9ccc5fab3"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon Apr 13 14:06:10 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon Apr 13 14:06:34 2009 -0700"
      },
      "message": "Document \u0027repo status\u0027 output\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "ff84fea0bb67e249888e826af88286b9ccc5fab3",
      "tree": "da273ea2d5a8910f05f12c8367dc996a810397f6",
      "parents": [
        "d33f43a75472cb5104e444c50b880ac3ab2de603"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon Apr 13 12:11:59 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon Apr 13 12:11:59 2009 -0700"
      },
      "message": "Fix formatting of \u0027repo help sync\u0027\n\nThe formatting for the enviroment variable section was incorrect.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "d33f43a75472cb5104e444c50b880ac3ab2de603",
      "tree": "5095c306a520a0af4685ba8454a2d4a206be8ef3",
      "parents": [
        "e756c412e35b9ac1a126985d4d047dbd52f29277"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon Apr 13 12:11:31 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon Apr 13 12:11:31 2009 -0700"
      },
      "message": "Cleanup checkout help to match other commands\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "e756c412e35b9ac1a126985d4d047dbd52f29277",
      "tree": "e5ed4a87a8b078e44c5369fbdf08b8e1c05d1ef6",
      "parents": [
        "b812a3623646adf38f30dd5cf7e92f1e704669a2"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon Apr 13 11:51:15 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Mon Apr 13 11:53:53 2009 -0700"
      },
      "message": "Add \u0027repo selfupdate\u0027 to upgrade only repo\n\nUsers may want to upgrade only repo to the latest release, but\nleave their working tree state alone and avoid \u0027repo sync\u0027.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "b812a3623646adf38f30dd5cf7e92f1e704669a2",
      "tree": "d4bad0b64d6a4ac58df42e6d9d0b9730e00fe7d7",
      "parents": [
        "161f445a4dc4518199b132ee4c380788aee2ac63"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 20:37:47 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 20:37:47 2009 -0700"
      },
      "message": "Add \u0027repo grep\u0027 to support searching all projects\n\nUsers can now use \u0027repo grep\u0027 to search all projects, rather than\n\u0027repo forall -c git grep\u0027.  Its not only shorter to type, but it\nalso filters results better by highlighting which projects matched\nin the client workspace.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "161f445a4dc4518199b132ee4c380788aee2ac63",
      "tree": "5fad9f5ba60ed8915614163e8d8e5c72135347ab",
      "parents": [
        "68194f42b0b0e59f206b8e997c26f6a16b74fd4f"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 17:41:44 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 19:01:08 2009 -0700"
      },
      "message": "status: tell the user the working tree is clean\n\nIf there is nothing output at all, tell the user the working tree is\ncompletely clean.  It just gives them a bit more of a warm-fuzzy\nfeeling knowing repo and until the end.  It also more closely\nmatches with the output of git status.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "68194f42b0b0e59f206b8e997c26f6a16b74fd4f",
      "tree": "c9a0a35ed66be9c0321e8ecf896d283bc0af763a",
      "parents": [
        "b1562faee09fe9eb84ea2d1eaf52bf841e2fe811"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 16:48:52 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 19:01:04 2009 -0700"
      },
      "message": "Add a project progress meter to \u0027repo sync\u0027\n\nThis way users can see how much is left during fetch.  Its\nespecially useful when most syncs are no-ops but there are\nhundreds of repositories to poll.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "b1562faee09fe9eb84ea2d1eaf52bf841e2fe811",
      "tree": "f52d37132ea35e1c3d69341e6f2ea547964c3c6e",
      "parents": [
        "3e768c9dc7f77cb2960f990f6e2d15890e96abdb"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 17:04:08 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 17:08:02 2009 -0700"
      },
      "message": "Add \u0027repo sync -l\u0027 to only do local operations\n\nThis permits usage of \u0027repo sync\u0027 while offline, as we bypass the\nnetwork based portions of the code and do only the local sync.\n\nAn example use case might be:\n\n  repo sync -n  ; # while we have network\n  ... some time later ...\n  repo sync -l  ; # while without network, come up to date\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "3e768c9dc7f77cb2960f990f6e2d15890e96abdb",
      "tree": "b5d256542c4e6aeeb467cd830584941542c8362f",
      "parents": [
        "96fdcef9e3087d71266d5c78e4a9716e3afa6d41"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 16:59:36 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 17:08:02 2009 -0700"
      },
      "message": "Add \u0027repo sync -d\u0027 to detach projects from their current topic\n\nThe -d flag moves the project back to a detached HEAD state,\nmatching what is listed in the manifest.  This can be useful to\nset a client to something stable (or at least well-known), such as\nbefore a sequence of \u0027repo download\u0027 commands are used to get some\nchanges for testing.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "96fdcef9e3087d71266d5c78e4a9716e3afa6d41",
      "tree": "2c98825daced9c0ab44f7be11048c438094684eb",
      "parents": [
        "2a1ccb2b0ca6a975614b96271fccd82a58394157"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 16:29:20 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 17:07:52 2009 -0700"
      },
      "message": "Add \u0027repo sync -n\u0027 to only do the network transfer\n\nThis makes it easier to update all repositories, without actually\nimpacting the working directory, or learning about how to use\n`repo forall -c \u0027git fetch $REPO_REMOTE\u0027 `.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "2a1ccb2b0ca6a975614b96271fccd82a58394157",
      "tree": "f5d454e5ea13ead06ed7bf2d2d657126913d1274",
      "parents": [
        "0a389e94de32151189b7064d96eaaa0aa6cdb4a3"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 16:51:53 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 17:07:32 2009 -0700"
      },
      "message": "Hide the internal sync --repo-upgraded flag from users\n\nThis is only meant to be passed through while repo upgrades itself\nduring a sync.  It should never be something a user invokes on\ntheir own.\n\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    },
    {
      "commit": "0a389e94de32151189b7064d96eaaa0aa6cdb4a3",
      "tree": "526a877b54a070746b7a0ae8b5657baa9e7aed0e",
      "parents": [
        "2675c3f8b5865edff4fe6ec60187b32deef5041d"
      ],
      "author": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 16:21:18 2009 -0700"
      },
      "committer": {
        "name": "Shawn O. Pearce",
        "email": "sop@google.com",
        "time": "Fri Apr 10 16:21:18 2009 -0700"
      },
      "message": "Make \u0027repo start\u0027 restartable upon failures\n\nIf `repo start foo` fails due to uncommitted and unmergeable changes\nin a single project, we have switched half of the projects over to\nthe new target branches, but didn\u0027t on the one that failed to move.\n\nThis change improves the situation by doing three things differently:\n\n- We keep going when we encounter an error, so other projects\n  that can successfully switch still switch.\n\n- We ignore projects whose current branch is already on the\n  requested name; they are logically already setup.\n\n- We checkout the branch if it already exists, rather than\n  trying to recreate the branch.\n\nBug: REPO-22\nSigned-off-by: Shawn O. Pearce \u003csop@google.com\u003e\n"
    }
  ],
  "next": "2675c3f8b5865edff4fe6ec60187b32deef5041d"
}
