1
1

Use a little better wiki formatting so that not everything is jumbled

onto a single line when viewing the commit message in trac.

This commit was SVN r26735.
Этот коммит содержится в:
Jeff Squyres 2012-07-03 19:21:41 +00:00
родитель 95a3b4a423
Коммит 87ca716daf

4
contrib/dist/gkcommit.pl поставляемый
Просмотреть файл

@ -248,10 +248,10 @@ print FILE "\n";
# If we have r numbers, print them. Use a special line to make the
# pre-commit hook ignore all of these messages (i.e., so that it
# doesn't try to close some ticket twice, or something like that).
print FILE "---svn-pre-commit-ignore-below---\n"
print FILE "---svn-pre-commit-ignore-below---\n\n"
if ($#rs >= 0);
foreach my $r (@rs) {
print FILE "r$r
print FILE "r$r [[BR]]
$logentries->{$r}->{msg}\n\n";
}
close(FILE);