feat: write patches to the stdout in patch fetch command

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-09-24 15:45:11 +00:00
parent ee17c21dbb
commit d2adff7882
3 changed files with 39 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `--personal-fork` flag to `repo announce` command - by Awiteb
- Log to stderr and a file - by Awiteb
- Accept patches from stdin in `patch send` command - by Awiteb
- Write patches to the stdout in `patch fetch` command - by Awiteb
### Breaking Change