0

I have problem with gerrit. I want to push a branch to gerrit with long history commits.

The problem that the commit messages are too long and it causes data Base crash when i push the branch.

I'm not sure if the problem is, the commit messages are too long or they contain special characters that are part of data base syntax.

I try 'git reset --soft noCommit' and I reset to the 5th first commit. It solves the problem, but when i update the branch, The history commit meesages returns back and i can not push any more to gerrit.

I'm looking for a solution for this problem. I can not change the commit messages. How i can change the database settings to accept the long commit message?

4

1 に答える 1

2

コミット メッセージを変更できない場合、レビューのためにコミットをプッシュしますか? レビューをバイパスして gerrit にプッシュすることをお勧めします。

それだけではありません - 何がうまくいかないのか (サーバー ログ) の詳細が必要です

于 2012-07-27T16:09:48.880 に答える