Dave MacFarlane
Dave MacFarlane
I'm not sure.. I think there's a reasonably good chance it's just a matter of adding OBJ_TAG there, but I may be forgetting about something. You can try it and...
The index format is defined in https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt , but I doubt it'll help much. There's probably one or two other similar switch statements in dgit (or switching on their string...
This is causing Travis to fail now because one of the go get tests needs annotated tags. ie in #254 ``` go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e go: golang.org/x/[email protected]: git fetch -f...
Feel free.. I think the best way to do it is to add a logger to the `Client` struct which initializes from NewClient similarly to how `func main()` does when...
If we support this, we probably also need to support --deepen. Since it's mostly the remote that's responsible for calculating the objects and we don't use our own git-upload-pack implementation,...
Discovered at sirnewton01/ghfs#28
It seems that gopkg.in transparently adds ".git" to the ref discovery request, but not the following upload-pack request (I'm not entirely sure why it works with the official git client..),...
It is a bug in their proxy, I even sent a bug fix (https://github.com/niemeyer/gopkg/pull/64), but from what I can tell it's not maintained.. I'm not really sure how it works...
I think we should keep it open, I look at it as a type of git repo that isn't working and there's still code in the wild that depends on...
-f looks pretty trivial.. I think that might already be our default behaviour