From: Prarit Bhargava <prarit@xxxxxxxxxx> redhat/Makefile.variables: Change git hash length to default After some discussion on the Fedora Kernel Mailing List [1] we have decided to switch back to the default git hash length. [1] https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx/message/LBFEM7ATT7NN3V7KK6IPLN6AF6ZLYLJW/ Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> diff --git a/redhat/Makefile.variables b/redhat/Makefile.variables index blahblah..blahblah 100644 --- a/redhat/Makefile.variables +++ b/redhat/Makefile.variables @@ -70,7 +70,7 @@ PACKAGE_NAME ?= kernel # This is the executable for 'git' commands. It is used by the redhat/self-test # tests to provide testing information on git hashes (see redhat/self-test/egit.sh) -GIT ?= git -c "core.abbrev=15" +GIT ?= git # This is the referenced HEAD commit for git commands and can be used to change # the "top of tree" commit ID. This is useful in cases where users want to -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1785 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure