aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-07-09 01:00:59 -0700
committerJunio C Hamano <gitster@pobox.com>2009-07-09 01:00:59 -0700
commit1d4bf0b362bbe26f6a8b6e8e278cd45986de4aeb (patch)
tree812cd8a2cd117c02fe0f6b5625f037748305adf9 /t
parentc535d767f7a518b79a0f9b9a70ec746de76da97c (diff)
parent7d25ef41c84850ec1405400efc95d78fa6523efc (diff)
downloadgit-1d4bf0b362bbe26f6a8b6e8e278cd45986de4aeb.tar.gz
git-1d4bf0b362bbe26f6a8b6e8e278cd45986de4aeb.tar.xz
Merge branch 'gb/gitweb-avatar'
* gb/gitweb-avatar: gitweb: add empty alt text to avatar img gitweb: picon avatar provider gitweb: gravatar url cache gitweb: (gr)avatar support gitweb: use git_print_authorship_rows in 'tag' view too gitweb: uniform author info for commit and commitdiff gitweb: refactor author name insertion
Diffstat (limited to 't')
-rwxr-xr-xt/t9500-gitweb-standalone-no-errors.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t9500-gitweb-standalone-no-errors.sh b/t/t9500-gitweb-standalone-no-errors.sh
index d539619e8..627518108 100755
--- a/t/t9500-gitweb-standalone-no-errors.sh
+++ b/t/t9500-gitweb-standalone-no-errors.sh
@@ -660,6 +660,7 @@ cat >>gitweb_config.perl <<EOF
\$feature{'blame'}{'override'} = 1;
\$feature{'snapshot'}{'override'} = 1;
+\$feature{'avatar'}{'override'} = 1;
EOF
test_expect_success \
@@ -671,6 +672,7 @@ test_expect_success \
'config override: tree view, features disabled in repo config' \
'git config gitweb.blame no &&
git config gitweb.snapshot none &&
+ git config gitweb.avatar gravatar &&
gitweb_run "p=.git;a=tree"'
test_debug 'cat gitweb.log'