On Tue, Aug 20, 2013 at 7:42 AM, Gour <[email protected]> wrote: > Hello, > > I've converted (mostly from Git, but as well as from darcs & btr) *all* > my repost to Fossil in order to exclusively use it and test it > thoroughly. > > Now I experience some (strange) problem that I can't see GPG signatures > in my commits. > > During commit I see the following: > > You need a passphrase to unlock the secret key for > user: "Gour-Gadadhara Dasa <[email protected]>" > 4096-bit RSA key, ID 52B5C810, created 2011-04-02 > > New_Version: da8de0a52e73efdb545cd5020d17182e2e657c6d > > but when I look in the timeline, I cannot see whether the commit is > signed or not? > > Has something changed in Fossil in regard? >
The PGP signature is recorded in the repository. (See, for example the PGP signature on an early check-in to Fossil itself at http://www.fossil-scm.org/fossil/artifact/22c1ac41d4c02c44). However, I have never added any logic in the timeline display to actually show the signature. The need to do this has never arisen in 6+ years. What kind of timeline display are you looking for? > > Here is the snippet from my settings: > > clearsign (local) 1 > case-sensitive > clean-glob > crnl-glob > default-perms > diff-binary > diff-command > dont-push > editor (local) vim > empty-dirs > encoding-glob > gdiff-command > gmerge-command (local) meld > http-port > https-login > ignore-glob > keep-glob > localauth (local) 0 > main-branch > manifest > max-upload > mtime-changes > pgp-command (local) gpg --clearsign -o > > > When I use: 'gpg clearsign -o' with some test document, it is normally > signed without asking for passphrase since gpg-agent is active (via > keychain) and required key is set as default. > > Any hint? > > > Sincerely, > Gour > > -- > But for one who takes pleasure in the self, whose human life > is one of self-realization, and who is satisfied in the self only, > fully satiated — for him there is no duty. > > http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810 > > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

