Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
Jenkins jobs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Infrastructure
CI CD
Jenkins jobs
Merge requests
!50
Use a shorter format for the git logs shown on Phabricator.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Use a shorter format for the git logs shown on Phabricator.
generated-differential-D2934-source
into
master
Overview
10
Commits
1
Pipelines
0
Changes
1
Closed
vlorentz
requested to merge
generated-differential-D2934-source
into
master
5 years ago
Overview
10
Commits
1
Pipelines
0
Changes
1
Expand
The current output can make the page of a diff very long.
Migrated from D2934 (
view on Phabricator
)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
121f1f7a
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Conflict: This file was modified in the source branch, but removed in the target branch. Ask someone with write access to resolve it.
jobs/templates/includes/stage-apply-phabricator-diff.groovy.j2
+
1
−
1
Options
@@ -48,7 +48,7 @@ stage('Apply phabricator diff') {
echo "===== Changes applied before test ====="
echo
echo '```'
git log ${ORIGINAL_TAG}..
git log
--format=oneline
${ORIGINAL_TAG}..
echo '```'
else
echo '**Attempts to apply the diff failed!**'
Loading