projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93bb9e5
)
git-resolve: add SPDX and copyright line
author
Sasha Levin
<sashal@kernel.org>
Mon, 21 Apr 2025 13:59:15 +0000
(09:59 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 25 Apr 2025 13:54:24 +0000
(15:54 +0200)
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>
scripts/git-resolve.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/git-resolve.sh
b/scripts/git-resolve.sh
index 204a8c9bd4ea8cdcf5f60a449416086c98d4fa80..e9b5940c0f2837895ffd88b0f540031c538d5436 100755
(executable)
--- a/
scripts/git-resolve.sh
+++ b/
scripts/git-resolve.sh
@@
-1,4
+1,6
@@
#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
+# (c) 2025, Sasha Levin <sashal@kernel.org>
usage() {
echo "Usage: $(basename "$0") [--selftest] [--force] <commit-id> [commit-subject]"