David "novalis" Turner

Results 64 comments of David "novalis" Turner

What do you want to do about the consistency problems? Warn the user when things get inconsistent? That seems fine, I guess.

Sorry, just to be clear: we'll happily take a patch on this, but I don't think we're likely to implement it ourselves.

(just removed a few console.logs)

This is due to https://github.com/libgit2/libgit2/pull/3436 , which is not merged because upstream git hasn't actually figured out how to correctly handle worktrees plus submodules, so libgit2 doesn't want to make...

Oh, but it looks like maybe there's some progress on this -- Duy and Stefan are both working on the relevant bits of the code. So there's probably not immediately...

These are all really cool ideas. Let me walk you through the reasons we don't already have some of these features, and then we can figure out if there are...

We hadn't really thought about having a public interface -- our aim was to, as much as possible, replicate `git` itself, where the interface is the command-line. Of course, `git`...