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 }}
gmatht
/
diffutils
Public
forked from
uutils/diffutils
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
diffutils
tests
on
diff/return-exit-code
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 24, 2026
ci: fall back to the gnulib GitHub mirror for tests/init.sh
Show description for cbc5298
sylvestre
committed
cbc5298
View commit details
Copy full SHA for cbc5298
View code at this point
Browse repository at this point
ci: make the GNU testsuite run and its PR comment resilient
Show description for 7de61c5
sylvestre
committed
7de61c5
View commit details
Copy full SHA for 7de61c5
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
cmp: use checked subtraction for the verbose offset padding
Show description for 68d0610
Pablo Garcia
authored and
sylvestre
committed
68d0610
View commit details
Copy full SHA for 68d0610
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
support prefixed names (#231)
oech3
authored
58da229
View commit details
Copy full SHA for 58da229
View code at this point
Browse repository at this point
Commits on Mar 20, 2026
fix: follow redirects when fetching gnulib init.sh in upstream test suite (#202)
Show description for 23890b6
kevinburkesegment
and
claude
authored
23890b6
View commit details
Copy full SHA for 23890b6
View code at this point
Browse repository at this point
Commits on Mar 10, 2026
fix: match GNU error format for unrecognized options (#180)
Show description for 9dcca24
Ryujiyasu
and
claude
authored
9dcca24
View commit details
Copy full SHA for 9dcca24
View code at this point
Browse repository at this point
Commits on Feb 28, 2026
fix: rename "Unknown option" to "unrecognized option" for diff and cmp (#179)
Ryujiyasu
authored
6f082c6
View commit details
Copy full SHA for 6f082c6
View code at this point
Browse repository at this point
Commits on Dec 26, 2025
Make cmp_fast_path more robust
Show description for 7ddc6c6
kov
committed
7ddc6c6
View commit details
Copy full SHA for 7ddc6c6
View code at this point
Browse repository at this point
Use specific locale for cmp_fast_path test
Show description for 8997ac0
kov
committed
8997ac0
View commit details
Copy full SHA for 8997ac0
View code at this point
Browse repository at this point
Commits on Nov 2, 2025
tests: fix deprecation warnings from assert_cmd
cakebaker
authored and
oSoMoN
committed
83f6d2d
View commit details
Copy full SHA for 83f6d2d
View code at this point
Browse repository at this point
Commits on Nov 8, 2024
Fix "unused import" warning on Windows
cakebaker
committed
4f2f869
View commit details
Copy full SHA for 4f2f869
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
Fix warnings from needless_borrow lint
cakebaker
committed
1910cbf
View commit details
Copy full SHA for 1910cbf
View code at this point
Browse repository at this point
Fix warnings from write_with_newline lint
cakebaker
committed
c70cc19
View commit details
Copy full SHA for c70cc19
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
cmp: print verbose diffs as we find them
Show description for a316262
kov
committed
a316262
View commit details
Copy full SHA for a316262
View code at this point
Browse repository at this point
Commits on Oct 2, 2024
Merge pull request #93 from oSoMoN/upstream-test-suite-skipped-tests-issue92
Show description for 7480068
sylvestre
authored
7480068
View commit details
Copy full SHA for 7480068
View code at this point
Browse repository at this point
Commits on Oct 1, 2024
Merge pull request #88 from kov/cmp
Show description for 763074a
oSoMoN
authored
763074a
View commit details
Copy full SHA for 763074a
View code at this point
Browse repository at this point
Add cmp utility
Show description for 5005741
kov
committed
5005741
View commit details
Copy full SHA for 5005741
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
Upstream test suite: correctly handle tests that are skipped (fixes #92)
oSoMoN
committed
f75c187
View commit details
Copy full SHA for f75c187
View code at this point
Browse repository at this point
Take utility name as first parameter on diffutils
Show description for 72c7802
kov
committed
72c7802
View commit details
Copy full SHA for 72c7802
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
When running the upstream test suite, fetch missing tests/init.sh (fixes #90)
oSoMoN
committed
c1b66e4
View commit details
Copy full SHA for c1b66e4
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
Update the expected error message for Windows
oSoMoN
committed
8a3a977
View commit details
Copy full SHA for 8a3a977
View code at this point
Browse repository at this point
Make error message consistent with GNU diff's implementation when failing to read input file(s)
oSoMoN
committed
fa4e0c6
View commit details
Copy full SHA for fa4e0c6
View code at this point
Browse repository at this point
Commits on Apr 23, 2024
Merge branch 'main' into handle-directory-input
TanmayPatil105
committed
8c6a648
View commit details
Copy full SHA for 8c6a648
View code at this point
Browse repository at this point
Create test files in temporary directory
TanmayPatil105
committed
0304391
View commit details
Copy full SHA for 0304391
View code at this point
Browse repository at this point
Merge pull request #52 from oSoMoN/long-options
Show description for 8de0ca6
sylvestre
authored
8de0ca6
View commit details
Copy full SHA for 8de0ca6
View code at this point
Browse repository at this point
Un-hardcode a test filename in an integration test (fixes #61)
oSoMoN
committed
3dc3fdf
View commit details
Copy full SHA for 3dc3fdf
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
Handle --normal, -e and --ed options
oSoMoN
committed
37fe1ae
View commit details
Copy full SHA for 37fe1ae
View code at this point
Browse repository at this point
Commits on Apr 21, 2024
Fix typos
sylvestre
committed
3a8eddf
View commit details
Copy full SHA for 3a8eddf
View code at this point
Browse repository at this point
Windows: Fix tests
TanmayPatil105
committed
476e69e
View commit details
Copy full SHA for 476e69e
View code at this point
Browse repository at this point
Add tests for `diff FILE DIRECTORY`
TanmayPatil105
committed
65993d6
View commit details
Copy full SHA for 65993d6
View code at this point
Browse repository at this point
Handle directory-file and file-directory comparisons in the diff
Show description for 39d2ece
TanmayPatil105
committed
39d2ece
View commit details
Copy full SHA for 39d2ece
View code at this point
Browse repository at this point
Commits on Apr 14, 2024
Tests: Replace modification time in diff with "TIMESTAMP" placeholder
TanmayPatil105
committed
900e1c3
View commit details
Copy full SHA for 900e1c3
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
Merge branch 'context-diff-modification-time' of github.com:TanmayPatil105/diffutils into context-diff-modification-time
TanmayPatil105
committed
86bd05c
View commit details
Copy full SHA for 86bd05c
View code at this point
Browse repository at this point
Define assert_diff_eq macro for context&unified diff comparison
TanmayPatil105
committed
00e18a6
View commit details
Copy full SHA for 00e18a6
View code at this point
Browse repository at this point
Commits on Apr 8, 2024
Add an integration test for reading from "/dev/stdin" on unix-like systems
oSoMoN
committed
e1c319f
View commit details
Copy full SHA for e1c319f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.