RFD: concatening textconv filters

2013-02-21 Thread Michael J Gruber
During my day-to-day UGFWIINIT I noticed that we don't do textconv iteratively. E.g.: I have a file SuperSecretButDumbFormat.pdf.gpg and textconv filters with attributes set for *.gpg and *.pdf (using gpg resp. pdftotext). For Git, the file has only the gpg attribute, of course. In this case, I

Re: RFD: concatening textconv filters

2013-02-21 Thread Junio C Hamano
Michael J Gruber g...@drmicha.warpmail.net writes: ... but wondering whether we could and should support concatenating filters by either - making it easy to request it (say by setting filter.gpgtopdftotext.textconvpipe to a list of textconv filter names which are to be applied in sequence)