git-sizer 1.5.0-1 source package in Ubuntu
Changelog
git-sizer (1.5.0-1) unstable; urgency=medium * New upstream release. * Standards-Version: 4.6.0. * DH/compat to version 12. * rules: respect "nocheck" in DEB_BUILD_OPTIONS. * Build-Depends: + golang-github-cli-safeexec-dev + golang-golang-x-sync-dev + golang-uber-goleak-dev -- Dmitry Smirnov <email address hidden> Thu, 31 Mar 2022 17:33:50 +1100
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
git-sizer_1.5.0-1.dsc | 2.1 KiB | d41880904f5ddaf00496c8c36da415e78a5df9cf0325a280b5a5445aeaf88ca3 |
git-sizer_1.5.0.orig.tar.xz | 66.1 KiB | 06fa2482ff593bb762a26cb3a76d38a42b3c351094e8a483a71f59dc52dcd511 |
git-sizer_1.5.0-1.debian.tar.xz | 2.9 KiB | dff07af656138a59c6e535790f0b3d333375d458e6685e5d9cd70cc724537595 |
Available diffs
No changes file available.
Binary packages built by this source
- git-sizer: compute various size metrics for a Git repository
git-sizer computes various size metrics for a Git repository, flagging
those that might cause problems or inconvenience. For example:
.
• Is the repository too big overall?
• Does the repository have too many references (branches and/or tags)?
• Does the repository include too many objects?
• Does the repository include gigantic blobs (files)?
• Does the repository include many slightly different large text files?
• Does the repository include gigantic trees (directories)?
• Does the repository have many identical files?
• Does the repository include absurdly long path names?
• Are there other bizarre and questionable things in the repository?
• Annotated tags pointing at one another in long chains?
• Octopus merges with dozens of parents?
• Commits with gigantic log messages?
.
git-sizer can help to reveal the problems described above.
- git-sizer-dbgsym: debug symbols for git-sizer