missed another hash-object call, disable filtering there too

This commit is contained in:
Joey Hess 2013-06-18 14:48:15 -04:00
parent 8063d68b02
commit 02c51266ec

View file

@ -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"]