projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5d3450
)
t/gitweb-lib.sh: Use tabs for indent consistently
author
Jakub Narebski
<jnareb@gmail.com>
Sun, 12 Sep 2010 09:41:05 +0000
(11:41 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 12 Sep 2010 21:01:59 +0000
(14:01 -0700)
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/gitweb-lib.sh
patch
|
blob
|
history
diff --git
a/t/gitweb-lib.sh
b/t/gitweb-lib.sh
index 8fad23614e7d9f2e6bbc2495b674a242a2ca8a0a..8c490c87071cc71228d1811d6e08cf542bf11d2e 100644
(file)
--- a/
t/gitweb-lib.sh
+++ b/
t/gitweb-lib.sh
@@
-81,8
+81,8
@@
if ! test_have_prereq PERL; then
fi
perl -MEncode -e 'decode_utf8("", Encode::FB_CROAK)' >/dev/null 2>&1 || {
- skip_all='skipping gitweb tests, perl version is too old'
- test_done
+
skip_all='skipping gitweb tests, perl version is too old'
+
test_done
}
gitweb_init