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

Allow comparing to specific commits rather than a branch #38

Closed kboom closed 1 year ago

kboom commented 1 year ago

Many times, I find myself wanting to compare to the commit I branched from rather than to master. It would be useful to allow using individual commits (SHA) rather than branch names as a base.

Magnificent work here!

sajalverma17 commented 1 year ago

I've merged the feature to master now. You can give it a test if you want by downloading the artifacts from this CI build (version 1.1.0.65). Running GitBranchDiffer.vsix will install that version of Git Branch Differ to your VS2022.

I'll update Github Action workflows and some related code and release soon.

sajalverma17 commented 1 year ago

This has been released in v1.1.0