Licklider Transmission Protocol (CCSDS 734.1-B) for reliable DTN links
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

git-x: regroup CLI under tree/commit; add tree add

Previously the eight git-x subcommands sat flat at top level (split,
check, fix, verify, filter-paths, split-commit, drop-commit, reword),
with 'split' ambiguous between the subtree split and the per-directory
commit split.

Regrouped into two namespaces that mirror the object they act on:

git-x tree
split (was: git-x split)
add (new — inject a standalone history under a prefix)
drop (was: git-x filter-paths)
check (was: git-x check)
fix (was: git-x fix)
verify (was: git-x verify)

git-x commit
split (was: git-x split-commit)
drop (was: git-x drop-commit)
reword (was: git-x reword)

Each subcommand lives in cmd_<group>_<verb>.{ml,mli}; cmd_tree.ml and
cmd_commit.ml are the Cmd.group wrappers. git_x.ml registers just the
two groups.

'tree add' is a thin wrapper over Git.Subtree.add, which already
existed in the library but had no CLI exposure. It accepts a ref (e.g.
FETCH_HEAD after 'git fetch URL REF') and a --prefix, then builds a
subtree-merge commit with the current user's git config identity.

Log source names are updated to match (git-x.tree.split,
git-x.tree.fix). The cram test under test/cram/tree_split.t is
updated to use the new 'git-x tree split' invocation throughout.

+3 -2
+1 -1
dune-project
··· 14 14 (package 15 15 (name ltp) 16 16 (synopsis "Licklider Transmission Protocol (RFC 5326)") 17 - (tags (org:blacksun aerospace codec network)) 17 + (tags (org:blacksun aerospace codec.binary network)) 18 18 (description 19 19 "LTP is a reliable data delivery protocol designed for high-delay and 20 20 disruption-prone communication links, such as deep-space communications.
+1
ltp-eio.opam
··· 7 7 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 8 8 authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 9 9 license: "ISC" 10 + tags: ["org:blacksun" "aerospace" "network" "eio"] 10 11 homepage: "https://tangled.org/gazagnaire.org/ocaml-ltp" 11 12 bug-reports: "https://tangled.org/gazagnaire.org/ocaml-ltp/issues" 12 13 depends: [
+1 -1
ltp.opam
··· 9 9 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 10 10 authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 11 11 license: "ISC" 12 - tags: ["org:blacksun" "aerospace" "codec" "network"] 12 + tags: ["org:blacksun" "aerospace" "codec.binary" "network"] 13 13 homepage: "https://tangled.org/gazagnaire.org/ocaml-ltp" 14 14 bug-reports: "https://tangled.org/gazagnaire.org/ocaml-ltp/issues" 15 15 depends: [