diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-10-31 18:32:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-10-31 18:32:22 -0400 |
commit | 3506f4ba07b612312f7b892c73f5d486f320974e (patch) | |
tree | 75e73129b4d660828925ca9c3229b3568c7bffc8 /debian/changelog | |
parent | 61c2030b2db03d2a83a210b2784fe25246c0be42 (diff) |
* Improve the RecentChanges display for git merges, by passing -c instead
of -m to git-log, and by skipping display of commits that change no
pages.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 14ace4193..8326de6ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,11 @@ ikiwiki (2.12) UNRELEASED; urgency=low 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. + * Improve the RecentChanges display for git merges, by passing -c instead + of -m to git-log, and by skipping display of commits that change no + pages. - -- Joey Hess <joeyh@debian.org> Wed, 31 Oct 2007 17:34:59 -0400 + -- Joey Hess <joeyh@debian.org> Wed, 31 Oct 2007 18:30:54 -0400 ikiwiki (2.11) unstable; urgency=low |