Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Loic
tools
Commits
e481df72
Commit
e481df72
authored
Jan 19, 2019
by
Oliver Pinter
Browse files
HBSD: feed new line between authors
Signed-off-by:
Oliver Pinter
<
oliver.pinter@hardenedbsd.org
>
parent
16674e67
Changes
1
Hide whitespace changes
Inline
Side-by-side
release/git/update_meta.py
View file @
e481df72
...
...
@@ -54,7 +54,7 @@ def decorate_commit(match):
return
" <li>"
+
match
.
group
().
lstrip
()
+
"</li>"
match_empty_line
=
re
.
compile
(
"^$"
)
def
decorate_empty_line
(
match
):
return
"</ul>"
return
"</ul>"
+
'
\n
'
+
"<br>"
for
line
in
f_shortlog
:
formatted_line
=
line
.
replace
(
"
\n
"
,
""
)
github_formatted_lines
+=
[
formatted_line
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment