mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-07 17:19:07 +08:00
sync: Remove "git format-patch" signature (version) from cover letter
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>
This commit is contained in:
committed by
Andrii Nakryiko
parent
e3a40329bb
commit
3423d5e7cd
@@ -260,7 +260,7 @@ if ((${COMMIT_CNT} <= 0)); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Exclude baseline commit and generate nice cover letter with summary
|
# Exclude baseline commit and generate nice cover letter with summary
|
||||||
git format-patch ${SQUASH_BASE_TAG}..${SQUASH_TIP_TAG} --cover-letter -o ${TMP_DIR}/patches
|
git format-patch --no-signature ${SQUASH_BASE_TAG}..${SQUASH_TIP_TAG} --cover-letter -o ${TMP_DIR}/patches
|
||||||
|
|
||||||
# Now is time to re-apply libbpf-related linux patches to libbpf repo
|
# Now is time to re-apply libbpf-related linux patches to libbpf repo
|
||||||
cd_to ${LIBBPF_REPO}
|
cd_to ${LIBBPF_REPO}
|
||||||
|
|||||||
Reference in New Issue
Block a user