mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-18 07:19:07 +08:00
When syncing with the kernel, the script generates a cover letter for the latest changes using "git format-patch". Unless specified otherwise, it uses a signature (as in, email footer signature) which defaults to the Git version in use, and ends up in the commit logs. This doesn't bring any useful information in there: let's get rid of this version number. Signed-off-by: Quentin Monnet <quentin@isovalent.com>