Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

git-resolve: add SPDX and copyright line

I forgot to include it when I've originally submitted the script.

Fixes: 7ae52a3d7f51 ("scripts: Add git-resolve tool for full SHA-1 resolution")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Link: https://lore.kernel.org/r/20250421135915.1915062-1-sashal@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sasha Levin and committed by
Greg Kroah-Hartman
d0fd663a 93bb9e5c

+2
+2
scripts/git-resolve.sh
··· 1 1 #!/bin/bash 2 + # SPDX-License-Identifier: GPL-2.0 3 + # (c) 2025, Sasha Levin <sashal@kernel.org> 2 4 3 5 usage() { 4 6 echo "Usage: $(basename "$0") [--selftest] [--force] <commit-id> [commit-subject]"