Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E escet
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
    • Locked files
  • Issues 91
    • Issues 91
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse ProjectsEclipse Projects
  • Eclipse ESCET (Supervisory Control Engineering Toolkit)
  • escet
  • Issues
  • #322
Closed
Open
Issue created Feb 23, 2022 by Albert Hofkamp@ahofkampDeveloper

False positive on rejecting a push with multiple branches

Added a fix at 2 branches, and pushed them both. They both failed.

$ git push project 308-add-cif2cif-eventcontr-transformations 320-remove-unused-alg-variables
...
 ! [remote rejected]   308-add-cif2cif-eventcontr-transformations -> 308-add-cif2cif-eventcontr-transformations (pre-receive hook declined)
 ! [remote rejected]   320-remove-unused-alg-variables -> 320-remove-unused-alg-variables (pre-receive hook declined)
error: failed to push some refs to 'git@gitlab.eclipse.org:eclipse/escet/escet.git'

Checking #308 (closed), finding it fine, and pushing it works

$ git lg 308-add-cif2cif-eventcontr-transformations
* 2559cd70 (HEAD -> 308-add-cif2cif-eventcontr-transformations) #308 More fixes
...

$ git push project 308-add-cif2cif-eventcontr-transformations
...
# Ok!
$ git lg 320-remove-unused-alg-variables
* 8377fd93 (HEAD -> 320-remove-unused-alg-variables) Add copyright line.
...

This one was wrong indeed.

Assignee
Assign to
Time tracking

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent