patchwork-apply.sh: remove explicit commit references
authorJo-Philipp Wich <jo@mein.io>
Sun, 4 Feb 2018 12:59:56 +0000 (13:59 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 4 Feb 2018 12:59:56 +0000 (13:59 +0100)
commit8ad55b2ff8b1b218176872806b3415f4affac059
treefd5a9a6245327695bec7022913effc32b06b9873
parent2158506bb5a45157d53552749d6bbbdac02cfbdc
patchwork-apply.sh: remove explicit commit references

Mentioning explicit commit hashes proved to be unreliable, especially
when frequently rebasing the tree, so only post generic repository
references instead.

Also avoid clobbering subjects in the form "[TAG] subject [foo]" where
the prevously used sed pattern would reduce the entire subject to an
empty string.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
patchwork-apply.sh