Fix issues when cloning repositories with large blobs (>4GB)#6069
Fix issues when cloning repositories with large blobs (>4GB)#6069LordKiRon wants to merge 0 commit intogit-for-windows:mainfrom
Conversation
bf5c415 to
a9cb9de
Compare
|
@LordKiRon I would like to upstream this fix, but upstream Git requires a real name in the Signed-off-by line. Would you mind providing that? |
Sorry , but this creates ties between my real life and public activity I would like to avoid. Not that I am doing something illigal or unpropriete in either area :) and I guess after some digging on the net you might even connect my nickname to my real name, but its a different than creating real connection. |
Understood. I'll take ownership, publicly, then, documenting that you are the actual author but prefer to stay pseudonymous. |
40ba6b4 to
b03bc86
Compare
|
I have cleaned up the patches and rebased them onto v2.54.0, and submitted them to the upstream Git project over here: gitgitgadget#2102. |
|
Ouch. That's not what I meant. By mistake, I pushed the wrong branch, sorry! |
This PR fixes a couple of problems when cloning large repositories (in my case, a 67GB database containing 4GB+ versioned files). This fixes the clone/fetch, but working with the repository still fails, only much later :)