<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/objects/submodule, branch fix-ci-tests</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>gic {init,clone} --separate-git-dir is supported only since 1.7.5</title>
<updated>2015-07-22T11:35:47+00:00</updated>
<author>
<name>Julien Pivotto</name>
<email>roidelapluie@inuits.eu</email>
</author>
<published>2015-07-22T07:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=6fdb6a5eac7433098cfbb33d3e18d6dbba8fa3d3'/>
<id>6fdb6a5eac7433098cfbb33d3e18d6dbba8fa3d3</id>
<content type='text'>
Without this commit the update() function of a submodule does not work
in CentOS 6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this commit the update() function of a submodule does not work
in CentOS 6.
</pre>
</div>
</content>
</entry>
<entry>
<title>typo in submodules api documentation</title>
<updated>2015-07-17T20:10:05+00:00</updated>
<author>
<name>Julien Pivotto</name>
<email>roidelapluie@gmail.com</email>
</author>
<published>2015-07-17T20:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=3438795d2af6d9639d1d6e9182ad916e73dd0c37'/>
<id>3438795d2af6d9639d1d6e9182ad916e73dd0c37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added NullHandlers to all loggers to preven "No handler" messages</title>
<updated>2015-06-25T13:24:40+00:00</updated>
<author>
<name>James Nowell</name>
<email>jcnowell@missionfocus.com</email>
</author>
<published>2015-06-25T13:24:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=aa0ccead680443b07fd675f8b906758907bdb415'/>
<id>aa0ccead680443b07fd675f8b906758907bdb415</id>
<content type='text'>
When the code is run without setting up loggers, the loggers have no
handlers for the emitted messages. The logging module displays:
`No handlers could be found for logger "git.cmd"` on the
console. By adding a NullHandler (a no-op) the message disappears,
and doesn't affect logging when other handlers are configured.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the code is run without setting up loggers, the loggers have no
handlers for the emitted messages. The logging module displays:
`No handlers could be found for logger "git.cmd"` on the
console. By adding a NullHandler (a no-op) the message disappears,
and doesn't affect logging when other handlers are configured.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem with submodules on Windows</title>
<updated>2015-04-07T13:36:49+00:00</updated>
<author>
<name>Markus Siemens</name>
<email>siemens1993@gmail.com</email>
</author>
<published>2015-04-07T12:33:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=1c2502ee83927437442b13b83f3a7976e4146a01'/>
<id>1c2502ee83927437442b13b83f3a7976e4146a01</id>
<content type='text'>
On Windows, `repo.create_submodule(...)` failed because git didn't recognize
the worktree path set in `.git/modules/sub/config` (`fatal: bad config file
line 6 in ./config`). This commit makes `_write_git_file_and_module_config`
convert the worktree path to the linux format (forward slashes) which git
recognizes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Windows, `repo.create_submodule(...)` failed because git didn't recognize
the worktree path set in `.git/modules/sub/config` (`fatal: bad config file
line 6 in ./config`). This commit makes `_write_git_file_and_module_config`
convert the worktree path to the linux format (forward slashes) which git
recognizes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Apparently, git 1.7.9 supports git-files too, lets assume it's starting at 1.7.0</title>
<updated>2015-02-20T17:11:13+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-02-20T17:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=e2feb62c17acd1dddb6cd125d8b90933c32f89e1'/>
<id>e2feb62c17acd1dddb6cd125d8b90933c32f89e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust minimum git version with git-file support.</title>
<updated>2015-02-19T17:29:10+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-02-19T17:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=3d74543a545a9468cabec5d20519db025952efed'/>
<id>3d74543a545a9468cabec5d20519db025952efed</id>
<content type='text'>
As I am pretty sure to have tested it with 1.7.0, I assume they
added the git file feature somewhere between .0 .10.

Fixes #252
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As I am pretty sure to have tested it with 1.7.0, I assume they
added the git file feature somewhere between .0 .10.

Fixes #252
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flake8 issue.</title>
<updated>2015-02-19T16:12:15+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-02-19T16:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=0f5320e8171324a002d3769824152cf5166a21a2'/>
<id>0f5320e8171324a002d3769824152cf5166a21a2</id>
<content type='text'>
It's new in the latest version of flake - thanks travis for letting me know.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's new in the latest version of flake - thanks travis for letting me know.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use uuid instead of tempfile.mkdtmp, which created an actual directory.</title>
<updated>2015-02-19T15:56:13+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-02-19T15:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=5ac93b1d7e0694ceb303ee72c312921a9b1588f4'/>
<id>5ac93b1d7e0694ceb303ee72c312921a9b1588f4</id>
<content type='text'>
That, over time, could have caused slow downs due to file-system hassle.

Fixes #258
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That, over time, could have caused slow downs due to file-system hassle.

Fixes #258
</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://91.123.203.49/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>Fixed regression in test-suite for IndexFile</title>
<updated>2015-01-21T17:57:34+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-21T17:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=d565a874f29701531ce1fc0779592838040d3edf'/>
<id>d565a874f29701531ce1fc0779592838040d3edf</id>
<content type='text'>
Previously, it checked for AssertionErrors, now we have to implement
need-unbare-repo check ourselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, it checked for AssertionErrors, now we have to implement
need-unbare-repo check ourselves.
</pre>
</div>
</content>
</entry>
</feed>
