projects
/
debbugs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c59f44b
)
skip paragraphs which start with comments
author
Don Armstrong
<don@donarmstrong.com>
Fri, 7 Aug 2009 03:07:49 +0000
(20:07 -0700)
committer
Don Armstrong
<don@donarmstrong.com>
Fri, 7 Aug 2009 03:07:49 +0000
(20:07 -0700)
Debbugs/Control.pm
patch
|
blob
|
history
diff --git
a/Debbugs/Control.pm
b/Debbugs/Control.pm
index cf2ab8416566df3645c823d758393ce82cd27c0f..f7c74d55fa4227eb2af3d2d5d99fd8b4d5a8cb79 100644
(file)
--- a/
Debbugs/Control.pm
+++ b/
Debbugs/Control.pm
@@
-1950,7
+1950,7
@@
sub summary {
# pseudo-headers
if ($line =~ m{^\s*(?:(?:Package|Source|Version)\:| #pseudo headers
(?:package|(?:no|)owner|severity|tag|summary| #control
- reopen|close|(?:not|)(?:fixed|found)|clone|
+
\#|
reopen|close|(?:not|)(?:fixed|found)|clone|
(?:force|)merge|user(?:category|tag|)
)
)\s+\S}x) {