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

add a ipfs repo ls-roots command #2447

Closed
wants to merge 5 commits into from
Closed

Commits on Mar 6, 2016

  1. add a ipfs repo ls that list the top hash (hash, type, size) availabl…

    …e locally
    
    Currently use the recursive pin to find the top hash, so it doesn't list everything.
    
    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    b6b91e1 View commit details
    Browse the repository at this point in the history
  2. make the pinner clean its old root node when flushing

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    a152dfa View commit details
    Browse the repository at this point in the history
  3. repo ls: find the DAG roots to display the top nodes

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    6e0b092 View commit details
    Browse the repository at this point in the history
  4. add basic sharness test for ipfs repo ls-roots

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    9cd4115 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. fix a typo

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    56f556f View commit details
    Browse the repository at this point in the history