Re: GnuTLS | Add missing parameter documentation in lib/audit.c (!2037)

Read-only notification of GnuTLS library development activities <[email protected]>
Newsgroups gmane.comp.encryption.gpg.gnutls.devel
Message-ID <[email protected]>


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.

_______________________________________________
Gnutls-devel mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnutls-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.