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 /debian | |
parent | 824ad84e2b490e3aa9107e3a3d244bd8e041d918 (diff) |
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 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4ce720ab6..7d857d9c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,9 @@ ikiwiki (3.20100624) UNRELEASED; urgency=low * Use comment template on comments page of example blog. * comment.tmpl: Fix up display when inline uses it to display a non-comment page. (Such as a discussion page.) + * 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. -- Joey Hess <joeyh@debian.org> Wed, 23 Jun 2010 15:30:04 -0400 |