commitsar icon indicating copy to clipboard operation
commitsar copied to clipboard

Possibility to check remote branch

Open spnngl opened this issue 2 years ago • 1 comments

Hi,

I would like to use commitsar on remote ref like this: commitsar -v origin/prod~10...origin/prod which seems to not be supported for now. Have you plan to do it in the future ?

Quick example of what I have in mind:

mkdir tmp && cd tmp
git init
git remote add origin ...
git fetch --filter=blob:none --filter=tree:0

commitsar -v origin/prod~10...origin/prod

spnngl avatar Oct 13 '22 14:10 spnngl

Hi

I will have a look. We're discussing rewriting it a bit to support native git syntax, however I'm not sure how well our current go-git implementation works for it.

fallion avatar Oct 26 '22 19:10 fallion