diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-01 16:20:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-01 16:57:20 -0400 |
commit | 0eabe6f79498e3339205aeff2c79ae1e85498ab4 (patch) | |
tree | 5c404112c98d5ac1afce09db892b509153984839 /IkiWiki.pm | |
parent | 824ad84e2b490e3aa9107e3a3d244bd8e041d918 (diff) | |
download | ikiwiki-0eabe6f79498e3339205aeff2c79ae1e85498ab4.tar ikiwiki-0eabe6f79498e3339205aeff2c79ae1e85498ab4.tar.gz |
git: Added git_wrapper_background_command option. Can be used to eg, make the git wrapper push to github in the background after ikiwiki runs.
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r-- | IkiWiki.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index 35b38df46..701f7137d 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -441,6 +441,13 @@ sub getsetup () { safe => 0, rebuild => 0, }, + wrapper_background_command => { + type => "internal", + default => '', + description => "background shell command to run", + safe => 0, + rebuild => 0, + }, gettime => { type => "internal", description => "running in gettime mode", |