commitsar
commitsar copied to clipboard
Possibility to check remote branch
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
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.