You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: