Ryan Anderson <[EMAIL PROTECTED]> writes:
> +open(F,"-|","git-ls-files")
> + or die "Failed to open pipe from git-ls-files: " . $!;
> +
> [EMAIL PROTECTED] = ;
> +close(F);
We can afford to handle funny characters in the filename right
without pain in Perl, so let's do it right:
use vars
Oh, and in the process, rewrite it in Perl.
Signed-off-by: Ryan Anderson <[EMAIL PROTECTED]>
---
git-rename-script | 68 +
1 files changed, 63 insertions(+), 5 deletions(-)
f46717f9116bba7efb6a10ed99cd2fcea00fe5da
diff --git a/git-rename-sc
2 matches
Mail list logo