| commit | fb3bb3d1325f1d0a8cdc402a596c9a520b0ccbe6 | [log] [tgz] | 
|---|---|---|
| author | Devin Doucette <devin@doucette.cc> | Sat Dec 27 02:39:31 2008 -0700 | 
| committer | Junio C Hamano <gitster@pobox.com> | Sat Dec 27 22:34:03 2008 -0800 | 
| tree | a0ea80dba2534b9343806c63831a4e1a16b59ad7 | |
| parent | a9012e343eee2404a54abcc5bbff9e63f5683029 [diff] | 
gitweb: Fix export check in git_get_projects_list When $filter was empty, the path passed to check_export_ok would contain an extra '/', which some implementations of export_auth_hook are sensitive to. It makes more sense to fix this here than to handle the special case in each implementation of export_auth_hook. Signed-off-by: Devin Doucette <devin@doucette.cc> Acked-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>