avoid git warning about CRLF in restagePointerFile

Saw it on Windows, could probably also happen on linux with some
configuration. Since this is a pointer file, the warning does not apply.
This commit is contained in:
Joey Hess 2019-02-18 18:06:35 -04:00
parent 1647b9c7a4
commit 1e95bc4fd1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 9 additions and 1 deletions

View file

@ -27,3 +27,5 @@ returned Nothing which should not happen in this case.
So, the next step will be to build git-annex on Windows and instrument
`stageDirect` to work out which thing it depends on has broken..
> [[fixed|done]] --[[Joey]]