Throughout the project's code and public-facing pages, there is no consistency to how Gitlab is capitalized. There's "GitLab", "Gitlab", "GITLAB", etc.
Should decide on one and change the rest to match.
My is for GitLab.
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
$ ack '(Gitlab|GITLAB) ' app/assets/stylesheets/main.scss4:/** GITLAB colors **/10:/** GITLAB Fonts **/109: * Gitlab bootstrap.app/views/errors/gitolite.html.haml3:%h2 Gitlab was unable to access your Gitolite system.app/views/help/index.html.haml33: %h5= link_to "Gitlab Markdown", help_markdown_pathapp/views/help/markdown.html.haml1:%h3.page_title Gitlab Flavored Markdown10: For Gitlab we developed something we call "Gitlab Flavored Markdown" (GFM).65: %h4 Special Gitlab referencesapp/views/help/ssh.html.haml20: Next just use code below to dump your public key and add to GITLAB SSH Keysapp/views/help/system_hooks.html.haml8: Your Gitlab instance can perform HTTP POST request on next event: create_project, delete_project, create_user, delete_user, change_team_member.app/views/help/web_hooks.html.haml8: Every Gitlab project can trigger a web server whenever the repo is pushed to.12: GITLAB will send POST request with commits information on every push.app/views/issues/_form.html.haml41: %p.hint Issues are parsed with #{link_to "Gitlab Flavored Markdown", help_markdown_path, target: '_blank'}.app/views/milestones/_form.html.haml25: %p.hint Milestones are parsed with #{link_to "Gitlab Flavored Markdown", help_markdown_path, target: '_blank'}.app/views/notes/_form.html.haml14: .right Comments are parsed with #{link_to "Gitlab Flavored Markdown", help_markdown_path, target: '_blank'}.app/views/wikis/_form.html.haml17: Wiki content is parsed with #{link_to "Gitlab Flavored Markdown", help_markdown_path, target: '_blank'}.config/gitlab.yml2:# Gitlab application config file #lib/support/aws/debian_ubuntu_aws.sh4:# This script performs a complete installation of Gitlab (master branch).52:# Gitlab install68:# Set the first occurrence of host in the Gitlab config to the publicly available domain name71:# Gitlab installation test (optional)86:# Create a Gitlab service90:## Gitlab service commands (unicorn and resque)117:echo "Surf to this Gitlab installation in your browser:"lib/support/init-gitlab14:DESC="Gitlab service"spec/requests/gitlab_flavored_markdown_spec.rb3:describe "Gitlab Flavored Markdown" do
@randx Agreed.
By Administrator on 2012-09-04T07:27:46 (imported from GitLab project)
By Administrator on 2012-09-04T07:27:46 (imported from GitLab)