<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tools/git-repo.git/tests, branch v1.12.2</title>
<subtitle>Mirror of gerrit.googlesource.com/git-repo</subtitle>
<id>https://git.enea.com/cgit/tools/git-repo.git/atom?h=v1.12.2</id>
<link rel='self' href='https://git.enea.com/cgit/tools/git-repo.git/atom?h=v1.12.2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/'/>
<updated>2012-11-14T02:38:57+00:00</updated>
<entry>
<title>Fix inconsistent indentation</title>
<updated>2012-11-14T02:38:57+00:00</updated>
<author>
<name>David Pursehouse</name>
<email>david.pursehouse@sonymobile.com</email>
</author>
<published>2012-11-14T02:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=c1b86a232383748811c6faf17f364e63e10f7dd4'/>
<id>urn:sha1:c1b86a232383748811c6faf17f364e63e10f7dd4</id>
<content type='text'>
The repo coding style is to indent at 2 characters, but there are
many places where this is not followed.

Enable pylint warning "W0311: Bad indentation" and make sure all
indentation is at multiples of 2 characters.

Change-Id: I68f0f64470789ce2429ab11104d15d380a63e6a8
</content>
</entry>
<entry>
<title>Fix error parsing a non-existant configuration file</title>
<updated>2009-07-02T23:12:57+00:00</updated>
<author>
<name>Shawn O. Pearce</name>
<email>sop@google.com</email>
</author>
<published>2009-07-02T23:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=c24c720b6135a8f7975bf9af265124eee2d464cb'/>
<id>urn:sha1:c24c720b6135a8f7975bf9af265124eee2d464cb</id>
<content type='text'>
If a file (e.g. ~/.gitconfig) does not exist, we get None
here rather than a string.  NoneType lacks rstrip() so we
cannot strip it.

Signed-off-by: Shawn O. Pearce &lt;sop@google.com&gt;
</content>
</entry>
<entry>
<title>git_config: handle configuration entries with no values</title>
<updated>2009-06-29T07:24:36+00:00</updated>
<author>
<name>David Aguilar</name>
<email>davvid@gmail.com</email>
</author>
<published>2009-06-28T22:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/tools/git-repo.git/commit/?id=438c54713a7ca56fba2a7985b6563aa076b17169'/>
<id>urn:sha1:438c54713a7ca56fba2a7985b6563aa076b17169</id>
<content type='text'>
A git-config entry with no value was preventing repo
from initializing.  This modifies _ReadGit() to handle
config entries with empty values.

Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
Reported-by: Josh Guilfoyle &lt;jasta00@gmail.com&gt;
</content>
</entry>
</feed>
