14 May, 2013
1 commit
-
fix #3823
13 May, 2013
25 commits
-
Save backup time as is. Fixes #3857.
-
Fixed puma.rb environment setting
-
A small update of nginx example config to prevent users from issues while nginx not listen on localhost
-
Show only selected branch
-
A little change on wording for new-user email
-
included more details on searching for issues related to pull request
-
@options enable to keep params when switching ref.
-
Fixed a nginx configuration
-
update links to be relative paths and add CONTRIBUTING.md link
-
fixed fact about memory usage
-
fixed capitalization and added Google Analytics
-
Configure git global settings in installation docs
-
System calls to gitlab-shell were using unsanitized user input
-
Migrate notes.line_code format.
12 May, 2013
1 commit
11 May, 2013
2 commits
-
Since version 4.1, notes.line_code means: {SHA1 hash of file path}_{old line}_{new line} but the older version means: {file index of the commit}_{old line}_{new line} This rake task migrate the above differences.
10 May, 2013
2 commits
-
Based on posting https://github.com/gitlabhq/gitlabhq/issues/3384#issuecomment-15457287 I was able to solved an issue here. Pointing out *:80 might could prevent others for struggeling here
-
Just a little change of wording for new-user email which looks better in my eyes.
09 May, 2013
9 commits
-
Setting Git's global user.name and user.email are missing from instructions, causing check.rake to fail at this step. Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>