possible bug or interesting future feature in commit query/search. combining filters #13121
Unanswered
SpieringsAE
asked this question in
Code Search and Navigation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to narrow down the files to run through to check for updates. So I'm trying to get a list from the commit history containing only changes in a certain path, which is doable. And changes since a certain date or from a certain SHA1, which can also be done.
However when trying to combine these two it does not work anymore:
https://github.com/Rick-GO/GOcontroll-Moduline/commits/master/usr/module-firmware?since=2021-11-1
https://github.com/Rick-GO/GOcontroll-Moduline/commits/master/usr/module-firmware?from=42ffa1e79d4bbc7573c798e4ba9e0aad48050e06
the since and from filter are simply ignored.
Beta Was this translation helpful? Give feedback.
All reactions