aboutcode-org / aboutcode-org/scancode-toolkit
Detect git lfs pointer files
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 2.6k
- Forks
- 791
- Merge medio
- 1 d 12 h
- PR fusionados (30 d)
- 5
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.