summaryrefslogtreecommitdiff
path: root/pre-commit.d
AgeCommit message (Expand)Author
2016-07-17remove dead codeJoey Hess
2016-02-29Check several files at a time with git ls-files.Rike-Benjamin Schuppner
2014-05-27fix generating a list of files/directories ignored by gitPim van den Berg
2014-05-09find: replace "-not" by "!" to become Posix compliantHarald Dunkel
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
2011-06-19Add AVOID_SPECIAL_FILE_WARNING to config file, and set it in cron job to avoi...Joey Hess
2011-03-18Avoid warning about special or hard linked files that are ignored by hg. Than...Joey Hess
2011-02-18correct exclude_external regexp to match fully relative pathsJoey Hess
2010-10-12Do not warn about special files or hardlinks if they are ignored by git. Fixe...Joey Hess
2010-04-14more find portability fixJoey Hess
2010-04-14find portability fixJoey 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-17$VCS rm .metadata instead of warning about its existence.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-17Merge branch 'master' of git://git.kitenet.net/etckeeperScott Bronson
2008-03-14exclude .hg and .bzr as well as .gitJoey Hess
2008-03-14ignore .bzr in find commandJoey Hess