On Mar 25, 2009, at 12:13 PM, Hugo Schmitt wrote: > BTW, how can I make fossil stop looking for gpg every time I commit ? > Currently I have to confirm that I want to commit anyway with a 'y'es. >
fossil setting pgp-command off -global The -global is optional, of course. Use it to turn of PGP for all of your repositories rather than the one whose check-out you are currently in. D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

