diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-10-31 17:37:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-10-31 17:37:33 -0400 |
commit | b8887c1cd7d3134561f0d99ffdcc75d7bf63e234 (patch) | |
tree | afb0e25ec62c172520dfd503848b27e0a7ec72f6 /debian/changelog | |
parent | 961fd87b395ac7fbbf9e3477992f90908b6fbfec (diff) | |
download | ikiwiki-b8887c1cd7d3134561f0d99ffdcc75d7bf63e234.tar ikiwiki-b8887c1cd7d3134561f0d99ffdcc75d7bf63e234.tar.gz |
* Avoid using commands like git-diff and instead use "git diff".
In some configurations, only the main git command is in the path.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 325a61de0..14ace4193 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,10 @@ ikiwiki (2.12) UNRELEASED; urgency=low name as a currently existing page, and thus expired too many pages. * Avoid a race in the git rcs_commit function, by not assuming HEAD will stay the same for the duration of the function. + * Avoid using commands like git-diff and instead use "git diff". + In some configurations, only the main git command is in the path. - -- Joey Hess <joeyh@debian.org> Wed, 31 Oct 2007 17:11:12 -0400 + -- Joey Hess <joeyh@debian.org> Wed, 31 Oct 2007 17:34:59 -0400 ikiwiki (2.11) unstable; urgency=low |