Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-05Move `workflow/merge_requests.md` to `user/project/merge_requests.md`Achilleas Pipinellis
2016-08-25Merge branch 'dz-merge-request-version'Douwe Maan
2016-08-25removed redundant wordJürgen Steinblock
2016-08-23Modify the alias to allow specifying a remoteOndřej Čertík
Now the alias should be used as: git mr upstream 5 To check out a MR number 5 from the upstream remote, into a `mr-upstream-5` local branch. Also clarify that the `5` in the merge request is the number shown in GitLab.
2016-08-23Add new lines after backticks and colonsOndřej Čertík
2016-08-22Update merge_requests.md with a simpler way to check out a merge request Ondřej Čertík
The previous way was put under the "By modifying `.git/config` for a given repository" section. The disadvantage is that one has to modify `.git/config` for each repository that one uses. The new way was put under the "By adding a git alias" section. One has to create this git alias once, and then it will work from any repository, without having to modify `.git/config` over and over again.
2016-08-12Add documentation for merge request versionsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-10Add documentation for the 'only_allow_merge_if_build_succeeds.rb' featureRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-26Update wordingAlfredo Sumaran
2016-04-26Add documentation for "Hide whitespace changes" buttonAlfredo Sumaran
2015-11-13Add ignore white space option in merge request diffMinsik Yoon
fix this issue(https://gitlab.com/gitlab-org/gitlab-ce/issues/1393). Add ignore whitespace optoin to Commits Compare view
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
2015-08-11Revert "Merge branch 'improve-merge-requests' into 'master' "Dmitriy Zaporozhets
This reverts commit 4773f38e28c91dbbb6e5e385e0c403877298bfed, reversing changes made to 0d5d80b735eb18ae79eb2bfe26c08896d53db414.
2015-08-07Link merge request doc to READMEDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-07Create ref for every merge request. Add documentation for fetch merge requestsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>