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

git rev-log may not work as expected in certain cases #2

Open
caleb15 opened this issue Oct 9, 2020 · 0 comments
Open

git rev-log may not work as expected in certain cases #2

caleb15 opened this issue Oct 9, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@caleb15
Copy link
Contributor

caleb15 commented Oct 9, 2020

image

Rocket-releaser uses git rev-list, which "List[s] commits that are reachable by following the parent links from the given commit(s), but exclude commits that are reachable from the one(s) given with a ^ in front of them."

a12 has a parent of a69, even though ea is the commit that comes right before it. I assume this is because the ea commit was made through github website whereas a12 was made through the desktop.

As a result rocket, given a range of a6969e7...a1286d3, only sees a12.

@caleb15 caleb15 changed the title git rev-log may not work as expected for a combination of commits from github website & desktop git rev-log may not work as expected in certain cases Oct 9, 2020
@caleb15 caleb15 added the bug Something isn't working label Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant