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-17 10:42:33 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-02-17 11:38:26 +0000
commitfe5addc2a61022824e83c3523a83fce7690ca8e8 (patch)
treeb9791bd9447828ebd77b69c3989b53bb47c0cd70 /CHANGELOG.md
parentf84b658530c0c0eaaaa0473add8c8c359fa6b09e (diff)
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
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
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
25- `ngit list --json` - output proposals as JSON 25- `ngit list --json` - output proposals as JSON
26- `ngit list --status` - filter by status (open,draft,closed,applied) 26- `ngit list --status` - filter by status (open,draft,closed,applied)
27- `ngit init --hashtag` - specify repository hashtag 27- `ngit init --hashtag` - specify repository hashtag
28- Push options for PR title/description: `git push --push-option=title="..." --push-option=description="..."`
28 29
29### Removed 30### Removed
30 31