From 5fb19829308d67ba67407e75ac9f97cd016e46ea Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 23 Sep 2025 20:54:30 -0400 Subject: [PATCH] Mark internal_tracker as optional. --- local_payload.json | 202 +++++++++++++++++++++++++++++---------------- run.bash | 2 +- src/hook_push.rs | 3 +- 3 files changed, 134 insertions(+), 73 deletions(-) diff --git a/local_payload.json b/local_payload.json index fed45ec..702fb44 100644 --- a/local_payload.json +++ b/local_payload.json @@ -1,50 +1,115 @@ { - "ref": "refs/tags/v0.0.19", - "before": "0000000000000000000000000000000000000000", - "after": "3f2bdda8cb81fae6072c139f1f3f3123493a5b87", - "compare_url": "https://code.fizz.buzz/talexander/webhook_bridge/compare/0000000000000000000000000000000000000000...3f2bdda8cb81fae6072c139f1f3f3123493a5b87", - "commits": [], - "total_commits": 0, + "ref": "refs/heads/main", + "before": "69b891b59b1ee026e5bf2e7bee357eead5cbe546", + "after": "5bd07a34780a5b4aaa9b5d0eef22b6e4ac1880a1", + "compare_url": "https://code.fizz.buzz/mirror/org-mode/compare/69b891b59b1ee026e5bf2e7bee357eead5cbe546...5bd07a34780a5b4aaa9b5d0eef22b6e4ac1880a1", + "commits": [ + { + "id": "5bd07a34780a5b4aaa9b5d0eef22b6e4ac1880a1", + "message": "; Fix eaten escaping backslash in the documentation\n\n* lisp/org-keys.el (org-use-speed-commands): Add a missing backslash\nto the documentation string of the custom variable. Also, update\n`setq' to `setopt' and re-indent for clarity.\n", + "url": "https://code.fizz.buzz/mirror/org-mode/commit/5bd07a34780a5b4aaa9b5d0eef22b6e4ac1880a1", + "author": { + "name": "Rudolf Adamkovič", + "email": "rudolf@adamkovic.org", + "username": "" + }, + "committer": { + "name": "Rudolf Adamkovič", + "email": "rudolf@adamkovic.org", + "username": "" + }, + "verification": null, + "timestamp": "2025-08-17T14:12:07+02:00", + "added": [], + "removed": [], + "modified": [ + "lisp/org-keys.el" + ] + }, + { + "id": "b0f793ff0a31adb520fc5989b0399786663192ea", + "message": "Support arrow keys and mouse wheel in export dispatcher\n\n* lisp/ox.el (org-export--dispatch-action): Translate down/up arrow\nkeys and scroll wheel to C-n/C-p, respectively.\n* etc/ORG-NEWS (Fancy HTML5 export uses ~