mirror of
https://github.com/thomiceli/opengist.git
synced 2026-06-19 07:36:56 +00:00
2946de2505
* Apply `topics` push option in post-receive hook The `topics` value was parsed into the push-options map but never read by the hook, silently discarding any topics passed via `git push -o topics=...`. Mirror the existing `title`/`description` handling and reuse the `gisttopics` validator. * Docs Signed-off-by: Thomas Miceli <tho.miceli@gmail.com> --------- Signed-off-by: Thomas Miceli <tho.miceli@gmail.com> Co-authored-by: Thomas Miceli <tho.miceli@gmail.com>