chiark
/
gitweb
/
~mdw
/
adns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ec69c
)
Diff the changelog by hand if the commit message is `empty'.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 29 Apr 2014 23:37:13 +0000
(
00:37
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 29 Apr 2014 23:37:13 +0000
(
00:37
+0100)
convert
patch
|
blob
|
blame
|
history
diff --git
a/convert
b/convert
index 6c7278d4bda4d21dcb3fd563f484335b293b38ee..78d4ac367d25b10e40de389875e275556586948a 100755
(executable)
--- a/
convert
+++ b/
convert
@@
-92,6
+92,10
@@
cat >$tmp/msg-filter <<'FEND'
perl -ne '
$out .= $_;
END {
+ if ($out =~ /\*\*\* empty log message/) {
+ ($out = `git diff $ENV{GIT_COMMIT}^ $ENV{GIT_COMMIT} -- changelog`)
+ =~ s/\A.*\n\@\@ /\@\@ /s;
+ }
if ($out !~ /\n.*\n/) {
$out = `fmt <<'\''EOF'\''
$out