Add window save/restore

Henrik Brautaset Aronsen subsurface at henrik.synth.no
Sun Feb 3 11:18:34 PST 2013


Amit Chaudhuri wrote:
> Hi Henrik,
>
> OSX addition - cool thanks.
>
> Satellite stuff - ** no clue where that came from ** !!
>
> Good point about the signed off-by.  I'm set up to do that "at home" 
> but when I generate the diff vs master I sometimes forget that.  Is 
> there a good way to add it automatically when creating the diff?

Commit your changes and and add your Signed-off-by in the commit 
message.  If you use "git gui" to commit, it's got a separate button to 
create that text string.

After that, use "git format-patch <SHA-of-previous-commit>", which will 
create a numbered patch file.

Send the patch to this list by issuing "git send-email 
<name-of-patch-file>".   That last step needs some configuring in your 
.git/config, e.g.

[sendemail]
     smtpencryption = ssl
     smtpserver = smtp.example.com
     smtpuser = amit
     smtpserverport = 465
     to = subsurface at hohndel.org
     from = amit at example.com

Cheers,
Henrik



More information about the subsurface mailing list