author | Petr Baudis <pasky@suse.cz> | |
Sat, 24 Jun 2006 02:34:49 +0000 (04:34 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 3 Jul 2006 00:14:41 +0000 (17:14 -0700) | ||
commit | d43ba4680754c150124b6ac3cd9c6e52765c6881 | |
tree | a48d2c4ace8bf1e56b7345917540da927bcb64c0 | tree | snapshot |
parent | d79850e1fd22abd44e447214a64e5a774ada311e | commit | diff |
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>
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 | diff | blob | history |