git-sizer 1.5.0-3build1 source package in Ubuntu

Changelog

git-sizer (1.5.0-3build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:14:14 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
git-sizer_1.5.0.orig.tar.xz 66.1 KiB 06fa2482ff593bb762a26cb3a76d38a42b3c351094e8a483a71f59dc52dcd511
git-sizer_1.5.0-3build1.debian.tar.xz 3.9 KiB 168451027b1dd8084b19b8b37cabe2594db4ce1bf73e36a8a641dd8593b76c65
git-sizer_1.5.0-3build1.dsc 2.1 KiB 55f2fc86a892eaab2ef5f914809f07ca0c5ca9ae1ee3ae21b966d53fe1b7441b

View changes file

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