author | Matthias Lederhofer <matled@gmx.net> | |
Tue, 5 Jun 2007 14:12:08 +0000 (16:12 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 6 Jun 2007 07:29:47 +0000 (00:29 -0700) | ||
commit | 350d8575293dc3f25b0c6ec4bbfd9303a0eebd76 | |
tree | f1440fc24d1d7028ad565975cef6eca0e5ba6535 | tree | snapshot |
parent | aee078bf81d5810cb461e86950f6807d2d45befa | commit | diff |
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>
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 | diff | blob | history |