diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-22 01:47:30 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-22 01:47:30 +0000 |
commit | 3613f72a3bf0f4548b736c4ab36508d17ca47c21 (patch) | |
tree | b0f44c660b56e0cc8fe0ec894e3130d71f89f095 /debian | |
parent | 691c503c1fc18d0b92a346a626d3d56345d86e27 (diff) | |
download | ikiwiki-3613f72a3bf0f4548b736c4ab36508d17ca47c21.tar ikiwiki-3613f72a3bf0f4548b736c4ab36508d17ca47c21.tar.gz |
* If gitorigin_branch is set to the empty string, don't push or pull.
Useful for laptop clones of remote wikis.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 03c308831..196de0b7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ ikiwiki (2.11) UNRELEASED; urgency=low * Correct a pair of logic errors that triggered if svnpath was empty. + * If gitorigin_branch is set to the empty string, don't push or pull. + Useful for laptop clones of remote wikis. - -- Joey Hess <joeyh@debian.org> Sun, 21 Oct 2007 18:49:40 -0400 + -- Joey Hess <joeyh@debian.org> Sun, 21 Oct 2007 20:28:16 -0400 ikiwiki (2.10) unstable; urgency=low |