<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/git/test, branch 0.3.2</title>
<subtitle>Forked from https://github.com/gitpython-developers/GitPython</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/'/>
<entry>
<title>Updated README to better represent current state</title>
<updated>2014-11-14T14:31:40+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T14:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=d3e5d9cda8eae5b0f19ac25efada6d0b3b9e04e5'/>
<id>d3e5d9cda8eae5b0f19ac25efada6d0b3b9e04e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #200 from dbaxa/0.3-with-unicode-fixes</title>
<updated>2014-11-12T08:23:33+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-12T08:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=6404168e6f990462c32dbe5c7ac1ec186f88c648'/>
<id>6404168e6f990462c32dbe5c7ac1ec186f88c648</id>
<content type='text'>
0.3 with unicode fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
0.3 with unicode fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Basic test for __unpack_args to verify unicode handling works</title>
<updated>2014-11-12T02:31:20+00:00</updated>
<author>
<name>Craig Northway</name>
<email>craig.northway@gmail.com</email>
</author>
<published>2014-07-25T01:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=f03e6162f99e4bfdd60c08168dabef3a1bdb1825'/>
<id>f03e6162f99e4bfdd60c08168dabef3a1bdb1825</id>
<content type='text'>
(cherry picked from commit 8fa25b1cd5a82679c7b12d546b96c30cafed0559)
Signed-off-by: David Black &lt;dblack@atlassian.com&gt;

Conflicts:
	git/test/test_git.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 8fa25b1cd5a82679c7b12d546b96c30cafed0559)
Signed-off-by: David Black &lt;dblack@atlassian.com&gt;

Conflicts:
	git/test/test_git.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Support multiple refspecs in fetch.</title>
<updated>2014-07-03T06:46:45+00:00</updated>
<author>
<name>Robert Collins</name>
<email>rbtcollins@hp.com</email>
</author>
<published>2014-07-03T06:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=237d47b9d714fcc2eaedff68c6c0870ef3e0041a'/>
<id>237d47b9d714fcc2eaedff68c6c0870ef3e0041a</id>
<content type='text'>
Git supports fetching many refs at once - support this in GitPython
too for more efficient operations when selectively mirroring
repositories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Git supports fetching many refs at once - support this in GitPython
too for more efficient operations when selectively mirroring
repositories.
</pre>
</div>
</content>
</entry>
<entry>
<title>add git command options</title>
<updated>2014-04-25T15:37:44+00:00</updated>
<author>
<name>Eric Brunson</name>
<email>ebrunson@quicinc.com</email>
</author>
<published>2014-04-23T17:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=f5ec638a77dd1cd38512bc9cf2ebae949e7a8812'/>
<id>f5ec638a77dd1cd38512bc9cf2ebae949e7a8812</id>
<content type='text'>
Add __call__ method to Git object to allow
passing git command options to the executable
requires flag to transform_kwargs
add unit tests

Change-Id: If1bc01008e66d3fd3811c15b56e58f38c95b9887
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add __call__ method to Git object to allow
passing git command options to the executable
requires flag to transform_kwargs
add unit tests

Change-Id: If1bc01008e66d3fd3811c15b56e58f38c95b9887
</pre>
</div>
</content>
</entry>
<entry>
<title>add git command options</title>
<updated>2014-04-25T15:32:17+00:00</updated>
<author>
<name>Eric Brunson</name>
<email>ebrunson@quicinc.com</email>
</author>
<published>2014-04-23T17:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=f2df73b317a4e2834037be8b67084bee0b533bfe'/>
<id>f2df73b317a4e2834037be8b67084bee0b533bfe</id>
<content type='text'>
Add __call__ method to Git object to allow
passing git command options to the executable
requires flag to transform_kwargs
add unit test

Change-Id: If1bc01008e66d3fd3811c15b56e58f38c95b9887
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add __call__ method to Git object to allow
passing git command options to the executable
requires flag to transform_kwargs
add unit test

Change-Id: If1bc01008e66d3fd3811c15b56e58f38c95b9887
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor modifications to get tests back to work.</title>
<updated>2014-02-10T19:07:48+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-02-10T18:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=dbe78c02cbdfd0a539a1e04976e1480ac0daf580'/>
<id>dbe78c02cbdfd0a539a1e04976e1480ac0daf580</id>
<content type='text'>
Two tests are failing in the latest git version, would have to dig into it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two tests are failing in the latest git version, would have to dig into it
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjusted required versions of pre-requisites, now the majority of the tests work</title>
<updated>2014-02-10T18:37:33+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-02-10T18:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e4654ca3a17832a7d479e5d8e3296f004c632183'/>
<id>e4654ca3a17832a7d479e5d8e3296f004c632183</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tabs to 4 spaces - this won't make integrating the patches easier, but it's probably a good idea to go a little more pep8 (and fix sins of my youth ;) )</title>
<updated>2014-02-09T20:09:00+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-02-09T20:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=f573b6840509bf41be822ab7ed79e0a776005133'/>
<id>f573b6840509bf41be822ab7ed79e0a776005133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed testcase</title>
<updated>2011-07-18T15:49:56+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-07-18T15:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=d5cbe7d7de5a29c7e714214695df1948319408d0'/>
<id>d5cbe7d7de5a29c7e714214695df1948319408d0</id>
<content type='text'>
a test cases was asserting the wrong variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a test cases was asserting the wrong variable
</pre>
</div>
</content>
</entry>
</feed>
