Re: [PATCH 12/26] ls-refs: introduce ls-refs server command
From: Jonathan Tan <hidden>
Date: 2018-01-09 20:50:31
From: Jonathan Tan <hidden>
Date: 2018-01-09 20:50:31
On Tue, 2 Jan 2018 16:18:14 -0800 Brandon Williams [off-list ref] 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?)