Results 150 comments of Chris Darroch
trafficstars

Hey, thanks for the suggestion! I'll mark this an a possible future enhancement. If I understand the proposal correctly, the local UUID would have to be included in the lock...

The Git LFS [locking API](https://github.com/git-lfs/git-lfs/blob/59194adc4582c30f7012a4f3d1efce859e9bdb4b/docs/api/locking.md) explains the current set of required and optional fields in communications with the server. There's also this note regarding the [creation](https://github.com/git-lfs/git-lfs/blob/59194adc4582c30f7012a4f3d1efce859e9bdb4b/docs/api/locking.md#create-lock) of locks: > Servers...

> Git LFS locking relies on the server to decide `ours` and `theirs` locks. Yes, that's the case with the current API. So a proposal could either build on that,...

Hey, thanks for the explanation of the issue and suggestion for an enhancement; I've marked this as such, and we'll see if someone can get to it in a future...

Hey, thanks for the report and analysis. I haven't been able to craft a reproduction test case yet, with or without setting `lfs.transfer.enablehrefrewrite` to `true`, but assuming that's possible, this...

So on the one hand I can see this behaviour with a fairly simple modification of one of our basic config [tests](https://github.com/git-lfs/git-lfs/blob/196691687bb4c56293db731a5bb11a863e8050f4/t/t-config.sh#L11-L14), something like: ``` $ git init test $...

Thanks for the thoughtful reply! May I ask, just for context, if you're able to use `remote.*.lfsurl` to solve your particular configuration problem? > What I think may work, is...

I'm working on some documentation updates, first of all, and thank you for the additional context regarding your use case. If I understand correctly, you'd like to specify a placeholder...

Hey, thanks for the question and doing some analysis! Would you by any chance be able to share some of your tracing output (with any confidential data redacted, of course)?...

Hey, I'm sorry you're having trouble. Can you provide the output of `git lfs env`, for one thing? It might also be useful to see the `git config -l` output...