summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate-kernel-config2
1 files changed, 2 insertions, 0 deletions
diff --git a/update-kernel-config b/update-kernel-config
index a4d54b6..46b362a 100755
--- a/update-kernel-config
+++ b/update-kernel-config
@@ -25,6 +25,8 @@ if [ -z "${old_revision}" ]; then
exit 1
fi
+git -C "${git_repo_path}/$1/$2" pull --ff-only
+
config_names=$(
git -C "${git_repo_path}/$1/$2" archive HEAD -- | \
tar -t | \