Re: [PATCH 0/5] Documentation/technical: describe signature formats

2016-06-17 Thread Junio C Hamano
Michael J Gruber writes: > - We don't support verifying push certificates, although they fit in with > git verify-tag. Patch has been submitted, and this series documents the > result already (git verify-tag --blob). > > - We don' support verifying signed merge

[PATCH 0/5] Documentation/technical: describe signature formats

2016-06-17 Thread Michael J Gruber
As promised a while ago, here is a little series that describes the signature formats that we use in Git. The series sets up the the basic structure first and then describes each format in one patch. The series grew out of my own efforts to get an overview and structure my understanding before I