diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-09-08 01:08:32 +0200 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-09-08 01:08:32 +0200 |
commit | 7c7eabdfc213636fa1f5a7fe7e457b20a8d7defd (patch) | |
tree | 9c829f026f6665f7fcf41663ba86c677ccebd427 /NEWS | |
parent | dbf59f5a730cdacd84d7dcf4416baec7f7546787 (diff) |
Add action to dump metadata in human-readable form: -d / --dump.
metastore depends now on libbsd, because of strmode() function.
This commit fixes issue #28.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,10 @@ Latest stuff (planned release date: 2015-09-??) * Empty directories not present in metadata can be now removed when applying stored metadata if -E / --remove-empty-dirs option is used. + * Stored metadata (in .metadata file by default) and real metadata + (from filesystem) can be now dumped in human-readable form using new + action: -d / --dump. Please do not rely on its current format! + * Scripts in example/ directory do not require bash anymore and there is a new example for post checkout hook. @@ -14,6 +18,8 @@ Latest stuff (planned release date: 2015-09-??) As long as your libc provides sys/xattr.h (glibc does it since v2.3), everything should be fine. + * Dependency on libbsd has been added. It's used by dump action. + Old times (2007-2014) ------------------------------------------------------------------------ |