Support for partialclonefilter
config value
#6865
Unanswered
Some1and2-XC
asked this question in
Ideas
Replies: 1 comment
-
Especially since in the git transport protocol, all this looks like according to the git source code it seems kinda straight forward.
I'm not sure what this would look like for the c upstream implementation but maybe some |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any chance of supporting partial clones through the config file?
I understand that getting filters working is complicated but in the context of rules such as
Where config is a Config struct.
shouldn't these rules just end up being http headers for the remote server?
I got these rules by using the following command on the CLI:
then checking the
.git/config
file.Someone on stackoverflow said I could also check the headers to maybe get this working by setting custom headers using this method but I couldn't find anything to do with how this method works in the first place.
Beta Was this translation helpful? Give feedback.
All reactions