Git homepage that rocks - from the git.or.cz awesomeness
Перейти к файлу
Carlos Martín Nieto 6ef14147de Correctly identify latest stable git version
Maintenance releases for version n-1 and n-2 can have later dates than
the latest stable n, so they're not a good way to determine the latest
release. The latest release should be calculated using the version
number alone.
2012-02-10 16:42:13 +01:00
lib Only store stable release versions 2011-10-07 11:54:05 +02:00
public let us see if this works 2011-09-21 11:21:01 -07:00
views Update stale URLs to wiki.kernel.org 2012-01-26 15:41:25 -08:00
.gitignore initial import from rails to sinatra 2011-09-21 11:08:34 -07:00
COPYING copy license and readme from the rails site 2011-09-21 11:09:26 -07:00
Gemfile fix bitbucket link 2011-11-27 14:36:16 -08:00
Gemfile.lock fix bitbucket link 2011-11-27 14:36:16 -08:00
README.md updated readme 2011-09-21 15:55:37 -07:00
Rakefile rake process to get the current version 2011-09-22 07:44:19 -07:00
app.rb Correctly identify latest stable git version 2012-02-10 16:42:13 +01:00
config.ru update static paths 2011-09-23 07:10:14 -07:00

README.md

The Git Website

This is the source for the main Git website, found at git-scm.com.

Running It

This is a Sinatra app, so if you want to run this locally, you can simply run:

$ rackup config.ru

That should get it running locally so you can test it. The site is deployed to Heroku.

Contributing

Fork this project, make a change, push to a named branch on GitHub and send me a pull request.