0

when I settings use libgit2. but it always remind me to set git.exe path. I want to use libgit2 to replace git.exe for data upload, can I do this?

1 Answer 1

2

TortoiseGit requires a git.exe in any case, because not all functonality is provided by libgit2 or implemented.

If you want to use the experimental libgit2 functions, you have to adjust a DWORD value in registry (HKCU\Software\TortoiseGit\UseLibgit2_mask). Setting it do DWORD_MAX (0xffffff) it will enable all implemented libgit2 functions in TortoiseGit.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.