From: Paul M. <le...@li...> - 2007-02-23 09:48:00
|
On Wed, Feb 21, 2007 at 05:25:45PM +0000, Kristoffer Ericson wrote: > Btw, usually I use git diff to create patches (this time I used diff). Im > guessing that git diff is preferred when sending you patches then? > Yes, git diff will do fine if you've got a working tree. If you've already checked things in locally then you can simply use something like 'git format-patch --pretty=email <hash>'. On Wed, Feb 21, 2007 at 11:18:22PM +0000, Kristoffer Ericson wrote: > Paul, any idea when the keyboard for hp6xx will be pushed into git? > There are some outstanding issues with it, I prepared a patch for Dmitry but it still requires some attention. Someone with a vested interest in hp6xx will have to take it the rest of the way, I can provide the patch and comment mail off-list to whoever is interested. |