On Sun, Jul 27, 2008 at 7:39 AM, Robert Wohlrab <[EMAIL PROTECTED]> wrote: > Can you please tell me how I do it with git? The only thing I found by > searching for "sign commit git" was the "git commit -s" thing which only adds > the "Signed-of-by: Blablub" thing. The other one is "git-tag -s"... but that > would be to complicated for every commit...
Here is a nice tutorial on how to do it: http://rails.wincent.com/wiki/Git_quickstart Basically, it takes 5 minutes to install GPG though you should already have it if you're a KDE dev. Then every time you commit just sign it with git-tag -s, it should take a few seconds. Actually, you could even write a post commit hook that would automatically sign every of your commit so it would take you no time to do so. _______________________________________________ Kde-scm-interest mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-scm-interest
