avoid filtering object being hashed

This avoids newline conversion being done on it in Windows.
This commit is contained in:
Joey Hess 2013-06-18 13:42:16 -04:00
parent 6ac3d33445
commit a1f8771d2b

View file

@ -21,6 +21,7 @@ hashObjectStart = CoProcess.rawMode <=< gitCoProcessStart True
[ Param "hash-object"
, Param "-w"
, Param "--stdin-paths"
, Param "--no-filters"
]
hashObjectStop :: HashObjectHandle -> IO ()