diff options
author | Jakub Narebski <jnareb@gmail.com> | 2006-07-30 18:28:34 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-30 18:28:34 -0700 |
commit | b9182987a80f7e820cbe1f8c7c4dc26f8586e8cd (patch) | |
tree | 69bbbe5ec3d8bd8b7eb61e390f3b05a33eb831f5 /gitweb/test | |
parent | gitweb: whitespace cleanup (diff) | |
download | tgif-b9182987a80f7e820cbe1f8c7c4dc26f8586e8cd.tar.xz |
gitweb: Use list for of open for running git commands, thorougly.
Use list form of open for running git commands and reading their
output through pipe, for example
open my $fd, "-|", $GIT, "rev-list", "--header", "--parents", $hash
instead of
open my $fd, "-|", "$GIT rev-list --header --parents $hash"
Single letter options use ' instead of " as quotes, according to style
used in list form of magic "-|" open.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'gitweb/test')
0 files changed, 0 insertions, 0 deletions