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

Locate git repository upwards #33

Closed tommes closed 2 years ago

tommes commented 2 years ago

this patch locates the git repository - a real one or a work tree - upwards in the directory tree, if the solution file is not in the root of the repository.

sajalverma17 commented 2 years ago

Nice! This is actually something I discovered while I was working to add VS2022 support, but left as a comment to fix later.

Thanks, let me test it and I will merge soon.