Metadata-Version: 2.2
Name: git_show_bigfiles
Version: 1.1.3081
Summary: git bigfile detection for migration projects
Author-email: "Guido U. Draheim" <Guido.Draheim@gmx.de>
License-Expression: LGPL-2.1+
Project-URL: homepage, https://github.com/gdraheim/git_show_bigfiles
Project-URL: repository, https://github.com/gdraheim/git_show_bigfiles.git
Project-URL: issues, https://github.com/gdraheim/git_show_bigfiles/issues
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Dynamic: license-file


# 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.
