I'm new to Git and have a little problem with "git format-patch". It just doesn't generate any output or file although "git status" shows modified (and also ready to commit) files in my working copy. "git diff --cached" shows all my changes, though. What can be the problem here?
I don't know what the problem might be with 'git format-patch', I'm new to git too, but you should use 'git diff > xxx.diff' to create a patch and add it to the patch tracker. See guidelines on : http://www.phpmyadmin.net/documentation/#faq7_3
Kind regards,
Dieter