sajalverma17 / GitBranchDiffer

A Visual Studio Extension that displays source files Added/Modified/Renamed between a base branch you choose to diff against, and the current working branch in your Git repo. The diffed files are shown in the Solution Explorer using a Solution Explorer Filter
MIT License
6 stars 1 forks source link

Feature: diff against sha #37

Closed sajalverma17 closed 1 year ago

sajalverma17 commented 1 year ago

Support for running a diff against a particular commit-sha provided by user, in addition to diff-ing against a particular branch name provided by user.

sajalverma17 commented 1 year ago

Fixes #38