awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
arzzen avatar

arzzen/git-quick-stats

0
View on GitHub↗
6,995 Stars·282 Forks·Shell·MIT·3 Aufrufegit-quick-stats.sh↗

Git Quick Stats

git-quick-stats is a command-line tool for calculating commit counts, line changes, and contributor metrics from Git history. It functions as a repository statistics tool, metrics generator, and contribution analyzer that extracts quantitative data from Git logs.

The tool distinguishes itself through the ability to generate frequency maps and activity trends to visualize development momentum over time. It provides specific controls to isolate project history by toggling the visibility of merge commits.

The software covers a broad range of analytics, including contributor impact tracking and project activity auditing. These analyses can be refined using timeframe-based history filtering and path-based scope restrictions to exclude specific directories or files.

Features

  • Git Repository Analytics - Extracts quantitative metrics from project history to assess overall activity, code churn, and file changes.
  • Git Repository Analysis - Tracks total commits and line changes per author to evaluate the scale of individual contributions.
  • Git Repository Analyzers - Measures individual author impact and project activity patterns using Git logs.
  • Contribution Tracking - Calculates author contributions by tracking commit counts and total lines of code changed.
  • Commit History Analysis - Provides capabilities to restrict repository history scans to specific start and end date boundaries.
  • Commit History Traversal - Programmatically iterates through chronological commit hashes to aggregate line changes per contributor.
  • Path-Based Filtering Rules - Uses path glob patterns to exclude specific directories or files from the diffing and statistics process.
  • Development Momentum Visualizers - Visualizes commit frequency patterns over time to identify periods of high and low project activity.
  • Activity Frequency Maps - Generates frequency maps of commits over time to visualize development momentum.
  • Temporal History Filtering - Restricts history scans to a specific date range using start and end parameters.
  • Activity Trend Visualizers - Generates frequency maps and activity trends based on Git commit timestamps.
  • Project History Auditing - Inspects and verifies the history of changes by filtering by date ranges or file paths.
  • Log Parsing - Processes raw git log text using regular expressions to extract structured commit metadata and author identities.
  • Developer Utilities - Git repository statistics generator.

Star-Verlauf

Star-Verlauf für arzzen/git-quick-statsStar-Verlauf für arzzen/git-quick-stats

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Git Quick Stats

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Git Quick Stats.
  • boyter/sccAvatar von boyter

    boyter/scc

    8,469Auf GitHub ansehen↗

    Scc is a codebase analysis tool written in Go that calculates source lines of code, blank lines, and comments across hundreds of programming and markup languages. It functions as a source code metric engine, software complexity analyzer, and cost estimator. The project differentiates itself by providing a COCOMO cost estimator to predict development effort and financial costs, alongside tools to estimate the cost of regenerating a codebase using large language models. It also includes a Git repository metrics tool that correlates commit history with codebase metrics to identify hotspots, trac

    Goclicloccode
    Auf GitHub ansehen↗8,469
  • github/git-sizerAvatar von github

    github/git-sizer

    3,979Auf GitHub ansehen↗

    git-sizer is a repository size analyzer and auditing tool used to calculate the size of Git objects, references, and commit histories. It functions as a blob and commit auditor, a history depth profiler, and a checkout weight calculator to identify performance bottlenecks within a Git store. The tool identifies oversized files and bloated commits to assist with repository maintenance and storage analysis. It detects large objects and measures the depth of commit chains and annotated tags to analyze repository complexity and bloat. The software covers version control auditing and performance

    Gogitgithubgolang
    Auf GitHub ansehen↗3,979
  • tj/git-extrasAvatar von tj

    tj/git-extras

    18,076Auf GitHub ansehen↗

    git-extras is a collection of command line utilities that extend the functionality of the Git version control system. It provides a suite of shortcuts and additional commands for history manipulation, remote management, repository analysis, and workflow automation. The project distinguishes itself by offering deep integration with hosting providers to manage pull requests and forks, alongside advanced history tools for obliterating sensitive files and rewriting author metadata. It also includes a specialized interactive shell that allows users to execute commands without repeating the binary

    Shellgit
    Auf GitHub ansehen↗18,076
  • ionicabizau/git-statsAvatar von IonicaBizau

    IonicaBizau/git-stats

    6,596Auf GitHub ansehen↗

    git-stats is a git statistics analyzer and contribution calendar tool. It extracts commit data from local repositories to visualize contribution frequency and activity patterns through a visual grid of commit activity. The project functions as a local git data exporter and analyzer, converting version history into machine-readable JSON format for external reporting. It utilizes local-first data processing to interpret commit history directly from the system without requiring remote API access. The tool covers developer productivity analytics and git history reporting, providing command-line

    HTMLcalendarcontributions-calendargitstats
    Auf GitHub ansehen↗6,596
Alle 30 Alternativen zu Git Quick Stats anzeigen→

Häufig gestellte Fragen

Was macht arzzen/git-quick-stats?

git-quick-stats is a command-line tool for calculating commit counts, line changes, and contributor metrics from Git history. It functions as a repository statistics tool, metrics generator, and contribution analyzer that extracts quantitative data from Git logs.

Was sind die Hauptfunktionen von arzzen/git-quick-stats?

Die Hauptfunktionen von arzzen/git-quick-stats sind: Git Repository Analytics, Git Repository Analysis, Git Repository Analyzers, Contribution Tracking, Commit History Analysis, Commit History Traversal, Path-Based Filtering Rules, Development Momentum Visualizers.

Welche Open-Source-Alternativen gibt es zu arzzen/git-quick-stats?

Open-Source-Alternativen zu arzzen/git-quick-stats sind unter anderem: boyter/scc — Scc is a codebase analysis tool written in Go that calculates source lines of code, blank lines, and comments across… github/git-sizer — git-sizer is a repository size analyzer and auditing tool used to calculate the size of Git objects, references, and… tj/git-extras — git-extras is a collection of command line utilities that extend the functionality of the Git version control system.… sourcerer-io/sourcerer-app — Sourcerer App is a developer experience dashboard and Git repository analyzer that extracts statistical data to build… ionicabizau/git-stats — git-stats is a git statistics analyzer and contribution calendar tool. It extracts commit data from local repositories… gitpython-developers/gitpython — GitPython is a Python library that provides a programmatic interface for interacting with Git repositories. It…