projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f102897
)
changelog2doc.pl: Don't confuse configure flags with ChangeLog items that need indent...
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 25 Nov 2020 12:19:16 +0000
(13:19 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Thu, 26 Nov 2020 11:34:26 +0000
(12:34 +0100)
utils/changelog2doc.pl
patch
|
blob
|
history
diff --git
a/utils/changelog2doc.pl
b/utils/changelog2doc.pl
index
039db37
..
a81f80c
100755
(executable)
--- a/
utils/changelog2doc.pl
+++ b/
utils/changelog2doc.pl
@@
-39,7
+39,7
@@
sub read_entries() {
next unless $section_reached;
next if /^\s*$/;
- if (/^(\s*)-/) {
+ if (/^(\s*)-
/) {
my $indentation = length($1);
if ($i > 1 and $entries[$i]{indentation} > $indentation) {
$entries[$i]{last_list_item} = 1;