]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'hv/ref-filter-misc'
authorJunio C Hamano <gitster@pobox.com>
Wed, 9 Sep 2020 20:53:07 +0000 (13:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Sep 2020 20:53:07 +0000 (13:53 -0700)
commitc25fba986bfc737d775430d290b93136d390e067
treee14ed769e7998d7ccf26066ddb02e0b48904c82d
parent9f7833fd55c0039ef304beea7c1263d428410b95
parent905f0a4e64bef35482a999dd01c64945b260c010
Merge branch 'hv/ref-filter-misc'

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.

* hv/ref-filter-misc:
  ref-filter: add `sanitize` option for 'subject' atom
  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
ref-filter.c
t/t6300-for-each-ref.sh