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

Changelog

git-sizer (1.5.0-3ubuntu0.23.04.1) lunar-security; urgency=medium

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

 -- Nishit Majithia <email address hidden>  Wed, 17 Jan 2024 15:37:09 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar updates universe misc
Lunar 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.04.1.debian.tar.xz 3.9 KiB c7187e9be8c14c8c81e9fe8d49a59f71b12963677d0d2a9e73f3b3311cca32c8
git-sizer_1.5.0-3ubuntu0.23.04.1.dsc 2.1 KiB fc6c472dd6e81c96b7518cca82ccae6f48559430094c6df6a1d6554579562e31

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