Eric Sunshine writes:
> Thus printf provides all the functionality you require, and
> print_nul() function can be dropped. So:
>
> printf '%s\0' foo bar baz
>
> is equivalent to:
>
> print_null foo bar baz
Good eyes. Thanks, I missed them when I looked at the patches.
--
To unsubscribe
On Mon, Sep 9, 2013 at 8:57 PM, Brad King wrote:
> Extend t/t1400-update-ref.sh to cover cases using the --stdin option.
>
> Signed-off-by: Brad King
> ---
> t/t1400-update-ref.sh | 639
> ++
> 1 file changed, 639 insertions(+)
>
> diff --git a/t/
Extend t/t1400-update-ref.sh to cover cases using the --stdin option.
Signed-off-by: Brad King
---
t/t1400-update-ref.sh | 639 ++
1 file changed, 639 insertions(+)
diff --git a/t/t1400-update-ref.sh b/t/t1400-update-ref.sh
index e415ee0..a510500
3 matches
Mail list logo