Slide 34
Slide 34 text
BUG
GIT PUSH —FORCE + PR = 500 ERROR
• commit unreachable by git push —force.
• Implementation problem
• find commit by commit id. (current rhodecode implementation)
• if can not find commit by commit id, should try to find commit by branch name. (suggestion)
• BTW: branch name and commit id are stored to database. (current rhodecode
implementation)
• is this problem already reported?
• Workaround: change branch name and create new pull request
• add suffix to branch name. ex. feature/hoge-2, feature/hoge-3 …
• git push —force is worse