Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/list-hunk-commit-log.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
9 changes: 9 additions & 0 deletions website/src/data/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
];

/**
Expand Down
Loading