diff options
Diffstat (limited to 'Git')
-rw-r--r-- | Git/HashObject.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Git/HashObject.hs b/Git/HashObject.hs index 1991ea4a5..808e527a3 100644 --- a/Git/HashObject.hs +++ b/Git/HashObject.hs @@ -21,6 +21,7 @@ hashObjectStart = CoProcess.rawMode <=< gitCoProcessStart True [ Param "hash-object" , Param "-w" , Param "--stdin-paths" + , Param "--no-filters" ] hashObjectStop :: HashObjectHandle -> IO () |