I could merge and push until the master branch (5.4->5.5->5.6)
git merge --no-ff --log PHP-5.6
Merge made by the 'recursive' strategy.
git push origin master
Username for 'https://git.php.net': mariuz
Password for 'mariuz@git.php.net" rel="nofollow" target="_blank">https://mariuz@git.php.net':
Counting objects: 1, done.
Writing objects: 100% (1/1), 302 bytes | 0 bytes/s, done.
Total 1 (delta 0), reused 0 (delta 0)
remote: Welcome mariuz.
remote: You have insufficient Karma!
remote: I'm sorry, I cannot allow you to write to
remote: php-src.git/
remote: Have a nice day.
To https://git.php.net/push/php-src.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.php.net/push/php-src.git'
I could merge and push until the master branch (5.4->5.5->5.6)
git merge --no-ff --log PHP-5.6
Merge made by the 'recursive' strategy.git push origin master
Username for 'https://git.php.net': mariuz
Password for 'mariuz@git.php.net" rel="nofollow" target="_blank">https://mariuz@git.php.net':
Counting objects: 1, done.
Writing objects: 100% (1/1), 302 bytes | 0 bytes/s, done.
Total 1 (delta 0), reused 0 (delta 0)
remote: Welcome mariuz.
remote: You have insufficient Karma!
remote: I'm sorry, I cannot allow you to write to
remote: php-src.git/
remote: Have a nice day.
To https://git.php.net/push/php-src.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.php.net/push/php-src.git'--
hi,
it seems you only have karma for the following:
- pecl/pdo_firebird
- php-src.git/ext/interbase
- php-src.git/ext/pdo_firebird
- php-src.git/NEWS
- phpdoc
- playground.git
so you will only be able to push your merge if you only happen to have
changes for those directories.
my guess is that somebody pushed something to one of the lower branches,
then forgot to merge it upwards, so when you merged upward, you ended up
merging those changes, but you don't have karma for those files/dirs.
--
Ferenc Kovács
@Tyr43l - http://tyrael.hu