commit | 10b7024b67ae4985a88d29abba46953497601ac3 | [log] [tgz] |
---|---|---|
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | Tue Jan 25 11:52:31 2022 -0500 |
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | Tue Jan 25 11:52:31 2022 -0500 |
tree | 6e3d359e13cf8382195672a5e4b80636cdf41fba | |
parent | 3da44d217d546e8b7fe5b00f905ca38913255db2 [diff] |
Fix hash generation after switching to "git show" When I switched to "git show" I didn't fully test whether it would generate the same patchwork hashes as "git diff" proper. The few sample tries I ran happened to do the right thing, but many other commits would generate different hashes. Make sure we ignore anything that comes before we find "diff " on the line. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>