diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-10-31 18:35:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-10-31 18:35:37 -0400 |
commit | ada249e0dde4a84d583ab46345c789e366a4be33 (patch) | |
tree | 3963b29019d164c444739c5fbbab1ad46ee85065 /debian/changelog | |
parent | 3506f4ba07b612312f7b892c73f5d486f320974e (diff) |
* Don't truncate git commit messages to the first line in RecentChanges,
show the full message.
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 8326de6ce..8f4c68f54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,10 @@ ikiwiki (2.12) UNRELEASED; urgency=low * 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. + * Don't truncate git commit messages to the first line in RecentChanges, + show the full message. - -- Joey Hess <joeyh@debian.org> Wed, 31 Oct 2007 18:30:54 -0400 + -- Joey Hess <joeyh@debian.org> Wed, 31 Oct 2007 18:34:51 -0400 ikiwiki (2.11) unstable; urgency=low |