<feed xmlns='http://www.w3.org/2005/Atom'>
<title>metastore/src, branch master</title>
<subtitle>File metadata backup/comparison/restoration tool</subtitle>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/'/>
<entry>
<title>Fix "changing owner" message to show owner instead of group.</title>
<updated>2021-04-07T23:40:44+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2021-04-07T23:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=fe09dabc0d7684075bd06b50132250ce7dfa1bb0'/>
<id>fe09dabc0d7684075bd06b50132250ce7dfa1bb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix path normalization for the case of CWD being the root directory (/).</title>
<updated>2021-04-07T16:24:27+00:00</updated>
<author>
<name>Jürgen Bubeck</name>
<email>bubeck@xkrug.com</email>
</author>
<published>2016-11-09T16:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=45f104b60356b096deaed0fd184f1c8b04a40d75'/>
<id>45f104b60356b096deaed0fd184f1c8b04a40d75</id>
<content type='text'>
Previously metastore would fail if running from / and paths were given:

    $ pwd
    /
    $ metastore -d bin
    lstat failed for .bin: No such file or directory

Now it works properly:

    $ metastore -d bin | head -1
    lrwxrwxrwx      root    root    2018-08-17 16:31:23.120322532 +0200     ./bin/hostname

Signed-off-by: Przemyslaw Pawelczyk &lt;przemoc@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously metastore would fail if running from / and paths were given:

    $ pwd
    /
    $ metastore -d bin
    lstat failed for .bin: No such file or directory

Now it works properly:

    $ metastore -d bin | head -1
    lrwxrwxrwx      root    root    2018-08-17 16:31:23.120322532 +0200     ./bin/hostname

Signed-off-by: Przemyslaw Pawelczyk &lt;przemoc@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix conversion specifiers in "Failed to {malloc,strdup}" messages.</title>
<updated>2018-09-08T14:47:22+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-09-08T14:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=f8d5fc70290d19441ea513a10dbfe8cc074571f7'/>
<id>f8d5fc70290d19441ea513a10dbfe8cc074571f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing argument to "Failed to get metadata for %s\n" message.</title>
<updated>2018-09-08T14:43:37+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-09-08T14:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=b6bf6a1fb863acd4275bbc5670f4918b80edea4e'/>
<id>b6bf6a1fb863acd4275bbc5670f4918b80edea4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support building with empty -DNO_XATTR= (equivalent to -DNO_XATTR=0).</title>
<updated>2018-02-19T00:41:15+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-02-19T00:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=ee36104279f55c26a0ec71abbe8cccbbd0bc3966'/>
<id>ee36104279f55c26a0ec71abbe8cccbbd0bc3966</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support building with no extended attributes support.</title>
<updated>2018-02-18T23:34:14+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-02-18T23:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=39c5a5e929efc7c3b89a4e316dfd02b1734848d6'/>
<id>39c5a5e929efc7c3b89a4e316dfd02b1734848d6</id>
<content type='text'>
Support building with no extended attributes support when NO_XATTR
macro is predefined to non-0 value (e.g. put -DNO_XATTR in CFLAGS).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support building with no extended attributes support when NO_XATTR
macro is predefined to non-0 value (e.g. put -DNO_XATTR in CFLAGS).
</pre>
</div>
</content>
</entry>
<entry>
<title>utils.h: Introduce new verbosity level: MSG_WARNING.</title>
<updated>2018-02-18T21:51:17+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-02-18T21:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=04df7fcc6d0f75bdf14fd87bcac9d609188e8675'/>
<id>04df7fcc6d0f75bdf14fd87bcac9d609188e8675</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>metastore.c: Version information cannot be suppressed.</title>
<updated>2018-02-18T21:21:17+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-02-18T21:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=6ca112a54bd7b33d389abb28f9aa45799f2d5f26'/>
<id>6ca112a54bd7b33d389abb28f9aa45799f2d5f26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>metastore.c: Print usage to stdout if help is requested.</title>
<updated>2018-02-18T21:19:45+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-02-18T21:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=fda0e6a437452639c9b5725a2968676f1870629a'/>
<id>fda0e6a437452639c9b5725a2968676f1870629a</id>
<content type='text'>
Also change level of usage message shown after critical one to error,
so it can be suppressed without hiding critical one if desired (-qqq).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also change level of usage message shown after critical one to error,
so it can be suppressed without hiding critical one if desired (-qqq).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright notices.</title>
<updated>2018-02-03T14:08:39+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-02-03T14:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=1820a0cf11c87b5b8e57594831d29745f4a44404'/>
<id>1820a0cf11c87b5b8e57594831d29745f4a44404</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
