avoid too long temp dir template
authorJoey Hess <joeyh@joeyh.name>
Sun, 6 Dec 2015 20:42:40 +0000 (16:42 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sun, 6 Dec 2015 20:42:40 +0000 (16:42 -0400)
commit6e71094e7d44a2104d05dd175b2ca6e090043f58
tree5b7e06bd4e60b1c3018d1143c647f6d79eeca3bc
parent969d54f9148e0374c6b60e6fd58517c6497464b1
avoid too long temp dir template

The filename might be at or close to the filename length limit, so using it
as the template for the temp dir would then fail.
Annex/ReplaceFile.hs