-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ipfs refs --recursive --unique is not recursive #1211
Comments
@MichaelMure was this fixed with #1212 ? |
Just updated my master, it's still here. |
I could not download the original hash listed in the ticket, but I did manage to repro this locally with some experimentation. I think the fix is relatively simple, we just need to kill this That stated, this probably deserves some extra |
sounds right to me |
License: MIT Signed-off-by: Gaetan Voyer-Perrault <gatesvp@gmail.com>
License: MIT Signed-off-by: Gaetan Voyer-Perrault <gatesvp@gmail.com>
Just tested, this is fixed. I guess the good thing is to close the bug. Thanks ! |
👍 |
License: MIT Signed-off-by: Gaetan Voyer-Perrault <gatesvp@gmail.com>
When using --recursive and --unique, only the direct childs in the dag are listed. I would expect all the childs (recursive), but deduplicated
The text was updated successfully, but these errors were encountered: