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 }}
QwenLM
/
qwen-code
Public
Notifications
You must be signed in to change notification settings
Fork
3.1k
Star
28.1k
Code
Issues
1.2k
Pull requests
309
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: add /diff command and git diff statistics utility
- #3491
#3491
Merged
BZ-D
merged 26 commits into
main
QwenLM/qwen-code:main
from
feat/git-diff-stats
QwenLM/qwen-code:feat/git-diff-stats
Copy head branch name to clipboard
May 10, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
feat: add /diff command and git diff statistics utility
#3491
BZ-D
merged 26 commits into
main
QwenLM/qwen-code:main
from
feat/git-diff-stats
QwenLM/qwen-code:feat/git-diff-stats
Copy head branch name to clipboard
Commits
Commits on Apr 21, 2026
feat(core): add git diff statistics utility
Show description for c326b46
BZ-D
committed
c326b46
View commit details
Copy full SHA for c326b46
Browse repository at this point
feat(cli): add /diff slash command
Show description for e0777d2
BZ-D
committed
e0777d2
View commit details
Copy full SHA for e0777d2
Browse repository at this point
fix(cli): harden /diff command after adversarial audit
Show description for 48b79ef
BZ-D
committed
48b79ef
View commit details
Copy full SHA for 48b79ef
Browse repository at this point
Commits on Apr 24, 2026
Merge branch 'main' of github.com:QwenLM/qwen-code into feat/git-diff-stats
BZ-D
committed
6a0786f
View commit details
Copy full SHA for 6a0786f
Browse repository at this point
fix(cli): clean up /diff feature review issues
Show description for 055cd85
BZ-D
committed
055cd85
View commit details
Copy full SHA for 055cd85
Browse repository at this point
fix(core): harden git diff stats after multi-round review
Show description for d88eba1
BZ-D
committed
d88eba1
View commit details
Copy full SHA for d88eba1
Browse repository at this point
fix(core): address /diff PR review comments
Show description for 005f88e
BZ-D
committed
005f88e
View commit details
Copy full SHA for 005f88e
Browse repository at this point
fix(core): surface truncated untracked counts and decouple totals from display
Show description for 5075ad5
BZ-D
committed
5075ad5
View commit details
Copy full SHA for 5075ad5
Browse repository at this point
fix(core): parse filenames from +++/--- lines to handle paths with ' b/'
Show description for 54a0b2d
BZ-D
committed
54a0b2d
View commit details
Copy full SHA for 54a0b2d
Browse repository at this point
feat(cli): colorize /diff output via a themed Ink component
Show description for e9a2721
BZ-D
committed
e9a2721
View commit details
Copy full SHA for e9a2721
Browse repository at this point
Commits on Apr 27, 2026
Merge remote-tracking branch 'origin/main' into feat/git-diff-stats
Show description for 8b277f6
BZ-D
committed
8b277f6
View commit details
Copy full SHA for 8b277f6
Browse repository at this point
refactor(cli): factor /diff column widths into a shared helper
Show description for 239fa71
BZ-D
committed
239fa71
View commit details
Copy full SHA for 239fa71
Browse repository at this point
fix(core): pin /diff git ops to repo root and lstat untracked entries
Show description for bb0164d
BZ-D
committed
bb0164d
View commit details
Copy full SHA for bb0164d
Browse repository at this point
chore: revert stray .npmrc/README.md test edits swept into bb0164d99
Show description for c0d8a5d
BZ-D
committed
c0d8a5d
View commit details
Copy full SHA for c0d8a5d
Browse repository at this point
Commits on Apr 28, 2026
perf(core): stream untracked-file line counts in 64 KB chunks
Show description for 002d17c
BZ-D
committed
002d17c
View commit details
Copy full SHA for 002d17c
Browse repository at this point
refactor(core): collapse redundant ancestor walks; harden untracked open
Show description for 6b3ea41
BZ-D
committed
6b3ea41
View commit details
Copy full SHA for 6b3ea41
Browse repository at this point
docs(cli): clarify row-order contract; simplify DiffRow key
Show description for 24dfb87
BZ-D
committed
24dfb87
View commit details
Copy full SHA for 24dfb87
Browse repository at this point
feat(cli): add (deleted) marker for files removed in the worktree
Show description for 2857fd9
BZ-D
committed
2857fd9
View commit details
Copy full SHA for 2857fd9
Browse repository at this point
fix(core): pin --no-ext-diff on every git diff invocation
Show description for 667f01a
BZ-D
committed
667f01a
View commit details
Copy full SHA for 667f01a
Browse repository at this point
fix(core): lazy O_NOFOLLOW lookup so vitest fs mocks don't blow up
Show description for efa81db
BZ-D
committed
efa81db
View commit details
Copy full SHA for efa81db
Browse repository at this point
fix(core): make resolveGitDir worktree assertion platform-agnostic
Show description for c1638ef
BZ-D
committed
c1638ef
View commit details
Copy full SHA for c1638ef
Browse repository at this point
fix(core): C-unquote diff path headers and fix untracked-only fast path
Show description for 632b259
BZ-D
committed
632b259
View commit details
Copy full SHA for 632b259
Browse repository at this point
Commits on Apr 29, 2026
fix(core): also pass --no-textconv to block .gitattributes textconv drivers
Show description for 4b371a4
BZ-D
committed
4b371a4
View commit details
Copy full SHA for 4b371a4
Browse repository at this point
fix(diff): close untracked-line undercount and ANSI injection in /diff output
Show description for ecb7743
BZ-D
committed
ecb7743
View commit details
Copy full SHA for ecb7743
Browse repository at this point
Commits on May 7, 2026
Merge remote-tracking branch 'origin/main' into feat/git-diff-stats
BZ-D
committed
42e19f8
View commit details
Copy full SHA for 42e19f8
Browse repository at this point
fix(diff): harden quoted-path decoder and filename sanitizer
Show description for 4f7e8dd
BZ-D
committed
4f7e8dd
View commit details
Copy full SHA for 4f7e8dd
Browse repository at this point
You can’t perform that action at this time.