On Sun, Nov 11, 2018 at 03:58:30PM -0800, nbelakovski@xxxxxxxxx wrote: > From: Nickolai Belakovski <nbelakovski@xxxxxxxxx> > > Add an atom expressing whether the particular ref is checked out in a > linked worktree. > > Signed-off-by: Nickolai Belakovski <nbelakovski@xxxxxxxxx> > --- > ref-filter.c | 31 +++++++++++++++++++++++++++++++ > t/t6302-for-each-ref-filter.sh | 15 +++++++++++++++ > 2 files changed, 46 insertions(+) I left some more comments elsewhere in the thread, but one more thing to note: this probably needs to touch Documentation/git-for-each-ref.txt to describe the new placeholder. -Peff