diff --git a/README.md b/README.md index ff950a1..0047d48 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Implemented commands: - `track FILE [CASTLE]` - `pull [CASTLE]` - `push [CASTLE]` +- `commit -m MESSAGE [CASTLE]` - `rc [CASTLE]` - `version` @@ -50,7 +51,6 @@ Implemented commands: Not yet implemented: -- `commit` - `destroy` - `cd` - `open` @@ -64,7 +64,7 @@ Command parity: - [x] `pull` - [x] `push` -- [ ] `commit` +- [x] `commit` - [ ] `destroy` - [ ] `cd` - [ ] `open` diff --git a/changelog.md b/changelog.md index f06ab7a..b61eef2 100644 --- a/changelog.md +++ b/changelog.md @@ -15,7 +15,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect - `rc` command: executes all executable scripts inside a castle's `.homesick.d/` directory in sorted order, with the castle root as the working directory. stdout/stderr from each script is forwarded to the caller. - `rc` command: when a `.homesickrc` file exists and no `parity.rb` wrapper is present in `.homesick.d/`, a Ruby wrapper script (`parity.rb`) is generated automatically to preserve backwards compatibility. An existing `parity.rb` is never overwritten. -- Native Go implementations for `clone`, `link`, `unlink`, `track`, `pull`, and `push`. +- Native Go implementations for `clone`, `link`, `unlink`, `track`, `pull`, `push`, and `commit`. - Containerized behavior test suite for command parity validation. - Dedicated test suites for `list`, `show_path`, `status`, `diff`, and `version`. - Just workflow support for building and running the Linux behavior binary.