Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs-inactive/interface-js-ipfs-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.125.0
Choose a base ref
...
head repository: ipfs-inactive/interface-js-ipfs-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.126.0
Choose a head ref
  • 4 commits
  • 18 files changed
  • 2 contributors

Commits on Jan 2, 2020

  1. docs: remove format option from mfs commands (#575)

    UnixFS uses `dag-pb` so don't offer the user the option of using
    other formats.
    achingbrain authored Jan 2, 2020
    Configuration menu
    Copy the full SHA
    f75c682 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. docs: add mode and mtime and .touch/.chmod mfs commands (#572)

    * docs: add mode and mtime and .touch/.chmod mfs commands
    
    * docs: update arg/return types
    
    * test: updates tests to use timespecs
    
    * fix: remove cumulativeSize as it changes based on timestamps
    
    * docs: update SPEC/FILES.md
    
    * docs: update SPEC/FILES.md
    
    * docs: remove format
    
    * Update SPEC/FILES.md
    
    Co-Authored-By: Steven Allen <steven@stebalien.com>
    
    * docs: more detail about mtime values
    
    * docs: remove octal as string
    
    * docs: remove mode as strings
    
    * fix: fix up tests for optional mtime
    
    Co-authored-by: Steven Allen <steven@stebalien.com>
    achingbrain and Stebalien authored Jan 9, 2020
    Configuration menu
    Copy the full SHA
    e10e85d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9873ece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8852f94 View commit details
    Browse the repository at this point in the history
Loading