diff --git a/.changeset/list-hunk-commit-log.md b/.changeset/list-hunk-commit-log.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/list-hunk-commit-log.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/website/src/data/extensions.ts b/website/src/data/extensions.ts index 3eac8890a..4567ca924 100644 --- a/website/src/data/extensions.ts +++ b/website/src/data/extensions.ts @@ -140,6 +140,15 @@ export const EXTENSION_CATALOG: readonly ExtensionListing[] = [ version: "0.1.0", apiVersion: 6, }, + { + repo: "sadick254/hunk-commit-log", + name: "hunk-commit-log", + summary: + "Reviews a branch commit by commit: the series beside the diff, the message above it, and keys to step between them.", + categories: ["Pane", "Command", "Changeset transform"], + version: "0.1.0", + apiVersion: 6, + }, ]; /**