Git.pm: Implement options for the command interface
commitd43ba4680754c150124b6ac3cd9c6e52765c6881
authorPetr Baudis <pasky@suse.cz>
Sat, 24 Jun 2006 02:34:49 +0000 (24 04:34 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:41 +0000 (2 17:14 -0700)
treea48d2c4ace8bf1e56b7345917540da927bcb64c0
parentd79850e1fd22abd44e447214a64e5a774ada311e
Git.pm: Implement options for the command interface

This gives the user a way to easily pass options to the command routines.
Currently only the STDERR option is implemented and can be used to adjust
what shall be done with error output of the called command (most usefully,
it can be used to silence it).

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