The basic problem at the moment is TortiseGit is 64-bit while Gpg4win is 32-bit. TortiseGit cannot see/use the 32-bit gpg-agent to extract the signing key I created.
I use SmartGit for cherry-picking and patches. I use TortiseGit for branching, tagging, and commits. ----- Rom -----Original Message----- From: boinc_dev [mailto:[email protected]] On Behalf Of Oliver Bock Sent: Friday, March 14, 2014 11:24 AM To: Toralf Förster Cc: [email protected] Subject: Re: [boinc_dev] signed versus unsigned git tags On 14/03/14 15:00 , Toralf Förster wrote: > Is there a reason in this project to not use annotated tags here ? Not to my knowledge. Maybe ease of use...? Release tags in particular could (or even should) be annotated tags because it wouldn't make much sense to update or delete them afterwards - they should become part of the repo's history. However, lightweight tags are just fine for everything else that doesn't need to (or just shouldn't) be part of the repo's history. If you use lightweight tags for release tags as well, you depend on the committers' good behavior so that they don't mess with those tags... Oliver _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
