summaryrefslogtreecommitdiff
path: root/pre-commit.d/30store-metadata
AgeCommit message (Expand)Author
2016-07-17remove dead codeJoey Hess
2014-05-27fix generating a list of files/directories ignored by gitPim van den Berg
2013-12-17actually, need to munge input, it may use ./ before filenamesJoey Hess
2013-12-17Fix too broad matching of .gitignored files. Closes: #732339Joey Hess
2013-09-04Fix git update-ignore syntax. Closes: #721873Joey Hess
2013-08-28more generic name for variable as file does not contain patterns in git caseJoey Hess
2013-08-28fix typoJoey Hess
2013-08-28Omit files ignored by git from .etckeeper fileZdenek Crha
2013-06-26Quote user and group names, in case someone thought putting a space in one wa...Joey Hess
2013-05-08When a file is owned by a uid or a gid with no corresponding user or group, p...Joey Hess
2011-12-22Add `g` to shellquote's sed.Daniel Hahler
2011-11-25typoJoey Hess
2011-11-25typoJoey Hess
2011-11-25optimise metadata storageJoey Hess
2011-11-25optimize file mode storingJoey Hess
2011-11-25Merge branch 'master' into allpermsJoey Hess
2011-11-25Bugfix for filenames containing single quotes.Joey Hess
2011-11-25store all permissions of files and directories, even those with standard perm...Joey Hess
2011-11-25decruftJoey Hess
2011-09-28Use find -path instead of less portable find -wholename.Joey Hess
2011-07-12Handle files with % in their names.Joey Hess
2009-02-16Avoid relying on USER being set, won't be for cron job. Closes: #515602Joey Hess
2009-02-04Support darcs. Thanks to Gian Piero Carrubba. Closes: #510032Joey Hess
2009-02-04avoid hardcoding root user/groupJoey Hess
2008-12-31releasing version 0.25Joey Hess
2008-12-27Make .etckeeper test that files actually exist before acting on them. Closes:...Joey Hess
2008-07-03Don't allow LC_COLLATE to reorder the .etckeeper file. Closes: #489057Joey Hess
2008-03-29releasing version 0.14Joey Hess
2008-03-20remove .metadata first so .etckeeper doesn't try to chmod itJoey Hess
2008-03-20find has a bug where pruned directories are considered empty, even if they're...Scott Bronson
2008-03-20Simplify the store-metadata script by calling chmod every time.Scott Bronson
2008-03-20Of course all filenames in .etckeeper should be surrounded by quotes.Scott Bronson
2008-03-20Store metadata in .etckeeper, not .fix-metadata.Scott Bronson
2008-03-20Turns out dash doesn't support ${string:substibution}. Use printf instead.Scott Bronson
2008-03-17Prune .bzr and .hg now (as well as .git) when running the find commands.Scott Bronson
2008-03-17Use a filter function to cull UNKNOWN users and groups.Scott Bronson
2008-03-17Move .fix-metadata generation into a function.Scott Bronson
2008-03-17Don't hard-code /etc, etckeeper might be managing another directory.Scott Bronson
2008-03-12Remove metastore, use simple find scripts instead.Scott Bronson
2008-03-11fix horrible typo in patchJoey Hess
2008-03-11* Add support for bzr, thanks to Mark A. Hershberger. Closes: #470515Joey Hess
2008-01-04tricky stuff to do with storing metadata etc in pre-commitJoey Hess
2008-01-04Merge branch 'hg'Joey Hess
2008-01-03hg and git subrepo creation (hg is for now a copy of git)Mathieu Clabaut
2007-11-05renumberJoey Hess