<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tools/git-repo.git, branch v1.6</title>
<subtitle>Mirror of gerrit.googlesource.com/git-repo</subtitle>
<id>https://git.enea.com/cgit/tools/git-repo.git/atom?h=v1.6</id>
<link rel='self' href='https://git.enea.com/cgit/tools/git-repo.git/atom?h=v1.6'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/'/>
<updated>2009-02-10T19:53:40+00:00</updated>
<entry>
<title>Merge</title>
<updated>2009-02-10T19:53:40+00:00</updated>
<author>
<name>Android Code Review</name>
<email>code-review@android.com</email>
</author>
<published>2009-02-10T19:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=993eedf9fabfad3e929a9161d00db4ae7d9c551c'/>
<id>urn:sha1:993eedf9fabfad3e929a9161d00db4ae7d9c551c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge</title>
<updated>2009-02-10T19:53:30+00:00</updated>
<author>
<name>Android Code Review</name>
<email>code-review@android.com</email>
</author>
<published>2009-02-10T19:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=02e0cdf359c11d9122471c6bde64db07abf19c39'/>
<id>urn:sha1:02e0cdf359c11d9122471c6bde64db07abf19c39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix color parsing to not crash when user defined colors are set</title>
<updated>2009-02-03T00:17:02+00:00</updated>
<author>
<name>Shawn O. Pearce</name>
<email>sop@google.com</email>
</author>
<published>2009-02-03T00:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=a8e98a6962727969da9faa12658596c8b1a14baf'/>
<id>urn:sha1:a8e98a6962727969da9faa12658596c8b1a14baf</id>
<content type='text'>
We didn't use the right Python string methods to parse colors.

  $ git config --global color.status.added yellow

managed to cause a stack trace due to undefined methods trim()
and lowercase().  Instead use strip() and lower().

Signed-off-by: Shawn O. Pearce &lt;sop@google.com&gt;
</content>
</entry>
<entry>
<title>Remove the now unnecessary Makefile</title>
<updated>2009-01-26T18:56:45+00:00</updated>
<author>
<name>Shawn O. Pearce</name>
<email>sop@google.com</email>
</author>
<published>2009-01-26T18:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=5ab508cbcc2baee6c6bbe4bb9470f60ab47c1758'/>
<id>urn:sha1:5ab508cbcc2baee6c6bbe4bb9470f60ab47c1758</id>
<content type='text'>
In a pure Python project run directly from source we really don't
have a need for a Makefile.  Previously it held the rule to update
the protobuf client from Gerrit1, but now that we have retired that
logic we don't need it anymore.

Signed-off-by: Shawn O. Pearce &lt;sop@google.com&gt;
</content>
</entry>
<entry>
<title>Remove the protobuf based HTTP upload code path</title>
<updated>2009-01-26T18:55:39+00:00</updated>
<author>
<name>Shawn O. Pearce</name>
<email>sop@google.com</email>
</author>
<published>2009-01-26T18:55:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=370e3fa6660fa2eb675199104cde9e9d02063cfd'/>
<id>urn:sha1:370e3fa6660fa2eb675199104cde9e9d02063cfd</id>
<content type='text'>
Now that Gerrit2 has been released and the only supported upload
protocol is direct git push over SSH we no longer need the large
and complex protobuf client library, or the upload chunking logic
in gerrit_upload.py.

Signed-off-by: Shawn O. Pearce &lt;sop@google.com&gt;
</content>
</entry>
<entry>
<title>Support Gerrit2's ssh:// based upload</title>
<updated>2009-01-06T00:34:27+00:00</updated>
<author>
<name>Shawn O. Pearce</name>
<email>sop@google.com</email>
</author>
<published>2009-01-06T00:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=b54a392c9a267a06058b663377282c9dcec6878e'/>
<id>urn:sha1:b54a392c9a267a06058b663377282c9dcec6878e</id>
<content type='text'>
In Gerrit2 uploads are sent over "git push ssh://...", as this
is a more efficient transport and is easier to code from external
scripts and/or direct command line usage by an end-user.

Gerrit1's HTTP POST based format is assumed if the review server
does not have the /ssh_info URL available on it.

Signed-off-by: Shawn O. Pearce &lt;sop@google.com&gt;
</content>
</entry>
<entry>
<title>Remove astray comma</title>
<updated>2008-12-31T04:45:04+00:00</updated>
<author>
<name>Marcelo E. Magallon</name>
<email>marcelo.magallon@gmail.com</email>
</author>
<published>2008-12-31T04:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=21f73854006d5e989b5ba6b58e6da198212f2e4b'/>
<id>urn:sha1:21f73854006d5e989b5ba6b58e6da198212f2e4b</id>
<content type='text'>
There's an extra "," at the end of the line, which is causing
trouble when the manifest file specifies a revision for a
project.  Since the default manifest file doesn't specify
revisions for the projects, the problem has gone unnoticed.

Thanks to Barry Silverman &lt;barry@disus.com&gt; for spotting the
issue and providing a patch.

Signed-off-by: Marcelo E. Magallon &lt;marcelo.magallon@gmail.com&gt;
</content>
</entry>
<entry>
<title>Correct the REPO_URL in the wrapper script to android.git.kernel.org</title>
<updated>2008-12-18T15:21:32+00:00</updated>
<author>
<name>Shawn O. Pearce</name>
<email>sop@google.com</email>
</author>
<published>2008-12-18T15:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=24d8dfbc34164a502e6b48df0230526097543762'/>
<id>urn:sha1:24d8dfbc34164a502e6b48df0230526097543762</id>
<content type='text'>
Signed-off-by: Shawn O. Pearce &lt;sop@google.com&gt;
</content>
</entry>
<entry>
<title>Describe upload --replace in upload's help text</title>
<updated>2008-12-12T16:04:07+00:00</updated>
<author>
<name>Shawn O. Pearce</name>
<email>sop@google.com</email>
</author>
<published>2008-12-12T16:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=a6df7d284cc008cc2f21092f5fdd4e32ed28500e'/>
<id>urn:sha1:a6df7d284cc008cc2f21092f5fdd4e32ed28500e</id>
<content type='text'>
Signed-off-by: Shawn O. Pearce &lt;sop@google.com&gt;
</content>
</entry>
<entry>
<title>Don't accept multiple commits for the same change in upload --replace</title>
<updated>2008-12-12T16:01:12+00:00</updated>
<author>
<name>Shawn O. Pearce</name>
<email>sop@google.com</email>
</author>
<published>2008-12-12T16:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=67092448c290ce6bd3f05abc17f4f4d53e4c91bb'/>
<id>urn:sha1:67092448c290ce6bd3f05abc17f4f4d53e4c91bb</id>
<content type='text'>
Gerrit won't permit more than one commit using the same change
number during a replacement request, so we should error out if
the user has asked for this in their upload edit script.

Signed-off-by: Shawn O. Pearce &lt;sop@google.com&gt;
</content>
</entry>
</feed>
