On Tuesday 26. May 2009 13.08.05 Ethan wrote: > On Tue, May 26, 2009 at 2:07 AM, Henrik Austad <[email protected]>wrote: > > In magit/magit.el, change the following > > > > (defcustom magit-commit-signoff nil > > "When performing git commit adds --signoff" > > > > :group 'magit > > :type 'boolean) > > > > to > > > > (defcustom magit-commit-signoff t > > "When performing git commit adds --signoff" > > > > :group 'magit > > :type 'boolean) > > > > (set the option to true) > > You don't have to change the magit source. Try M-x customize-variable > magit-commit-signoff, or put (setq magit-commit-signoff t) in your .emacs > (or .emacs.d/init.el).
Aha, now we're talking. :-) > Ethan Thanks! -- Med Vennlig Hilsen - Yours Sincerely Henrik Austad
