From fe5addc2a61022824e83c3523a83fce7690ca8e8 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 17 Feb 2026 10:42:33 +0000 Subject: feat: add push-options for title and description to git-remote-nostr Allows setting PR title and description via git push options: git push --push-option=title="My PR" \ --push-option=description="Details" origin pr/branch --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbfddd..2c2b07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `ngit list --json` - output proposals as JSON - `ngit list --status` - filter by status (open,draft,closed,applied) - `ngit init --hashtag` - specify repository hashtag +- Push options for PR title/description: `git push --push-option=title="..." --push-option=description="..."` ### Removed -- cgit v1.2.3