Edward Thomson

Results 37 issues of Edward Thomson

The gift that keeps on giving — it will rival `core.autocrlf` for user disappointment.

bug
git compatibility
v1.8

Why is `GIT_PROXY_AUTO` not the default? Surely it should be.

api breaking

Per @spc90 in #6562 Regarding proxy defaults, I have noticed in using `libgit2` that `GIT_PROXY_AUTO` seems to not always set the correct proxy settings when compared to `git` behaviour. Here...

`GIT_PROXY_AUTO` should probably be the default.

`git` shows the _remote_ and _local_ ref information during a fetch. For example: ``` * [new branch] ethomson/nonblocking -> origin/ethomson/nonblocking ``` This is not information that users of libgit2 can...

api breaking

* `GIT_REPOSITORY_INIT_MKPATH` should be the default for repository options. * `GIT_REPOSITORY_OPEN_FROM_ENV` should be the default for repository options.

v2.0
api breaking

We naively assumed that we could re-use an existing HTTP connection if we were using keep-alive, which is _often_ true but definitely not always true and the server is permitted...

`arch.mk` is sort of lobotomized and only supports Linux and Mac OS at the moment. As of #18, this uses `uname -m` to determine the processor type. Long-term, a better...

The initial stuff that's here is following the coding conventions that we use at Microsoft for Java code. (Even writing this is really amusing.) Although now that I look at...