Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdraheim/git_show_bigfiles
git bigfile detection
https://github.com/gdraheim/git_show_bigfiles
Last synced: 24 days ago
JSON representation
git bigfile detection
- Host: GitHub
- URL: https://github.com/gdraheim/git_show_bigfiles
- Owner: gdraheim
- License: lgpl-2.1
- Created: 2024-05-22T10:03:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T13:50:06.000Z (3 months ago)
- Last Synced: 2024-08-04T14:12:47.162Z (3 months ago)
- Language: Python
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
[![Style Check](https://github.com/gdraheim/git_show_bigfiles/actions/workflows/stylecheck.yml/badge.svg?event=push&branch=main)](https://github.com/gdraheim/git_show_bigfiles/actions/workflows/stylecheck.yml)
[![Type Check](https://github.com/gdraheim/git_show_bigfiles/actions/workflows/typecheck.yml/badge.svg?event=push&branch=main)](https://github.com/gdraheim/git_show_bigfiles/actions/workflows/typecheck.yml)
[![Code Coverage](https://img.shields.io/badge/10%20tests-43%25%20coverage-brightgreen)](https://github.com/gdraheim/git_show_bigfiles/blob/main/git_show_bigfiles_tests.py)
[![PyPI version](https://badge.fury.io/py/git_show_bigfiles.svg)](https://pypi.org/project/git_show_bigfiles/)# git show bigfiles - detection of files by size
The tool allows to check for large files in a git repo
with the intent to put it under git-lfs control.Specifically it will check for parts being changed often.
The tool requires "git" to be installed using "git rev-list"
and "git cat-file" to inspect the object store. Read more about
git-plumbing at [git-scm:Git-Internals-Git-Objects](https://git-scm.com/book/en/v2/Git-Internals-Git-Objects)## I take patches!
The code is doing what it had to do. There are surely some features missing.
Please create a ticket.... and dont' forget to create a testcase.