This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MIG".
The branch, master has been updated via cf4bcc3f1435eafa3ed8b5fadfa9698033d1e2df (commit) from 1724ae7c21a6840a402a685ceea7f3366788a516 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cf4bcc3f1435eafa3ed8b5fadfa9698033d1e2df Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Jan 16 17:07:41 2022 +0100 Also add const qualifiers on server side Although in practice the buffers can be modified since they are from the message, it leads to missing const where it would otherwise make sense. ----------------------------------------------------------------------- Summary of changes: server.c | 5 +++-- utils.c | 33 +++++++++++++++++++++++++++++++-- utils.h | 2 ++ 3 files changed, 36 insertions(+), 4 deletions(-) hooks/post-receive -- MIG