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 would like to use commitsar on remote ref like this:
commitsar -v origin/prod~10...origin/prodwhich seems to not be supported for now. Have you plan to do it in the future ?Quick example of what I have in mind: