Skip to content
Snippets Groups Projects

Use different git diff command.

1 unresolved thread

Closes #3401988

Merge request reports

Members who can merge are allowed to add commits.
Approval is optional
Code Quality is loading
Test summary results are being parsed
Merge blocked: 1 check failed
Merge conflicts must be resolved.

Merge details

  • The source branch is 2483 commits behind the target branch.
  • 1 commit will be added to 11.x.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
413 413 script:
414 414 - export TARGET_BRANCH=${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}${CI_COMMIT_BRANCH}
415 415 - git fetch -vn --depth=$GIT_DEPTH origin "+refs/heads/$TARGET_BRANCH:refs/heads/$TARGET_BRANCH"
416 - export MODIFIED=`git diff --name-only refs/heads/$TARGET_BRANCH|while read r;do echo "$CI_PROJECT_DIR/$r";done|tr "\n" " "`
417 - echo $MODIFIED | tr ' ' '\n' | yarn --cwd=./core run -s spellcheck:core --no-must-find-files --file-list stdin
416 - git diff $CI_MERGE_REQUEST_DIFF_BASE_SHA --name-only|while read r;do echo "$CI_PROJECT_DIR/$r";done > $CI_PROJECT_DIR/modified.txt
417 - yarn --cwd=./core run -s spellcheck:core --no-must-find-files --file-list $CI_PROJECT_DIR/modified.txt
  • added 1 commit

    Compare with previous version

  • added 48 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading