Git.pm: Try to support ActiveState output pipe
commita6065b548fc74ce4d8a655e17bfb1dba39540464
authorPetr Baudis <pasky@suse.cz>
Sun, 25 Jun 2006 01:54:23 +0000 (25 03:54 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:42 +0000 (2 17:14 -0700)
tree9f0a94064afa29de18e759d87820d018e6851120
parentf6276fe159fe985af2d5831f4629ceefb33d082e
Git.pm: Try to support ActiveState output pipe

The code is stolen from git-annotate and completely untested since
I don't have access to any Microsoft operating system now. Someone
ActiveState-savvy should look at it anyway and try to implement
the input pipe as well, if it is possible at all; also, the implementation
seems to be horribly whitespace-unsafe.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
perl/Git.pm