missed another hash-object call, disable filtering there too
This commit is contained in:
parent
8063d68b02
commit
02c51266ec
1 changed files with 1 additions and 1 deletions
|
@ -40,4 +40,4 @@ hashObject objtype content repo = getSha subcmd $
|
||||||
pipeWriteRead (map Param params) content repo
|
pipeWriteRead (map Param params) content repo
|
||||||
where
|
where
|
||||||
subcmd = "hash-object"
|
subcmd = "hash-object"
|
||||||
params = [subcmd, "-t", show objtype, "-w", "--stdin"]
|
params = [subcmd, "-t", show objtype, "-w", "--stdin", "--no-filters"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue