Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Git.pm: Introduce ident() and ident_person() methods
[gitweb.git]
/
git-mv.perl
diff --git
a/git-mv.perl
b/git-mv.perl
index 5134b805a5f69afc127f9904161948773c5df41b..322b9fdcb36367934e5409f2f825d7d782787289 100755
(executable)
--- a/
git-mv.perl
+++ b/
git-mv.perl
@@
-6,11
+6,6
@@
# This file is licensed under the GPL v2, or a later version
# at the discretion of Linus Torvalds.
-BEGIN {
- unless (exists $ENV{'RUNNING_GIT_TESTS'}) {
- unshift @INC, '@@INSTLIBDIR@@';
- }
-}
use warnings;
use strict;
use Getopt::Std;