<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/Documentation, branch v1.7.1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.7.1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.7.1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2019-09-08T13:50:05+00:00</updated>
<entry>
<title>Expand statfs man page a little and include in build.bash</title>
<updated>2019-09-08T13:50:05+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-09-08T13:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ed230379e7af9312206b591c900ef09cb2fd1302'/>
<id>urn:sha1:ed230379e7af9312206b591c900ef09cb2fd1302</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide a manpage for statfs tool.</title>
<updated>2019-09-08T13:30:29+00:00</updated>
<author>
<name>Felix Lechner</name>
</author>
<published>2019-09-06T16:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=92ae62f9cc6c27e2e434eac1547b4b269663a56b'/>
<id>urn:sha1:92ae62f9cc6c27e2e434eac1547b4b269663a56b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix 'cannot adjust line' warning from man in gocryptfs manpage.</title>
<updated>2019-09-07T12:20:55+00:00</updated>
<author>
<name>Felix Lechner</name>
</author>
<published>2019-09-06T16:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=372e0333b38b9aa8f7fe1062a55169e15f482fbb'/>
<id>urn:sha1:372e0333b38b9aa8f7fe1062a55169e15f482fbb</id>
<content type='text'>
When generating man pages, pandoc marks indented code blocks with the
roff macro '.nf'. That avoids a warning from man related to the long
line about the master key.
</content>
</entry>
<entry>
<title>Fix a typo in gocryptfs manpage.</title>
<updated>2019-09-07T12:13:29+00:00</updated>
<author>
<name>Felix Lechner</name>
</author>
<published>2019-09-06T16:33:06+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=76969e5992eaaedc4350bd97bc488dfc72af96e7'/>
<id>urn:sha1:76969e5992eaaedc4350bd97bc488dfc72af96e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow "nofail" for /etc/fstab use</title>
<updated>2019-03-31T12:33:02+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-03-31T12:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8f2723b387fd3a4f575109a42d7c91059ebfe3fa'/>
<id>urn:sha1:8f2723b387fd3a4f575109a42d7c91059ebfe3fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverse mode: support wildcard exclude (--exclude-wildcard)</title>
<updated>2019-03-26T19:56:37+00:00</updated>
<author>
<name>Eduardo M KALINOWSKI</name>
</author>
<published>2019-02-16T20:55:54+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3bc100aeb3f0763f78c8b3a70165b9f8aaa52db5'/>
<id>urn:sha1:3bc100aeb3f0763f78c8b3a70165b9f8aaa52db5</id>
<content type='text'>
This adds support for gitignore-like wildcards and exclude patters in
reverse mode. It (somewhat) fixes #273: no regexp support, but the
syntax should be powerful enough to satisfy most needs.

Also, since adding a lot of --exclude options can be tedious, it adds
the --exclude-from option to read patterns from a file (or files).
</content>
</entry>
<entry>
<title>gocryptfs-xray man page: I did mean gocryptfs-xray</title>
<updated>2019-03-18T20:22:35+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-03-18T20:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=015cbc8195367da3563ec27ca749521b11539b12'/>
<id>urn:sha1:015cbc8195367da3563ec27ca749521b11539b12</id>
<content type='text'>
...not gocryptfs here.

https://github.com/rfjakob/gocryptfs/pull/380
</content>
</entry>
<entry>
<title>Allow multiple -extpass arguments</title>
<updated>2019-03-03T12:25:30+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-03-03T12:25:30+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=cf27037f20723e934320edeff7f8aa356bdca467'/>
<id>urn:sha1:cf27037f20723e934320edeff7f8aa356bdca467</id>
<content type='text'>
To support arguments containing spaces, -extpass can now
be passed multiple times.

https://github.com/rfjakob/gocryptfs/issues/289
</content>
</entry>
<entry>
<title>Include rendered man page in source tarballs</title>
<updated>2019-03-02T14:43:58+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-03-02T14:40:05+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=61940a9c0666eba8be21de4f1cd182912f74f929'/>
<id>urn:sha1:61940a9c0666eba8be21de4f1cd182912f74f929</id>
<content type='text'>
This gives users who build from the source tarball, but
do not want to install pandoc, access to the man pages.

Apperently the gocryptfs homebrew package ships without
the man pages at the moment to avoid pandoc.

Requested at
https://github.com/rfjakob/gocryptfs/issues/355
</content>
</entry>
<entry>
<title>A few more spelling fixes.</title>
<updated>2019-01-05T11:27:55+00:00</updated>
<author>
<name>Sebastian Lackner</name>
</author>
<published>2019-01-05T01:10:03+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f17721c364a522f87b3351a73676405d44b955f6'/>
<id>urn:sha1:f17721c364a522f87b3351a73676405d44b955f6</id>
<content type='text'>
</content>
</entry>
</feed>
