[Bash-completion-devel] cups

Ville Skyttä ville.skytta at iki.fi
Sun Jun 19 09:07:28 UTC 2011


On 06/19/2011 03:29 AM, Raphaël wrote:

> I wanted to use send-email this time  but I realized I don't know git.
> 
> I strongly believed that the following would format 1 patch only:
> $ git format-patch --stdout ee875cb29a26133f9dae0625b2369b8072ff9095 -- completions/cups
> but it didn't (it is pushed in gitorious).

I've never tried it that way.  The way I've always used it (almost
certainly isn't the only one) is simply "git format-patch origin/master"
(or some other branch) which produces a bunch of 000*.patch patch files,
then I look at the ones I want to send and pass them as arguments to
"git send-email".

Whenever upstream applies my patches, I sync my local copy with git
merge or git pull, I never do git cherry.

Anyway, I managed to get the cups patch applied after manually massaging
the headers at the top a bit, thanks.  (git am didn't recognize the
patch format as is.)



More information about the Bash-completion-devel mailing list