Re: [PATCH] t7606: Avoid using head as a file name
From: Jonathan Nieder <hidden> Date: 2016-06-15 22:49:22
Brian Gernhardt wrote:
A file named 'head' gets confused with the HEAD ref on
case-insensitive file systems. Replace '>head' with '>head.new' to
match the '>head.old' files they are compared to.
Ok. (Thanks for the catch.)
Acked-by: Jonathan Nieder <redacted>