]> git.ipfire.org Git - thirdparty/snapper.git/commit
- make the xattributes comparison independent
authorOndrej Kozina <okozina@redhat.com>
Tue, 12 Mar 2013 14:14:58 +0000 (15:14 +0100)
committerOndrej Kozina <okozina@redhat.com>
Tue, 12 Mar 2013 14:14:58 +0000 (15:14 +0100)
commit40ccae842b7afa4fa1e8353e2e8aa802cd943166
treeadd76f67d6a1a64c152468c4f4c38ccf3668a1ef
parentd01c12483bf46196166a1533b0f5488050b3804a
- make the xattributes comparison independent
  on File's status

We will compare xattributes each time without respect to
previous File's status. With certain exteded attributes
this will make the 'XAs have been modified' msg more
frequent as there're generaly different XAs for directories
and regular files (i.e.: SELinux, ACL). But this aproach
is closer to others attibutes concept at all.
snapper/Compare.cc