Marcel Kapfer
a77b316fa3
git-fat (0.0~git20180821.e1733b1-1) unstable; urgency=low * Initial release.
21 lines
978 B
Text
21 lines
978 B
Text
Source: git-fat
|
|
Section: vcs
|
|
Priority: optional
|
|
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
|
|
Build-Depends: debhelper (>=11~)
|
|
Standards-Version: 4.1.4
|
|
Homepage: https://github.com/jedbrown/git-fat
|
|
|
|
Package: git-fat
|
|
Architecture: any
|
|
Multi-Arch: foreign
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}, rsync, python2
|
|
Description: Simple way to handle fat files without committing them to git
|
|
Checking large binary files into a source repository (Git or otherwise) is a
|
|
bad idea because repository size quickly becomes unreasonable. Even if the
|
|
instantaneous working tree stays manageable, preserving repository integrity
|
|
requires all binary files in the entire project history, which given the
|
|
typically poor compression of binary diffs, implies that the repository size
|
|
will become impractically large. Some people recommend checking binaries into
|
|
different repositories or even not versioning them at all, but these are not
|
|
satisfying solutions for most workflows.
|