upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-02-25 16:46:02 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-02-26 15:26:14 +0000
commit5c305e922e19e4ac65c6a1473be67145a1c73f2b (patch)
treefb03feb94b324297df4b3560af379c6c89b1ed6e /CHANGELOG.md
parent3017faf6d346fa9328c5979c6e9c6bc471bd3942 (diff)
feat: forward unrecognised push options to git servers
Any -o option passed to `git push` that is not handled by ngit (title, description) is forwarded verbatim to the git server via git2::PushOptions::remote_push_options. This allows options such as `-o secret-scanning.skip` to pass through transparently. `ngit send` gains a matching -o / --push-option flag for the same purpose.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 070a414..3d58e1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## [Unreleased] 8## [Unreleased]
9 9
10### Added
11
12- git server push option passthrough, enabling `-o secret-scanning.skip` for grasp servers
13
10## [2.2.1] - 2026-02-25 14## [2.2.1] - 2026-02-25
11 15
12### Fixed 16### Fixed