Skip to content

Commit

Permalink
Merge pull request #7036 from ipfs/feat/carfile-export-only
Browse files Browse the repository at this point in the history
Dag export command, complete
  • Loading branch information
Stebalien authored Apr 8, 2020
2 parents 23af25f + a903e23 commit 92140ec
Show file tree
Hide file tree
Showing 9 changed files with 638 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ LICENSE text eol=auto
*.png binary
*.tar binary
*.gz binary
*.xz binary
*.car binary

# Binary assets
assets/init-doc/* binary
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ vendor
.tarball
go-ipfs-source.tar.gz
docs/examples/go-ipfs-as-a-library/example-folder/Qm*
/test/sharness/t0054-dag-car-import-export-data/*.car
2 changes: 2 additions & 0 deletions core/commands/commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ func TestCommands(t *testing.T) {
"/config/profile/apply",
"/dag",
"/dag/get",
"/dag/export",
"/dag/put",
"/dag/import",
"/dag/resolve",
"/dht",
"/dht/findpeer",
Expand Down
Loading

0 comments on commit 92140ec

Please sign in to comment.