Edward Thomson

Results 283 comments of Edward Thomson

The NTLM or Kerberos handshake has several steps. There's back and forth and the server will provide more information (like a challenge) at each step, but with a 401 code....

What's the exception that you're getting? You said it didn't have a message, but you didn't say what type of exception it was...

We're using [Azure Pipelines](https://azure.com/pipelines) on libgit2 itself, and I'm moving LibGit2Sharp over to that as well. Moving to a single, container-oriented build that runs on actual hypervisors has been a...

I can dig some up, maybe, but in moving, we changed the way we build and test since we have more capability. Since queue time is dramatically lessened, we have...

> 2- Checking out to another branch when file similar name is not committed. We see the error, "1 conflict prevents checkout", this is not clear because in this case...

This is a https://github.com/libgit2/libgit2 feature. This is by-design - we store both sides of a rename conflict so that you can identify what happened in a merge after the fact....

I'm not familiar with the F# Interactive interpreter, but a number of people have used LibGit2Sharp from an F# application. I suspect that the F# Interactive interpreter is not setting...

What does git do here? If it's ignoring BOMs that's new behavior and we need to remain compatible.

Oops just read your point #2. Would you mind opening this on https://github.com/libgit2/libgit2 instead?

One warning here is that libgit2 - generally speaking, at least - does not really emit any useful tracing for you to catch. If you're running into problems that you...