Re: [PATCH v3 00/10] Filter combination

2019-06-14 Thread Junio C Hamano
Matthew DeVore writes: > It has been a while since a sent a roll-up. Here are the changes since v2: > > - Re-use more URL-encoding logic in strbuf.c >* This was partially achieved by changing the helper function to accept a > function that will indicate whether some character must be es

[PATCH v3 00/10] Filter combination

2019-06-13 Thread Matthew DeVore
It has been a while since a sent a roll-up. Here are the changes since v2: - Re-use more URL-encoding logic in strbuf.c * This was partially achieved by changing the helper function to accept a function that will indicate whether some character must be escaped. - Re-use more URL-decoding