filter-branch: prevent filters from reading from stdin
authorMatthias Lederhofer <matled@gmx.net>
Tue, 5 Jun 2007 14:12:08 +0000 (16:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jun 2007 07:29:47 +0000 (00:29 -0700)
stdin is the list of commits when the env, tree and index
filter are executed. The filters are not supposed to read
anything from stdin so the best is to give them /dev/null
for reading.

Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found