<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/AUTHORS, branch 2.1.7</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>Merge branch 'master' into master</title>
<updated>2017-09-28T13:44:55+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-09-28T13:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=2e482a20ab221cb6eca51f12f1bd29cda4eec484'/>
<id>2e482a20ab221cb6eca51f12f1bd29cda4eec484</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2017-09-28T13:17:25+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-09-28T13:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=58998fb2dd6a1cad5faffdc36ae536ee6b04e3d2'/>
<id>58998fb2dd6a1cad5faffdc36ae536ee6b04e3d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into adding_setup_for_git_executable</title>
<updated>2017-09-28T13:13:15+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-09-28T13:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a56136f9cb48a17ae15b59ae0f3f99d9303b1cb1'/>
<id>a56136f9cb48a17ae15b59ae0f3f99d9303b1cb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>util: move expand_path from repo/base and use it in Git class init</title>
<updated>2017-08-25T09:55:56+00:00</updated>
<author>
<name>Alexis Horgix Chotard</name>
<email>alexis.horgix.chotard@gmail.com</email>
</author>
<published>2017-08-25T09:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a2d678792d3154d5de04a5225079f2e0457b45b7'/>
<id>a2d678792d3154d5de04a5225079f2e0457b45b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added myself</title>
<updated>2017-07-19T23:25:47+00:00</updated>
<author>
<name>Anson Mansfield</name>
<email>anson.mansfield@gmail.com</email>
</author>
<published>2017-07-19T23:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=251128d41cdf39a49468ed5d997cc1640339ccbc'/>
<id>251128d41cdf39a49468ed5d997cc1640339ccbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified AUTHORS file</title>
<updated>2017-07-09T20:12:13+00:00</updated>
<author>
<name>Odegard, Ken</name>
<email>ken.odegard@gmail.com</email>
</author>
<published>2017-07-09T20:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e8cb31db6b3970d1e983f10b0e0b5eeda8348c7e'/>
<id>e8cb31db6b3970d1e983f10b0e0b5eeda8348c7e</id>
<content type='text'>
Added my name to list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added my name to list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Repo: handle worktrees better</title>
<updated>2017-07-01T11:59:17+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-06-26T18:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=aec58a9d386d4199374139cd1fc466826ac3d2cf'/>
<id>aec58a9d386d4199374139cd1fc466826ac3d2cf</id>
<content type='text'>
This makes Repo("foo") work when foo/.git is a file of the form created
by "git worktree add", i.e. it's a text file that says:

gitdir: /home/me/project/.git/worktrees/bar

and where /home/me/project/.git/ is the nominal gitdir, but
/home/me/project/.git/worktrees/bar has this worktree's HEAD etc and a
"gitdir" file that contains the path of foo/.git .

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes Repo("foo") work when foo/.git is a file of the form created
by "git worktree add", i.e. it's a text file that says:

gitdir: /home/me/project/.git/worktrees/bar

and where /home/me/project/.git/ is the nominal gitdir, but
/home/me/project/.git/worktrees/bar has this worktree's HEAD etc and a
"gitdir" file that contains the path of foo/.git .

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add base class for package exceptions.</title>
<updated>2017-05-29T03:53:20+00:00</updated>
<author>
<name>Konstantin Popov</name>
<email>konstantin.popov.89@yandex.ru</email>
</author>
<published>2017-04-17T11:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=0bbcf2fc648561e4fc90ee4cc5525a3257604ec1'/>
<id>0bbcf2fc648561e4fc90ee4cc5525a3257604ec1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check for GIT_WORK_TREE</title>
<updated>2017-02-24T19:32:25+00:00</updated>
<author>
<name>Timothy B. Hartman</name>
<email>tbhartman@gmail.com</email>
</author>
<published>2017-02-24T18:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=8dfa1685aac22a83ba1f60d1b2d52abf5a3d842f'/>
<id>8dfa1685aac22a83ba1f60d1b2d52abf5a3d842f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Guyzmo into AUTHORS</title>
<updated>2016-10-12T07:20:53+00:00</updated>
<author>
<name>Guyzmo</name>
<email>guyzmo+github@m0g.net</email>
</author>
<published>2016-10-12T04:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=52e28162710eb766ffcfa375ef350078af52c094'/>
<id>52e28162710eb766ffcfa375ef350078af52c094</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
