diff options
| author | Todd Zullinger <tmz@fedoraproject.org> | 2009-01-03 16:36:21 +0000 |
|---|---|---|
| committer | Todd Zullinger <tmz@fedoraproject.org> | 2009-01-03 16:36:21 +0000 |
| commit | f1f8cabac8c7dd4890995fd94a4d91440ad992ad (patch) | |
| tree | 8e0ff148b75a1cd789ea5fd311f446530ed7cf11 /git.conf.httpd | |
| parent | 413c55e528463fab93f6682a5d38f968c6fad48d (diff) | |
| download | git-package-f1f8cabac8c7dd4890995fd94a4d91440ad992ad.tar.gz git-package-f1f8cabac8c7dd4890995fd94a4d91440ad992ad.tar.xz git-package-f1f8cabac8c7dd4890995fd94a4d91440ad992ad.zip | |
- Install git-* commands in %{_libexecdir}/git-core, the upstream default
- Remove libcurl from Requires, rpm will pick this up automatically
- Consolidate build/install options in %make_git (Roland McGrath)
- Include DirectoryIndex in gitweb httpd-config (bug 471692)
- Define DOCBOOK_XSL_172 to fix minor manpage issues
- Rename %{_var}/lib/git-daemon to %{_var}/lib/git
- Preserve timestamps on installed files
- Quiet some rpmlint complaints
- Use macros more consistently
Diffstat (limited to 'git.conf.httpd')
| -rw-r--r-- | git.conf.httpd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git.conf.httpd b/git.conf.httpd index 3611943..4f4eac7 100644 --- a/git.conf.httpd +++ b/git.conf.httpd @@ -3,4 +3,5 @@ Alias /git /var/www/git <Directory /var/www/git> Options +ExecCGI AddHandler cgi-script .cgi + DirectoryIndex gitweb.cgi </Directory> |
