summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-09-10 21:45:52 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-09-10 21:45:52 +0200
commit57b999ad8ff174d756f49b5e763c588db91fcc1c (patch)
treedceb7fc8f348b65a238b00e1e87097e602fca9f8 /CHANGELOG.md
parent3bd6494673f6162c6af30a8ce633788c181790b9 (diff)
Hide the commands which aren't called interactively in the help text
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
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