You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joshua Dye ef30213fc4 Initial recommit 2 years ago
..
10restore-metadata Initial recommit 2 years ago
20restore-etckeeper Initial recommit 2 years ago
40vcs-init Initial recommit 2 years ago
50vcs-ignore Initial recommit 2 years ago
50vcs-perm Initial recommit 2 years ago
50vcs-pre-commit-hook Initial recommit 2 years ago
60darcs-deleted-symlinks Initial recommit 2 years ago
70vcs-add Initial recommit 2 years ago
README Initial recommit 2 years ago

README

Executable files in this directory are run to initialise the working directory
for use by etckeeper. If the working directory is not already in version
control, that includes setting up the version control, but not actually
committing anything. If the working directory is in version control,
it includes applying stored metadata to the checked out files in the
working directory.

Please be careful to *never* overwrite existing files/directories
in the working directory (or use absolute care when doing so). If a file
you need to write already exists, check if its contents are sane, and 
if not, emit a warning on stderr.

If initialisation fails, exit nonzero and no later files will be run.