Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to check remote branch #477

Open
spnngl opened this issue Oct 13, 2022 · 1 comment
Open

Possibility to check remote branch #477

spnngl opened this issue Oct 13, 2022 · 1 comment

Comments

@spnngl
Copy link

spnngl commented Oct 13, 2022

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
@fallion
Copy link
Member

fallion commented Oct 26, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants