brian m. carlson

Results 367 comments of brian m. carlson

Hey, Yes, it's expected that it issues multiple times. However, it's supposed to use multiplexing over the same connection, which it doesn't look like it's doing here. I've opened #5064...

No, that one should be the correct one. I've pushed another commit to that PR which should add some additional trace output. Can you maybe run the command with `GIT_TRACE=1`...

Sure, that would be fine. You can use the second key from https://github.com/bk2204.keys (that is, the one ending in `trD`), and I can look into this. I'll let you know...

Hey, Sorry to hear you're having trouble. I think there are potentially two things going on here to look at. First, does the remote repository on the network drive have...

> So this one worked to clone for me. In the future, it would be helpful to send out a warning with this advice when git LFS gets confused with...

Hey, I'm looking into this, and I'm not able to reproduce this with the latest `main` using either a Windows or a Linux Git LFS binary under WSL. I should...

Hey, I'm not aware of any LFS-specific documentation here. The normal `git help gitattributes` is helpful here to explain what `filter`, `diff`, `merge`, and `text` are for. `filter` must be...

There is a `--json` option. I did check that before responding. Although, since you mention it, putting it at the end would be a good idea for folks who don't...

Hey, I definitely think we can improve the documentation here to make things better and more obvious that this is unsafe. So I'm on board with that. I don't think...

> I have 2 problems with manually using `lfs.storage` on a per-repository basis: > > * You have to set it up manually for each repo instead of configuring it...