<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/remote.py, branch 0.3.6</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Merge branch 'master' into teeberg-master</title>
<updated>2015-01-22T15:28:29+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-22T15:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=5ad07f7b23e762e3eb99ce45020375d2bd743fc5'/>
<id>5ad07f7b23e762e3eb99ce45020375d2bd743fc5</id>
<content type='text'>
Need latest master to proceed with test
Conflicts:
	doc/source/tutorial.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Need latest master to proceed with test
Conflicts:
	doc/source/tutorial.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>Fetch now deals with custom refspecs much better.</title>
<updated>2015-01-22T14:22:39+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-22T14:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=06bec1bcd1795192f4a4a274096f053afc8f80ec'/>
<id>06bec1bcd1795192f4a4a274096f053afc8f80ec</id>
<content type='text'>
Even though the test-csae only verifies this spec:
	+refs/pull/*:refs/heads/pull/*
I could locally verify that it indeed handles other ones just as well:
	+refs/pull/*:refs/pull/*

Fixes #243
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even though the test-csae only verifies this spec:
	+refs/pull/*:refs/heads/pull/*
I could locally verify that it indeed handles other ones just as well:
	+refs/pull/*:refs/pull/*

Fixes #243
</pre>
</div>
</content>
</entry>
<entry>
<title>Overhauled all tutorials, and placed them in a unit-test.</title>
<updated>2015-01-22T11:40:07+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-22T11:40:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=b54b9399920375f0bab14ff8495c0ea3f5fa1c33'/>
<id>b54b9399920375f0bab14ff8495c0ea3f5fa1c33</id>
<content type='text'>
That way they are protected from regression.

Fixes #239
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That way they are protected from regression.

Fixes #239
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some typos</title>
<updated>2015-01-22T05:33:51+00:00</updated>
<author>
<name>Jonas Trappenberg</name>
<email>jonas@trappenberg.ch</email>
</author>
<published>2015-01-21T05:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=1287f69b42fa7d6b9d65abfef80899b22edfef55'/>
<id>1287f69b42fa7d6b9d65abfef80899b22edfef55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added advance usage examples to tutorial and made minor fixes.</title>
<updated>2015-01-21T17:34:58+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-21T17:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e4d3809161fc54d6913c0c2c7f6a7b51eebe223f'/>
<id>e4d3809161fc54d6913c0c2c7f6a7b51eebe223f</id>
<content type='text'>
GIT_PYTHON_TRACE would actually fail (now) if we debugged archive operations.

Related to #239
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GIT_PYTHON_TRACE would actually fail (now) if we debugged archive operations.

Related to #239
</pre>
</div>
</content>
</entry>
<entry>
<title>removed debug code</title>
<updated>2015-01-21T08:35:56+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-21T08:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=0ed61f72c611deb07e0368cebdc9f06da32150cd'/>
<id>0ed61f72c611deb07e0368cebdc9f06da32150cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remote.fetch|pull() will not use poll/threads anymore as only stderr is read.</title>
<updated>2015-01-20T09:05:25+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-20T09:05:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=fe2fbc5913258ef8379852c6d45fcf226b09900b'/>
<id>fe2fbc5913258ef8379852c6d45fcf226b09900b</id>
<content type='text'>
This simplification should improve performance and remove issues like those
in #232.

NOTE: Debug code is still contained here
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This simplification should improve performance and remove issues like those
in #232.

NOTE: Debug code is still contained here
</pre>
</div>
</content>
</entry>
<entry>
<title>Added debug code to keep lines fed into progress handler and the contents of FETCH_HEAD.</title>
<updated>2015-01-16T10:58:15+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-16T10:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=34802014ca0c9546e73292260aab5e4017ffcd9a'/>
<id>34802014ca0c9546e73292260aab5e4017ffcd9a</id>
<content type='text'>
This data will be written into the git-repository itself, prefixed with the
number of the operation.

Thus, a test-run with exactly one fetch operation would look like this afterwards:

ls -l .git
total 96
-----&gt; -rw-r--r--   1 byron  staff   141B Jan 16 11:54 000_debug_git-python_FETCH_HEAD &lt;-----
-----&gt; -rw-r--r--   1 byron  staff   180B Jan 16 11:54 000_debug_git-python_stderr     &lt;-----
-rw-r--r--   1 byron  staff   487B Jan 16 11:54 FETCH_HEAD
-rw-r--r--   1 byron  staff    22B Jan 16 11:54 HEAD
-rw-r--r--   1 byron  staff    41B Jan 16 11:54 ORIG_HEAD
drwxr-xr-x   2 byron  staff    68B Jan 16 11:54 branches/
-rw-r--r--   1 byron  staff   560B Jan 16 11:54 config
-rw-r--r--   1 byron  staff    73B Jan 16 11:54 description
drwxr-xr-x  11 byron  staff   374B Jan 16 11:54 hooks/
-rw-r--r--   1 byron  staff    13K Jan 16 11:54 index
drwxr-xr-x   3 byron  staff   102B Jan 16 11:54 info/
drwxr-xr-x   4 byron  staff   136B Jan 16 11:54 logs/
drwxr-xr-x  12 byron  staff   408B Jan 16 11:54 objects/
-rw-r--r--   1 byron  staff   1.2K Jan 16 11:54 packed-refs
drwxr-xr-x   5 byron  staff   170B Jan 16 11:54 refs/

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This data will be written into the git-repository itself, prefixed with the
number of the operation.

Thus, a test-run with exactly one fetch operation would look like this afterwards:

ls -l .git
total 96
-----&gt; -rw-r--r--   1 byron  staff   141B Jan 16 11:54 000_debug_git-python_FETCH_HEAD &lt;-----
-----&gt; -rw-r--r--   1 byron  staff   180B Jan 16 11:54 000_debug_git-python_stderr     &lt;-----
-rw-r--r--   1 byron  staff   487B Jan 16 11:54 FETCH_HEAD
-rw-r--r--   1 byron  staff    22B Jan 16 11:54 HEAD
-rw-r--r--   1 byron  staff    41B Jan 16 11:54 ORIG_HEAD
drwxr-xr-x   2 byron  staff    68B Jan 16 11:54 branches/
-rw-r--r--   1 byron  staff   560B Jan 16 11:54 config
-rw-r--r--   1 byron  staff    73B Jan 16 11:54 description
drwxr-xr-x  11 byron  staff   374B Jan 16 11:54 hooks/
-rw-r--r--   1 byron  staff    13K Jan 16 11:54 index
drwxr-xr-x   3 byron  staff   102B Jan 16 11:54 info/
drwxr-xr-x   4 byron  staff   136B Jan 16 11:54 logs/
drwxr-xr-x  12 byron  staff   408B Jan 16 11:54 objects/
-rw-r--r--   1 byron  staff   1.2K Jan 16 11:54 packed-refs
drwxr-xr-x   5 byron  staff   170B Jan 16 11:54 refs/

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some doc strings to build correctly with sphinx</title>
<updated>2015-01-14T16:49:33+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-14T16:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6569c4849197c9475d85d05205c55e9ef28950c1'/>
<id>6569c4849197c9475d85d05205c55e9ef28950c1</id>
<content type='text'>
Fixes #7

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #7

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed PY3 support.</title>
<updated>2015-01-08T11:22:29+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-08T11:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e40ad6369bc74d01af4dc41d3a9b8e25ac2aa01e'/>
<id>e40ad6369bc74d01af4dc41d3a9b8e25ac2aa01e</id>
<content type='text'>
Apparently, thanks to an incorrect version check, PY3 ended up using
a git command object database by default. This is now fixed.
Additionally, the update_cache code was adjusted to check for method-existence,
as it's valid to use object databases which simply don't have a
caching mechanism (like the git command object database)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently, thanks to an incorrect version check, PY3 ended up using
a git command object database by default. This is now fixed.
Additionally, the update_cache code was adjusted to check for method-existence,
as it's valid to use object databases which simply don't have a
caching mechanism (like the git command object database)
</pre>
</div>
</content>
</entry>
</feed>
