mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
|
Some checks are pending
CodeQL / codeql (push) Waiting to run
Docker Build / docker-build (push) Waiting to run
Gateway Conformance / gateway-conformance (push) Waiting to run
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Waiting to run
Go Build / go-build (push) Waiting to run
Go Check / go-check (push) Waiting to run
Go Lint / go-lint (push) Waiting to run
Go Test / go-test (push) Waiting to run
Interop / interop-prep (push) Waiting to run
Interop / helia-interop (push) Blocked by required conditions
Interop / ipfs-webui (push) Blocked by required conditions
Sharness / sharness-test (push) Waiting to run
Spell Check / spellcheck (push) Waiting to run
* fix(cmds): improve ipfs add --help clarity and organization - clarify --raw-leaves behavior with CIDv0/v1 defaults - add Import.* config references to all relevant options - replace deprecated 'ipfs object links' with 'ipfs ls' in examples - add section headers for better navigation (BASIC EXAMPLES, MFS INTEGRATION, etc.) - group related options logically (output control, CID & hashing, experimental features) - standardize experimental warnings format - add MerkleDAG docs link and clarify chunking behavior - fix incorrect Import.UnixFSHAMTThreshold reference addresses confusion from #10918 where --raw-leaves appeared to have no effect because CIDv1 automatically enables it by default * docs: fix typos in Import.* configuration documentation - fix 'chilcren' → 'children' - fix 'HAMT directory have' → 'HAMT directories have' - fix 'A HAMT is an structure' → 'A HAMT is a structure' * Update core/commands/add.go Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com> --------- Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| cmdenv | ||
| cmdutils | ||
| dag | ||
| e | ||
| keyencode | ||
| name | ||
| object | ||
| pin | ||
| active.go | ||
| add.go | ||
| bitswap.go | ||
| block.go | ||
| bootstrap.go | ||
| cat.go | ||
| cid_test.go | ||
| cid.go | ||
| commands_test.go | ||
| commands.go | ||
| completion.go | ||
| config_test.go | ||
| config.go | ||
| dht_test.go | ||
| dht.go | ||
| diag.go | ||
| external.go | ||
| extra.go | ||
| files_test.go | ||
| files.go | ||
| filestore.go | ||
| get_test.go | ||
| get.go | ||
| helptext_test.go | ||
| id.go | ||
| keystore.go | ||
| log.go | ||
| ls.go | ||
| mount_nofuse.go | ||
| mount_unix.go | ||
| mount_windows.go | ||
| multibase.go | ||
| p2p.go | ||
| ping.go | ||
| profile.go | ||
| provide.go | ||
| pubsub.go | ||
| refs.go | ||
| repo.go | ||
| resolve.go | ||
| root_test.go | ||
| root.go | ||
| routing.go | ||
| shutdown.go | ||
| stat_dht.go | ||
| stat_provide.go | ||
| stat_reprovide.go | ||
| stat.go | ||
| swarm.go | ||
| sysdiag.go | ||
| version.go | ||