annotate: Convert all -| calls to use a helper open_pipe().
authorRyan Anderson <ryan@michonline.com>
Sun, 26 Feb 2006 03:02:05 +0000 (22:02 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 26 Feb 2006 22:45:05 +0000 (14:45 -0800)
commit6b3e21d6031e1e8df8b01cba5ab7374c4b721257
tree6ebea5d21925cfc65bb5a32c6dd0996f3b0f45b9
parent87475f4dfce96b040fffbaefda9a4daa789786b2
annotate: Convert all -| calls to use a helper open_pipe().

When we settle on a solution for ActiveState's forking issues, all
compatibility checks can be handled inside this one function.

Also, fixed an abuse of global variables in the process of cleaning this up.

Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-annotate.perl