<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/repo, branch 2.1.6</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>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='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/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>Handle non-deterministic __del__ in Repo</title>
<updated>2017-04-09T13:11:56+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-04-09T13:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=39335e6242c93d5ba75e7ab8d7926f5a49c119a3'/>
<id>39335e6242c93d5ba75e7ab8d7926f5a49c119a3</id>
<content type='text'>
Fixes #610
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #610
</pre>
</div>
</content>
</entry>
<entry>
<title>so minor that wasn't even worth my time typing this comment</title>
<updated>2017-04-04T08:36:34+00:00</updated>
<author>
<name>Yaroslav Halchenko</name>
<email>debian@onerussian.com</email>
</author>
<published>2017-04-03T20:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=3ef889531eed9ac73ece70318d4eeb45d81b9bc5'/>
<id>3ef889531eed9ac73ece70318d4eeb45d81b9bc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2017-03-09T10:03:29+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-03-09T09:35:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=8dffba51b4fd88f7d26a43cf6d1fbbe3cdb9f44d'/>
<id>8dffba51b4fd88f7d26a43cf6d1fbbe3cdb9f44d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the use of next to throw an exception when hitting EOF</title>
<updated>2017-03-07T20:23:38+00:00</updated>
<author>
<name>George Hickman</name>
<email>george@ghickman.co.uk</email>
</author>
<published>2017-03-07T12:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=46c4ec22d70251c487a1d43c69c455fc2baab4f0'/>
<id>46c4ec22d70251c487a1d43c69c455fc2baab4f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore all lines of subsequent hunks until last one is found</title>
<updated>2017-03-07T20:23:38+00:00</updated>
<author>
<name>George Hickman</name>
<email>george@ghickman.co.uk</email>
</author>
<published>2017-03-06T16:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=a0788e0be3164acd65e3bc4b5bc1b51179b967ce'/>
<id>a0788e0be3164acd65e3bc4b5bc1b51179b967ce</id>
<content type='text'>
Git version 2.11.1+ introduced extra lines into the subsequent hunk
sections for incremental blame output.  The documentation notes that
parsers of this output should ignore all lines between the start and end
for robust parsing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Git version 2.11.1+ introduced extra lines into the subsequent hunk
sections for incremental blame output.  The documentation notes that
parsers of this output should ignore all lines between the start and end
for robust parsing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'git_work_tree' of https://github.com/tbhartman/GitPython into tbhartman-git_work_tree</title>
<updated>2017-02-25T10:32:28+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-02-25T10:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d3bd3c6b94c735c725f39959730de11c1cebe67a'/>
<id>d3bd3c6b94c735c725f39959730de11c1cebe67a</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 #555 from ankostis/cntxtmman</title>
<updated>2017-02-25T09:32:32+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-02-25T09:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=0181a40db75bb27277bec6e0802f09a45f84ffb3'/>
<id>0181a40db75bb27277bec6e0802f09a45f84ffb3</id>
<content type='text'>
Retrofit `repo` class as context-man to cleanup global mman on repo-delete</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Retrofit `repo` class as context-man to cleanup global mman on repo-delete</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='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/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>DOC: minor typo</title>
<updated>2016-12-31T16:21:49+00:00</updated>
<author>
<name>Raphael Boidol</name>
<email>r.boidol+github@gmail.com</email>
</author>
<published>2016-12-31T16:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=965ccefd8f42a877ce46cf883010fd3c941865d7'/>
<id>965ccefd8f42a877ce46cf883010fd3c941865d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
