GNOME Bugzilla – Bug 766255
Short log column shows "Version: GnuPG v1" in stead of commit message when commit is signed
Last modified: 2016-05-11 06:58:22 UTC
Created attachment 327629 [details] Giggle showing text from the signature in stead of the commit message When a commit is signed, Giggle doesn't correctly recognise the start of the start of the commit message and uses the first line of the signature to display in the column "Short log". Steps to reproduce: 0. Create a dummy branch or dummy git-repo (git checkout -b foobar or mkdir /tmp/foobar; cd /tmp/foobar; git init) 1. Create a gpg key (gpg --gen-key) and note its identifier (gpg --list-keys) 2. Set this key for signing your commits (git config user.signingkey <KEY-ID>) 3. Make some changes and commit with signature (git commit -S) 4. Open Giggle and view the History
I'm sorry, I didn't check if this bug was reported before. Seems it was. Marked this one as duplicate.
*** This bug has been marked as a duplicate of bug 721287 ***