git-store-meta icon indicating copy to clipboard operation
git-store-meta copied to clipboard

Simple file metadata storing and applying for git.

Results 7 git-store-meta issues
Sort by recently updated
recently updated
newest added

### My current method During merges, I want to preserve the `mtime` for all files that only changed in one branch. In this issue I will focus on the `mtime`...

enhancement
help wanted

Support of storing and applying ACL requires getfacl, setfacl, or the Linux::ACL module of Perl. Linux::ACL is much more performant than getfacl/setfacl, but setting ACL is currently disabled (and will...

enhancement
help wanted

Hi, I don't think `setfattr` and `getfattr` are supported at the moment - would be extremely useful to have these! ``` $ getfattr -d goose.txt # file: goose.txt user.animal="bird" $...

enhancement
help wanted

It occurred to me to add the `--timezone`/`-z` parameter because of [this issue](https://github.com/microsoft/MS-DOS/issues/413), although the idea is to use it in cases like the following: 1. Let's say that someone...

Although it is not important in the git ecosphere, it would be nice to be able to specify an optional shasum field, to be used with the `-f` switch, especially...

enhancement

git-store-meta is quite useful per se, even not depending from the git use-case. Would it be possible to add the feature to make it work inside any directory, independent from...

enhancement