diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-02 13:03:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-02 13:03:42 -0400 |
commit | f06267fc3beb59e593b33249860ff2c94d32b347 (patch) | |
tree | 9600c5a2c59c804c35b64c5f6f14d8a56aa7e646 /debian | |
parent | b2dea99417ebfee3d448ab6b49ca58cb2780258d (diff) | |
download | ikiwiki-f06267fc3beb59e593b33249860ff2c94d32b347.tar ikiwiki-f06267fc3beb59e593b33249860ff2c94d32b347.tar.gz |
git: Put -- before the filename when calling git rev-list to avoid warning message when the file doesn't exist.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dc16f5ac2..5f2f16c81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ ikiwiki (2.45) UNRELEASED; urgency=low * Fix ugly display when editing a page that has vanished. * srcfile now has an optional second parameter to avoid it throwing an error if the source file does not exist. + * git: Put -- before the filename when calling git rev-list to avoid + warning message when the file doesn't exist. -- Joey Hess <joeyh@debian.org> Sat, 26 Apr 2008 15:09:36 -0400 |