On Tue, 2 Jan 2018 16:18:14 -0800 Brandon Williams <bmwill@xxxxxxxxxx> wrote: > + symrefs: In addition to the object pointed by it, show the underlying > + ref pointed by it when showing a symbolic ref. > + peel: Show peeled tags. > + ref-pattern <pattern>: When specified, only references matching the > + given patterns are displayed. I notice "symrefs" being tested in patch 13 and "ref-pattern" being tested in patch 16. Is it possible to make a test for "peel" as well? (Or is it being tested somewhere I didn't notice?)