Re: [PATCH] Implemented -o option for 'set-option'

2013-02-22 Thread Nicholas Marriott
Send the file as an attachment. On Fri, Feb 22, 2013 at 03:50:29PM -0300, Thiago Padilha wrote: > Anyone knows how I can use gmail to send this? > > On Fri, Feb 22, 2013 at 3:35 PM, Thiago Padilha wrote: > > This option alters 'set-option' behavior so it will only set the value if > > it isn't

Re: [PATCH] Implemented -o option for 'set-option'

2013-02-22 Thread Thomas Adam
On 22 February 2013 18:50, Thiago Padilha wrote: > Anyone knows how I can use gmail to send this? Read the git.git docs for SubmittingPatches. -- Thomas Adam -- Everyone hates slow websites. So do we. Make your web apps

Re: [PATCH] Implemented -o option for 'set-option'

2013-02-22 Thread Aaron Jensen
I just use git format-patch --stdout master > whatever.patch and attach the patch file On Fri, Feb 22, 2013 at 10:50 AM, Thiago Padilha wrote: > Anyone knows how I can use gmail to send this? > > On Fri, Feb 22, 2013 at 3:35 PM, Thiago Padilha > wrote: > > This option alters 'set-option' behavi

Re: [PATCH] Implemented -o option for 'set-option'

2013-02-22 Thread Thiago Padilha
Anyone knows how I can use gmail to send this? On Fri, Feb 22, 2013 at 3:35 PM, Thiago Padilha wrote: > This option alters 'set-option' behavior so it will only set the value if > it isn't already set > --- > cmd-set-option.c | 34 +- > 1 file changed, 29 insertio

[PATCH] Implemented -o option for 'set-option'

2013-02-22 Thread Thiago Padilha
This option alters 'set-option' behavior so it will only set the value if it isn't already set --- cmd-set-option.c | 34 +- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/cmd-set-option.c b/cmd-set-option.c index a09e6db..28105d8 100644 --- a/cmd-se