Package: dgit

I have been importing raspbian packaging stuff into git using dgit and am now attempting to push the results to github.

Unfortunately I ran into a problem. It seems that the psuedomerge commits generated by dgit have no author: field and this makes it impossible to push them to github.

autoforwardporter@odroid:/build/git/g/gcc-6$ git push -u github stretch-deb
Counting objects: 601, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (597/597), done.
remote: error: object cfb5eb49e59dda1303bb124ed56469a49f400f3b: missingAuthor: invalid format - expected 'author' line
remote: fatal: Error in object
error: failed to push some refs to 'g...@github.com:raspbian-packages/gcc-6.git'
autoforwardporter@odroid:/build/git/g/gcc-6$

autoforwardporter@odroid:/build/git/g/gcc-6$ git show cfb5eb49e59dda1303bb124ed56469a49f400f3b
commit cfb5eb49e59dda1303bb124ed56469a49f400f3b
Merge: 0aa0a3b 36d1a1d

    Merge gcc-6 (6.2.1-4) import into refs/heads/workingbranch

autoforwardporter@odroid:/build/git/g/gcc-6$

Reply via email to