On Sat, Sep 28, 2013 at 11:30 PM, Ramkumar Ramachandra
wrote:
> Felipe Contreras wrote:
>> +test_expect_success 'argument passing' '
>> + cat > script <<-"EOF" &&
>> + p($0)
>> + p(ARGV)
>> + EOF
>> + git ruby script foo bar > actual &&
>> + cat > expected <<-EO
Felipe Contreras wrote:
> +test_expect_success 'argument passing' '
> + cat > script <<-"EOF" &&
> + p($0)
> + p(ARGV)
> + EOF
> + git ruby script foo bar > actual &&
> + cat > expected <<-EOF &&
> + "script"
> + ["foo", "bar"]
> + EOF
> +
Signed-off-by: Felipe Contreras
---
Notes:
With this support, third parties would be able to write scripts more easily
and
access libgit facilities.
Also, it could help developers by allowing easier prototyping
git ruby > actual <
+
+static inline VALUE sha1_to_str(co
3 matches
Mail list logo