gitwrap icon indicating copy to clipboard operation
gitwrap copied to clipboard

Compatibility with SourceTree?

Open adrach opened this issue 6 years ago • 6 comments

Hi, I just tried both the latest release (quite behind the recent commits) and the latest commit build locally, but I am having no luck making SourceTree work with gitwrap. I tried replacing embedded and system git.exe with gitwrap executable. The version is read correctly, so it recognizes the executable, however, the repositories show up empty (no commit history) and there are no error messages. Any ideas/suggestions? I run latest Windows 10 Pro with the Ubuntu 18.04 as my env The mount point matches the default /mnt

adrach avatar Nov 13 '18 13:11 adrach

Hi there.

Unfortunately, I have very little experience with SourceTree. I'm assuming that SourceTree for some reason is not satisfied with the return data provided by the gitwrap executable. Without any error messages from SourceTree it's gonna be hard to investigate this but to start off, I'll install SourceTree locally and see if I can reproduce the issue.

Thanks for reporting this and please nag me if I fail to follow up here.

ardevd avatar Nov 13 '18 13:11 ardevd

friendly nag :)
PS I would be happy to do a collab session together if that would help to move this issue along :)

adrach avatar Jan 03 '19 09:01 adrach

Thanks' for the nag! Unfortunately, I have not been able to look at this so any assistance would be most welcome :)

ardevd avatar Jan 07 '19 13:01 ardevd

I think you may need to escape the input if it comes in as C:\Users\test vs C:\\Users\\test

https://github.com/ardevd/gitwrap/blob/24c8eae3764e3b8001e45cb93721d6e03bad2232/GitWrap/Program.cs#L44

https://dotnetfiddle.net/dzelkA

justinleveck avatar Jan 19 '19 00:01 justinleveck

https://github.com/andy-5/wslgit/issues/61#issuecomment-481538179

samdenty avatar Jun 18 '19 16:06 samdenty

https://github.com/andy-5/wslgit/issues/61#issuecomment-524098031

charlwillia6 avatar Aug 22 '19 22:08 charlwillia6