git-sizer 1.5.0-3ubuntu0.23.10.1 source package in Ubuntu

Changelog

git-sizer (1.5.0-3ubuntu0.23.10.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Fri, 19 Jan 2024 11:44:24 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security 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-3ubuntu0.23.10.1.debian.tar.xz 4.0 KiB 5357ea320f627b9a681123649796a0a858c012673607b40e9a921849fb516443
git-sizer_1.5.0-3ubuntu0.23.10.1.dsc 2.1 KiB 23f606df50666884adef2aafcccb8b43c8f843742f4389c32504b739c6c89f8e

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