aboutcode-org / aboutcode-org/scancode-toolkit
Detect git lfs pointer files
Ouverte
- Langage dominant
- Python
- Étoiles
- 2.6k
- Forks
- 791
- Merge moyen
- 1 j 12 h
- PR mergées (30 j)
- 5
Description
These are small placeholders that are fetched from another place using git lfs. They have the same name and path as the full file.
For instance:
```
version https://git-lfs.github.com/spec/v1
oid sha256:6fd5d72fe4589f189f8ebc006442dbb529bb7ce38f8082112682524616046452
size 90405214
```
The .gitattributes file of a repo also has some config:
```
*.7z filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
...
```
It is not clear how to fetch these files short of using git lfs.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.