avoid filtering object being hashed
This avoids newline conversion being done on it in Windows.
This commit is contained in:
parent
6ac3d33445
commit
a1f8771d2b
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ hashObjectStart = CoProcess.rawMode <=< gitCoProcessStart True
|
|||
[ Param "hash-object"
|
||||
, Param "-w"
|
||||
, Param "--stdin-paths"
|
||||
, Param "--no-filters"
|
||||
]
|
||||
|
||||
hashObjectStop :: HashObjectHandle -> IO ()
|
||||
|
|
Loading…
Add table
Reference in a new issue