A Visual Studio Code extension that helps you easily browse, search, and explore the commit history of your Git repositories.
Usage
Open the command palette and search for "Show Git History" and select it from the options. The history will open in the editor as a responsive webview.
Features
View Git Commit History: Display the commit history of your repository in a searchable table within Visual Studio Code.
Repository & Branch Selection: Easily switch between repositories and branches in multi-root workspaces.
Integration with Source Control: Seamlessly integrates with VS Code’s built-in Git features for a unified workflow.
Responsive, Theme-Aware UI: Optimized for performance and usability, with support for both light and dark themes.
Search Functionality: Quickly find logs by searching for specific messages or authors using the search box.
Extension Settings
This extension contributes the following settings:
gitHistory.enable: Enable or disable the Git History extension.
gitHistory.showFileHistory: Show file history in the context menu (default: true).