diff options
Diffstat (limited to 'Git/HashObject.hs')
-rw-r--r-- | Git/HashObject.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/HashObject.hs b/Git/HashObject.hs index 808e527a3..c6e1d2349 100644 --- a/Git/HashObject.hs +++ b/Git/HashObject.hs @@ -40,4 +40,4 @@ hashObject objtype content repo = getSha subcmd $ pipeWriteRead (map Param params) content repo where subcmd = "hash-object" - params = [subcmd, "-t", show objtype, "-w", "--stdin"] + params = [subcmd, "-t", show objtype, "-w", "--stdin", "--no-filters"] |