From 57b999ad8ff174d756f49b5e763c588db91fcc1c Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sun, 10 Sep 2023 21:45:52 +0200 Subject: Hide the commands which aren't called interactively in the help text --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 102b459..28b8d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Commands that aren't meant to be used interactively (`git-upload-pack` and + `git-receive-pack`) no longer appear when you use the `help` command. These + commands still exist and work as before, so that they can be used by `git + fetch` and `git push`. + ## [0.3.0] - 2023-08-18 ### Added -- cgit v1.2.3