From b87811c4b55d66b1edb26c73e6578ca9f2994a65 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 24 Jan 2014 12:58:52 -0400 Subject: added annex.secure-erase-command config option. --- doc/git-annex.mdwn | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'doc/git-annex.mdwn') diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 3e239f7d6..59a322e38 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -1427,8 +1427,16 @@ Here are all the supported configuration settings. In the command line, %url is replaced with the url to download, and %file is replaced with the file that it should be saved to. - Note that both these values will automatically be quoted, since - the command is run in a shell. + +* `annex.secure-erase-command` + + This can be set to a command that should be run whenever git-annex + removes the content of a file from the repository. + + In the command line, %file is replaced with the file that should be + erased. + + For example, to use the wipe command, set it to `wipe -f %file` * `remote..rsyncurl` -- cgit v1.2.3