<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/include/git2/worktree.h, branch ethomson/fsync</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/'/>
<entry>
<title>worktree: extract git_worktree_is_prunable</title>
<updated>2017-02-13T10:13:08+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2017-02-03T12:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=1ba242c9ab0eb323abed1b3bbc770aeb3367d855'/>
<id>1ba242c9ab0eb323abed1b3bbc770aeb3367d855</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>worktree: implement functions reading HEAD</title>
<updated>2017-02-13T10:03:01+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-10-27T11:37:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=04fb12abb24810391fa19af5696eb38629d650df'/>
<id>04fb12abb24810391fa19af5696eb38629d650df</id>
<content type='text'>
Implement `git_repository_head_for_worktree` and
`git_repository_head_detached_for_worktree` for directly accessing a
worktree's HEAD without opening it as a `git_repository` first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement `git_repository_head_for_worktree` and
`git_repository_head_detached_for_worktree` for directly accessing a
worktree's HEAD without opening it as a `git_repository` first.
</pre>
</div>
</content>
</entry>
<entry>
<title>worktree: implement `git_worktree_prune`</title>
<updated>2017-02-13T10:02:03+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-10-21T11:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=f0cfc34105fd68af9eb6e2024459c40c45e7d3a0'/>
<id>f0cfc34105fd68af9eb6e2024459c40c45e7d3a0</id>
<content type='text'>
Implement the `git_worktree_prune` function. This function can be
used to delete working trees from a repository. According to the
flags passed to it, it can either delete the working tree's
gitdir only or both gitdir and the working directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement the `git_worktree_prune` function. This function can be
used to delete working trees from a repository. According to the
flags passed to it, it can either delete the working tree's
gitdir only or both gitdir and the working directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>worktree: implement locking mechanisms</title>
<updated>2017-02-13T10:01:09+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-10-21T14:03:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=2a503485fae6c93c76bd0465c8b3fad5d9e19f6d'/>
<id>2a503485fae6c93c76bd0465c8b3fad5d9e19f6d</id>
<content type='text'>
Working trees support locking by creating a file `locked` inside
the tree's gitdir with an optional reason inside. Support this
feature by adding functions to get and set the locking status.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Working trees support locking by creating a file `locked` inside
the tree's gitdir with an optional reason inside. Support this
feature by adding functions to get and set the locking status.
</pre>
</div>
</content>
</entry>
<entry>
<title>worktree: implement `git_worktree_add`</title>
<updated>2017-02-13T10:00:17+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-10-23T12:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=dea7488e93bdd9a0291d518af58b1cde6d71aca9'/>
<id>dea7488e93bdd9a0291d518af58b1cde6d71aca9</id>
<content type='text'>
Implement the `git_worktree_add` function which can be used to create
new working trees for a given repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement the `git_worktree_add` function which can be used to create
new working trees for a given repository.
</pre>
</div>
</content>
</entry>
<entry>
<title>worktree: implement `git_worktree_validate`</title>
<updated>2017-02-13T09:59:16+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-10-21T11:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=372dc9ff6ada409204b7c3de882e5dad16f30b36'/>
<id>372dc9ff6ada409204b7c3de882e5dad16f30b36</id>
<content type='text'>
Add a new function that checks wether a given `struct
git_worktree` is valid. The validation includes checking if the
gitdir, parent directory and common directory are present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new function that checks wether a given `struct
git_worktree` is valid. The validation includes checking if the
gitdir, parent directory and common directory are present.
</pre>
</div>
</content>
</entry>
<entry>
<title>worktree: introduce `struct git_worktree`</title>
<updated>2017-02-13T09:28:15+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-10-21T10:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=d3bc09e81687ca132226e93ce69b9a28b8d3c66b'/>
<id>d3bc09e81687ca132226e93ce69b9a28b8d3c66b</id>
<content type='text'>
Introduce a new `struct git_worktree`, which holds information
about a possible working tree connected to a repository.
Introduce functions to allow opening working trees for a
repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce a new `struct git_worktree`, which holds information
about a possible working tree connected to a repository.
Introduce functions to allow opening working trees for a
repository.
</pre>
</div>
</content>
</entry>
<entry>
<title>worktree: implement `git_worktree_list`</title>
<updated>2017-02-13T09:28:15+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-10-21T09:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=45f2b7a43ffe77bac3acbf21a041b56f03842ba8'/>
<id>45f2b7a43ffe77bac3acbf21a041b56f03842ba8</id>
<content type='text'>
Add new module for working trees with the `git_worktree_list`
function. The function lists names for all working trees of a
certain repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new module for working trees with the `git_worktree_list`
function. The function lists names for all working trees of a
certain repository.
</pre>
</div>
</content>
</entry>
</feed>
