Re: [PATCH] scripts: Add git-resolve tool for full SHA-1 resolution

2025-03-16 Thread Simon Horman
On Tue, Mar 11, 2025 at 12:53:36PM -0400, Sasha Levin wrote: > Introduce git-resolve.sh, a tool that resolves short git commit IDs to their > full SHA-1 hash. This is particularly useful for navigating references in > commit > messages and verifying Fixes tags. > > When faced with ambiguous commi

Re: [PATCH] scripts: Add git-resolve tool for full SHA-1 resolution

2025-03-11 Thread Kees Cook
On Tue, Mar 11, 2025 at 12:53:36PM -0400, Sasha Levin wrote: > Introduce git-resolve.sh, a tool that resolves short git commit IDs to their > full SHA-1 hash. This is particularly useful for navigating references in > commit > messages and verifying Fixes tags. > > When faced with ambiguous commi

[PATCH] scripts: Add git-resolve tool for full SHA-1 resolution

2025-03-11 Thread Sasha Levin
Introduce git-resolve.sh, a tool that resolves short git commit IDs to their full SHA-1 hash. This is particularly useful for navigating references in commit messages and verifying Fixes tags. When faced with ambiguous commit IDs or imprecise references in messages, this tool can help by resolving