Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitweb compatibility #44

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Gitweb compatibility #44

wants to merge 4 commits into from

Commits on Jul 28, 2012

  1. Gitweb compat: repository summary

    - Show the summary data again, but nicely formatted
    - Repository owner and clone url can be set in the gitweb section of .git/config
    - Add the url to the model and template
    seveas committed Jul 28, 2012
    Configuration menu
    Copy the full SHA
    5896108 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2012

  1. Gitweb compat: URL structure

    One can use gitweb with the following apache config to have
    parameter-less urls:
    
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !\.git/(HEAD|refs|info|objects)
    RewriteRule ^.*\.git.*$ /gitweb.cgi%{REQUEST_URI} [PT]
    
    We use this on perl5.git.perl.org, some other sites do this too. We'd
    like these URLs to be supported by Gitalist for backwards compatibility.
    This commit adds those urls to the relevant Controllers as redirects to
    their new location.
    seveas committed Jul 29, 2012
    Configuration menu
    Copy the full SHA
    7a8de81 View commit details
    Browse the repository at this point in the history
  2. Compatibility with older perls

    seveas committed Jul 29, 2012
    Configuration menu
    Copy the full SHA
    0ac7bd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2012

  1. Configuration menu
    Copy the full SHA
    64211a8 View commit details
    Browse the repository at this point in the history