Attention is currently required from: neels.
1 comment:
Commit Message:
Patch Set #1, Line 18: Related: SYS#5130
never seen this header pointing at a commit hash before. "Fixes:" is about issue numbers. […]
This is super usual in projects such as linux kernel, see:
git log | grep "^Fixes: "
This is useful to programatically find fixes for a commit you are eg. cherry-picking into another (stable) branch.
I tend to use it when I'm fixing some bug and the patch causing it is known.
To view, visit change 36520. To unsubscribe, or for help writing mail filters, visit settings.