scripts/kernel_bump: Use git to obtain the list of files
authorOlliver Schinagl <oliver@schinagl.nl>
Mon, 18 Mar 2024 12:24:12 +0000 (13:24 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 12 Apr 2024 16:20:52 +0000 (18:20 +0200)
commit8ed187e471b0f7622c8791bf688302cdfe484868
treedc6a40fc63f0e4d9f2a55444a8e08d9261a023c7
parent9e6c4392f85f9123fda8ef8690c2a36599fe334c
scripts/kernel_bump: Use git to obtain the list of files

Instead of looping of a directory to find directories related to kernel
changes, use the git index instead.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
scripts/kernel_bump.sh