git lfs clean reads from standard input, not standard output

This commit is contained in:
Michael Haggerty 2015-04-11 08:35:32 +02:00
parent 56b7408abb
commit 312dc41609

@ -7,7 +7,7 @@ git-lfs-clean(1) -- Git clean filter that converts large files to pointers
## DESCRIPTION ## DESCRIPTION
Calculate a SHA-256 signature of the data from standard output, and output a Calculate a SHA-256 signature of the data from standard input, and output a
Git LFS pointer file. Also queue the file to be pushed by Git LFS pointer file. Also queue the file to be pushed by
git-lfs-push(1). git-lfs-push(1).