Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
gagip
/
git-log-analysis
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
refactor: code quality improvements, bug fixes, and test coverage
- #5
#5
Merged
gagip
merged 13 commits into
master
gagip/git-log-analysis:master
from
refactor
gagip/git-log-analysis:refactor
Copy head branch name to clipboard
Feb 26, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
refactor: code quality improvements, bug fixes, and test coverage
#5
gagip
merged 13 commits into
master
gagip/git-log-analysis:master
from
refactor
gagip/git-log-analysis:refactor
Copy head branch name to clipboard
Commits
Commits on Feb 26, 2026
fix: correct a/b/ path parsing and reuse parse_date_to_naive for timezone handling
Show description for 48c860c
gagip
committed
48c860c
View commit details
Copy full SHA for 48c860c
Browse repository at this point
fix: normalize project name to lowercase for case-insensitive comparison
Show description for dcca1a3
gagip
committed
dcca1a3
View commit details
Copy full SHA for dcca1a3
Browse repository at this point
refactor: remove dead code properties and duplicate search method in GitLogService
Show description for 16ddf5e
gagip
committed
16ddf5e
View commit details
Copy full SHA for 16ddf5e
Browse repository at this point
perf: compute commit counts at scan time to avoid loading all commits in list_projects
Show description for 07195cd
gagip
committed
07195cd
View commit details
Copy full SHA for 07195cd
Browse repository at this point
refactor: expose GitLogService and QueryParams from package root
Show description for 2e401e7
gagip
committed
2e401e7
View commit details
Copy full SHA for 2e401e7
Browse repository at this point
refactor: replace typing module generics with built-in types
Show description for bb59b4f
gagip
committed
bb59b4f
View commit details
Copy full SHA for bb59b4f
Browse repository at this point
refactor: remove temp file workaround in encoding_handler
Show description for 5b579aa
gagip
committed
5b579aa
View commit details
Copy full SHA for 5b579aa
Browse repository at this point
refactor: remove unreachable branch in formatters.py
Show description for 8ef360a
gagip
committed
8ef360a
View commit details
Copy full SHA for 8ef360a
Browse repository at this point
fix: replace os.chdir with subprocess cwd in git_monthly_log_generator
Show description for a5e7446
gagip
committed
a5e7446
View commit details
Copy full SHA for a5e7446
Browse repository at this point
test: replace always-true assert with meaningful assertion
Show description for 3a3db07
gagip
committed
3a3db07
View commit details
Copy full SHA for 3a3db07
Browse repository at this point
test: add test coverage for encoding_handler, file_processor, git_diff_parser, git_monthly_log_generator, and mcp formatters
Show description for 146c180
gagip
committed
146c180
View commit details
Copy full SHA for 146c180
Browse repository at this point
chore: Add stackdump in gitignore
gagip
committed
786567f
View commit details
Copy full SHA for 786567f
Browse repository at this point
fix: remove unused imports and ambiguous variable names to pass ruff check
gagip
committed
be9b941
View commit details
Copy full SHA for be9b941
Browse repository at this point
You can’t perform that action at this time.