Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 2 gadi atpakaļ
..
README fb9002e634 misc/git-store-meta: Added (metadata storing and applying for Git) 3 gadi atpakaļ
change-name-in-git-hooks.patch fb9002e634 misc/git-store-meta: Added (metadata storing and applying for Git) 3 gadi atpakaļ
fix-storing-group-name.patch fb9002e634 misc/git-store-meta: Added (metadata storing and applying for Git) 3 gadi atpakaļ
git-store-meta.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 2 gadi atpakaļ
git-store-meta.info fb9002e634 misc/git-store-meta: Added (metadata storing and applying for Git) 3 gadi atpakaļ
slack-desc fb9002e634 misc/git-store-meta: Added (metadata storing and applying for Git) 3 gadi atpakaļ

README

git-store-meta is a light-weight tool for file metadata storing and
applying for Git.

Features:

- Light dependency, cross-platform consistent behavior,
desirable performance.
- Data files are in plain text format and can be easily revisioned,
diffed, or manually modified as needed.
- Supported metadata: mtime, atime, mode, user, uid, group, gid, acl.
- Can store the metadata of git-revisioned files into a data file.
- Can apply the metadata stored in the data file to the working copy.
- Can update the metadata for changed files quickly.
- Can easily pick which metadata fields to store, update, or apply.
- Can determine whether to store, update, or apply directory metadata.

Note:

The binary is installed under the name "git-store-meta". Use it
instead of "git-store-meta.pl" when reading online docs or in Git
hooks. The `--install` switch already knows to use "git-store-meta"
and will create correct hooks without any further action required.