[gnutls-devel] GnuTLS | Add missing parameter documentation in lib/audit.c (!2037)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Sun Nov 16 00:49:36 CET 2025
Daiki Ueno commented: https://gitlab.com/gnutls/gnutls/-/merge_requests/2037#note_2891209715
@devkdas sorry for the late reply. While the `Signed-off-by:` line is in the merge-request description, it's not in the commit message. I don't believe you can't do that with Web IDE, but if that's the case, you can simply use the git commands and attach the patch here. For example:
```console
git clone https://gitlab.com/gnutls/gnutls.git
cd gnutls
# edit lib/audit.c
git add -u
git commit -s "Add missing parameter documentation in lib/audit.c"
git format-patch -1
```
This will generate a file `0001-*.patch` with `Signed-off-by:`, which you can attach to a comment.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2037#note_2891209715
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20251115/e92d6fc8/attachment.html>
More information about the Gnutls-devel
mailing list