<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git, branch issue-232-reproduction</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<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://git.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://git.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://git.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 previously failing test</title>
<updated>2015-01-15T18:16:08+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-15T18:16:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=a9a5414300a245b6e93ea4f39fbca792c3ec753f'/>
<id>a9a5414300a245b6e93ea4f39fbca792c3ec753f</id>
<content type='text'>
It actually revealed a bug in the implementation of Submodule.add,
which just showed in python 3 for the wrong reasons. Thankfully,
failing tests after all allowed to get this issue fixed ... .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It actually revealed a bug in the implementation of Submodule.add,
which just showed in python 3 for the wrong reasons. Thankfully,
failing tests after all allowed to get this issue fixed ... .
</pre>
</div>
</content>
</entry>
<entry>
<title>Verified that it apparently is impossible to add empty submodules using git-python.</title>
<updated>2015-01-15T17:05:48+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-15T17:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=26fc5866f6ed994f3b9d859a3255b10d04ee653d'/>
<id>26fc5866f6ed994f3b9d859a3255b10d04ee653d</id>
<content type='text'>
This is the case with `git submodule add` as well. This makes sense as
an empty git repository doesn't have a commit, which needs to be specified
as SHA in the parent repositories tree entry for the respective submodule.

When manually adding the empty submodule to the .gitmodules file, git-python
will throw another error related to the inability to find the submodule
in the index.

Even if an iteration would be possible, git-python would now throw
a BadName exception, which clearly indicates that the 'HEAD' revision
is invalid (as it doesn't point to any commit).

Fixes #152
Fixes #105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the case with `git submodule add` as well. This makes sense as
an empty git repository doesn't have a commit, which needs to be specified
as SHA in the parent repositories tree entry for the respective submodule.

When manually adding the empty submodule to the .gitmodules file, git-python
will throw another error related to the inability to find the submodule
in the index.

Even if an iteration would be possible, git-python would now throw
a BadName exception, which clearly indicates that the 'HEAD' revision
is invalid (as it doesn't point to any commit).

Fixes #152
Fixes #105
</pre>
</div>
</content>
</entry>
<entry>
<title>Submodule.add() can now handle absolute module paths in agreement to the doc string.</title>
<updated>2015-01-15T15:53:15+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-15T15:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=508807e59ce9d6c3574d314d502e82238e3e606c'/>
<id>508807e59ce9d6c3574d314d502e82238e3e606c</id>
<content type='text'>
Previously, it would say it can handle absolute module paths, but didn't
actually do so.
A test-case was improved to check for this case.

Fixes #161
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, it would say it can handle absolute module paths, but didn't
actually do so.
A test-case was improved to check for this case.

Fixes #161
</pre>
</div>
</content>
</entry>
<entry>
<title>For some reason, the new submodule test still broke on py3</title>
<updated>2015-01-15T15:21:07+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-15T15:21:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=b259098782c2248f6160d2b36d42672d6925023a'/>
<id>b259098782c2248f6160d2b36d42672d6925023a</id>
<content type='text'>
Adjusted code to not check for .gitmodules existence anymore, we will
deal with it.

Fixes #117
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjusted code to not check for .gitmodules existence anymore, we will
deal with it.

Fixes #117
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the first submodule will no longer cause an IOError.</title>
<updated>2015-01-15T15:03:47+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-15T15:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=27c31e2fde54c0587c032ccffdaa7c4ddf5b2ae5'/>
<id>27c31e2fde54c0587c032ccffdaa7c4ddf5b2ae5</id>
<content type='text'>
This is verified by the respective test.

Fixes #117
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is verified by the respective test.

Fixes #117
</pre>
</div>
</content>
</entry>
<entry>
<title>Added sphinx build process to end of travis test chain</title>
<updated>2015-01-15T14:40:55+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-15T14:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=a41a8b93167a59cd074eb3175490cd61c45b6f6a'/>
<id>a41a8b93167a59cd074eb3175490cd61c45b6f6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://git.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>
</feed>
