[email protected] writes: > On Tue, Sep 3, 2013 at 4:50 AM, Neale Swinnerton <[email protected]> wrote: >> >> I'm struggling to see how to set some default options. I'd like to make >> '-S' (--gpg-sign) default on when commiting and '-s' (--sign) default on >> when tagging. >> >> Is this supported? >> Is this a bad idea? > > Currently, logging has the --graph option on by default but it's implemented > as a special case: magit-key-mode-generate (in magit-key-mode.el near > the end) has > > ;; As a tempory kludge it is okay to do this here. > ,(cl-case group > (logging > '(when magit-have-graph > (list "--graph"))) > (diff-options > '(when (local-variable-p 'magit-diff-options) > magit-diff-options)))))))) > > So I guess this isn't currently supported, but is intended to be, some > time in the future.
Yes, that feature is in planning. Noam also opened an issue for this at https://github.com/magit/magit/issues/853. -- Jonas -- --- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
