We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Somewhat related to #206
9aea005 implemented filtering commit entries from ls-tree. It seems that this stopped working.
commit
ls-tree
See freertos_kernel: https://elixir.bootlin.com/amazon-freertos/latest/source https://github.com/aws/amazon-freertos - it's a submodule here
freertos_kernel
Clicking on the submodule link redirects to directory that's above submodule entry.
The text was updated successfully, but these errors were encountered:
script.sh list-blobs is not being used to list directory entries. It is script.sh get-dir. This command is not affected by 9aea005. Implementation:
script.sh list-blobs
script.sh get-dir
elixir/script.sh
Lines 88 to 95 in 5c88c88
This is called inside Query.query():
Query.query()
elixir/query.py
Lines 144 to 152 in 5c88c88
Sorry, something went wrong.
No branches or pull requests
Somewhat related to #206
9aea005 implemented filtering
commit
entries fromls-tree
. It seems that this stopped working.See
freertos_kernel
:https://elixir.bootlin.com/amazon-freertos/latest/source
https://github.com/aws/amazon-freertos - it's a submodule here
Clicking on the submodule link redirects to directory that's above submodule entry.
The text was updated successfully, but these errors were encountered: