jj icon indicating copy to clipboard operation
jj copied to clipboard

log: add `--count` flag

Open gechr opened this issue 2 months ago • 0 comments

Inspired by @indirect's talk at JJ Con and associated discussion, introduce --count to avoid gnarly one-liners like:

jj log --no-graph -r "main..@ & (~empty() | merges())" -T '"n"' 2> /dev/null | wc -c | tr -d ' '

gechr avatar Oct 30 '25 22:10 gechr