Age | Commit message (Expand) | Author |
2014-05-27 | fix generating a list of files/directories ignored by git | Pim van den Berg |
2014-05-09 | find: replace "-not" by "!" to become Posix compliant | Harald Dunkel |
2013-12-17 | actually, need to munge input, it may use ./ before filenames | Joey Hess |
2013-12-17 | Fix too broad matching of .gitignored files. Closes: #732339 | Joey Hess |
2013-09-04 | Fix git update-ignore syntax. Closes: #721873 | Joey Hess |
2013-08-28 | more generic name for variable as file does not contain patterns in git case | Joey Hess |
2013-08-28 | fix typo | Joey Hess |
2013-08-28 | Omit files ignored by git from .etckeeper file | Zdenek Crha |
2013-06-26 | Quote user and group names, in case someone thought putting a space in one wa... | Joey Hess |
2013-05-08 | When a file is owned by a uid or a gid with no corresponding user or group, p... | Joey Hess |
2011-12-22 | Add `g` to shellquote's sed. | Daniel Hahler |
2011-11-25 | typo | Joey Hess |
2011-11-25 | typo | Joey Hess |
2011-11-25 | optimise metadata storage | Joey Hess |
2011-11-25 | optimize file mode storing | Joey Hess |
2011-11-25 | Merge branch 'master' into allperms | Joey Hess |
2011-11-25 | Bugfix for filenames containing single quotes. | Joey Hess |
2011-11-25 | store all permissions of files and directories, even those with standard perm... | Joey Hess |
2011-11-25 | decruft | Joey Hess |
2011-09-28 | Use find -path instead of less portable find -wholename. | Joey Hess |
2011-07-12 | Handle files with % in their names. | Joey Hess |
2011-06-19 | Add AVOID_SPECIAL_FILE_WARNING to config file, and set it in cron job to avoi... | Joey Hess |
2011-03-18 | Avoid warning about special or hard linked files that are ignored by hg. Than... | Joey Hess |
2011-02-18 | correct exclude_external regexp to match fully relative paths | Joey Hess |
2010-10-12 | Do not warn about special files or hardlinks if they are ignored by git. Fixe... | Joey Hess |
2010-04-14 | more find portability fix | Joey Hess |
2010-04-14 | find portability fix | Joey Hess |
2009-02-16 | Avoid relying on USER being set, won't be for cron job. Closes: #515602 | Joey Hess |
2009-02-04 | Support darcs. Thanks to Gian Piero Carrubba. Closes: #510032 | Joey Hess |
2009-02-04 | avoid hardcoding root user/group | Joey Hess |
2008-12-31 | releasing version 0.25 | Joey Hess |
2008-12-27 | Make .etckeeper test that files actually exist before acting on them. Closes:... | Joey Hess |
2008-07-03 | Don't allow LC_COLLATE to reorder the .etckeeper file. Closes: #489057 | Joey Hess |
2008-03-29 | releasing version 0.14 | Joey Hess |
2008-03-20 | remove .metadata first so .etckeeper doesn't try to chmod it | Joey Hess |
2008-03-20 | find has a bug where pruned directories are considered empty, even if they're... | Scott Bronson |
2008-03-20 | Simplify the store-metadata script by calling chmod every time. | Scott Bronson |
2008-03-20 | Of course all filenames in .etckeeper should be surrounded by quotes. | Scott Bronson |
2008-03-20 | Store metadata in .etckeeper, not .fix-metadata. | Scott Bronson |
2008-03-20 | Turns 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-17 | Prune .bzr and .hg now (as well as .git) when running the find commands. | Scott Bronson |
2008-03-17 | Use a filter function to cull UNKNOWN users and groups. | Scott Bronson |
2008-03-17 | Move .fix-metadata generation into a function. | Scott Bronson |
2008-03-17 | Don't hard-code /etc, etckeeper might be managing another directory. | Scott Bronson |
2008-03-17 | Merge branch 'master' of git://git.kitenet.net/etckeeper | Scott Bronson |
2008-03-14 | exclude .hg and .bzr as well as .git | Joey Hess |
2008-03-14 | ignore .bzr in find command | Joey Hess |
2008-03-12 | Remove metastore, use simple find scripts instead. | Scott Bronson |
2008-03-11 | fix horrible typo in patch | Joey Hess |