Linus Torvalds

Results 3 issues of Linus Torvalds

We use libgit2 for the dive log data saving in subsurface (https://github.com/subsurface/subsurface). The subsurface use of branches on the server side is bit odd, in that the server doesn't have...

In commit 6bb358786 ("clone: set refs/remotes/origin/HEAD to default branch when branch is specified, attempt 2") libgit2 was changed to set the default remote branch when one was copied. But it...

So we use libgit2 in subsurface as one of the ways to access the dive data, and am starting to add some support for actually accessing repositories remotely. While doing...