filter-branch: prevent filters from reading from stdin
commit350d8575293dc3f25b0c6ec4bbfd9303a0eebd76
authorMatthias Lederhofer <matled@gmx.net>
Tue, 5 Jun 2007 14:12:08 +0000 (5 16:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jun 2007 07:29:47 +0000 (6 00:29 -0700)
treef1440fc24d1d7028ad565975cef6eca0e5ba6535
parentaee078bf81d5810cb461e86950f6807d2d45befa
filter-branch: prevent filters from reading from stdin

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>
git-filter-branch.sh