Project management and code hosting application. Follow us on twitter @gitlabhq
443e21ed92
It matches #[0-9]+ in commit messages. For example * Fix for #12 * Code review for #56 * Test for #15, Review on #54, Fix for #42 It only links to valid issues (existing and belonging to the current project) It does not add any link to the commit in the issue page, it only consists in parsing the commit message when displayed. This can be considere as a primary work for the issue #155 on gitlabhq/gitlabhq. |
||
---|---|---|
app | ||
config | ||
db | ||
doc | ||
lib | ||
log | ||
public | ||
script | ||
spec | ||
vendor | ||
.gitignore | ||
.rails_footnotes | ||
.rbenv-version | ||
.rspec | ||
.travis.yml | ||
CHANGELOG | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
Rakefile | ||
README.md | ||
VERSION |
Welcome to GitLab
GitLab is a free Project/Repository management application
Application details
rails 3.1 works only with gitolite sqlite as default a database
Requirements
- ruby 1.9.2
- sqlite
- git
- gitolite
- pygments lib -
sudo easy_install pygments
Install
Checkout wiki pages for installation information, migration, etc.
Community
IRC freenode: #gitlabhq
Contacts
Twitter:
- @gitalbhq
- @dzaporozhets
Contribute
We are on our way to full open source. Want to help - create an issue on github and notify us that you are ready to start it. If approved - fork, code, cover with tests & make pull request. We'll accept good pull requests.