[Kde-scm-interest] svn, git, bzr

Patrick Aljord patcito at gmail.com
Sun Jul 27 21:19:42 CEST 2008


On Sun, Jul 27, 2008 at 7:39 AM, Robert Wohlrab <robert.wohlrab at gmx.de> 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.


More information about the Kde-scm-interest mailing list