projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71b6257
)
libstdc++: Add missing coauthors to ChangeLog entry
author
Patrick Palka
<ppalka@redhat.com>
Wed, 26 Aug 2020 13:29:39 +0000
(09:29 -0400)
committer
Patrick Palka
<ppalka@redhat.com>
Wed, 26 Aug 2020 13:29:39 +0000
(09:29 -0400)
The corresponding commit had the Co-authored-by: lines in the middle of
the commit message instead of at the end, so the ChangeLog script didn't
consider them.
libstdc++-v3/ChangeLog
patch
|
blob
|
history
diff --git
a/libstdc++-v3/ChangeLog
b/libstdc++-v3/ChangeLog
index dd25ec5e8b9391741fcdadfe26c04bb4bee66253..6b69ac48407e01ad23be36061bc76a7ddcad5acb 100644
(file)
--- a/
libstdc++-v3/ChangeLog
+++ b/
libstdc++-v3/ChangeLog
@@
-46,6
+46,8
@@
Likewise.
2020-08-25 Patrick Palka <ppalka@redhat.com>
+ Ed Smith-Rowland <3dw4rd@verizon.net>
+ Jonathan Wakely <jwakely@redhat.com>
* include/std/chrono (time_point::operator++)
(time_point::operator--): Define.