Eugeniy Maksimov

Results 4 comments of Eugeniy Maksimov

Thank you very much! I've corrected the typo in the Git Diff Margin version. I think, the Sparse Checkout is a great feature of Git, I believe, a lot of...

mkdir work cd work git clone -b --filter=blob:none --no-checkout . git config core.sparsecheckout true git sparse-checkout init --cone git sparse-checkout set git read-tree -mu HEAD git remote add upstream git...

Hi Laurent, This is a full listening of commands I used to clone the DynamicRun repository. I used the Power Shell console. PS C:\New folder> git clone -b master --no-checkout...

Hello Laurent, Thank you for the investigation! I think the best idea in this case is to write an issue in the libgit2sharp project. Here it is: [https://github.com/libgit2/libgit2sharp/issues/1845](https://github.com/libgit2/libgit2sharp/issues/1845)