Hi, On Sat, Aug 29, 2020 at 2:21 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Hariom verma <hariom18599@xxxxxxxxx> writes: > > >> * hv/ref-filter-misc (2020-08-17) 9 commits > >> (merged to 'next' on 2020-08-27 at c015fa6b0f) > >> + ref-filter: add `sanitize` option for 'subject' atom > >> + format-support: move `format_sanitized_subject()` from pretty > >> + pretty: refactor `format_sanitized_subject()` > >> + ref-filter: add `short` modifier to 'parent' atom > >> + ref-filter: add `short` modifier to 'tree' atom > >> + ref-filter: rename `objectname` related functions and fields > >> + ref-filter: modify error messages in `grab_objectname()` > >> + ref-filter: refactor `grab_objectname()` > >> + ref-filter: support different email formats > >> > >> The "--format=" option to the "for-each-ref" command and friends > >> learned a few more tricks, e.g. the ":short" suffix that applies to > >> "objectname" now also can be used for "parent", "tree", etc. > >> > >> Will merge to 'master'. > > > > I sent an updated version of the patch series addressing your comment > > concerning new file format-support.{c,h}[1]. > > But other stuff (like format-sanitized-subject having unnecessary > allocation and unnecessary special casing of LF) are worth fixing in > the version queued above. Yeah, I fixed that too in the v4 of the patch series. > Let's revert the above out of 'next' and start afresh using v4. Just saw v4 in the `seen` ;) Thanks, Hariom