From 23c745adc087c0f042e384a9d5db86c9de208f94 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 2 May 2018 20:14:25 +0200 Subject: update-kernel-config: pin commit to HEAD --- update-kernel-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-kernel-config b/update-kernel-config index 6b6f074..7f4180e 100755 --- a/update-kernel-config +++ b/update-kernel-config @@ -6,7 +6,7 @@ if [ $# -ne 3 ]; then fi diff=$( - git -C "/usr/src/archlinux/packages/$2/repos/$1-x86_64" diff "$3" -- config | \ + git -C "/usr/src/archlinux/packages/$2/repos/$1-x86_64" diff "$3" HEAD -- config | \ grep '^[+-]' | \ grep -v '^+++\|^---' ) -- cgit v1.2.3-54-g00ecf