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 }}
oSoMoN
/
uutils-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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 21, 2024
Fix typos
sylvestre
committed
3a8eddf
View commit details
Copy full SHA for 3a8eddf
Browse repository at this point
Merge pull request #58 from oSoMoN/ed-diff-tests-fix-path
Show description for 46a26e8
sylvestre
authored
46a26e8
View commit details
Copy full SHA for 46a26e8
Browse repository at this point
Commits on Apr 20, 2024
Move test assertions in the cfg block where they belong
oSoMoN
committed
14799ee
View commit details
Copy full SHA for 14799ee
Browse repository at this point
Fix file path in ed diff tests
oSoMoN
committed
831348d
View commit details
Copy full SHA for 831348d
Browse repository at this point
Merge pull request #57 from oSoMoN/windows-fix-path-for-ci
Show description for 00a5c0b
sylvestre
authored
00a5c0b
View commit details
Copy full SHA for 00a5c0b
Browse repository at this point
CI: On Windows, use GNU's patch.exe instead of Strawberry Perl patch
oSoMoN
committed
bf10464
View commit details
Copy full SHA for bf10464
Browse repository at this point
Commits on Apr 17, 2024
Merge pull request #34 from uutils/renovate/regex-1.x
Show description for 5669f16
oSoMoN
authored
5669f16
View commit details
Copy full SHA for 5669f16
Browse repository at this point
Commits on Apr 16, 2024
Merge pull request #9 from uutils/renovate/codecov-codecov-action-4.x
Show description for 11bf271
sylvestre
authored
11bf271
View commit details
Copy full SHA for 11bf271
Browse repository at this point
Update Rust crate regex to 1.10.4
renovate[bot]
authored
674974d
View commit details
Copy full SHA for 674974d
Browse repository at this point
Merge pull request #4 from uutils/renovate/diff-0.x
Show description for 2ba35db
sylvestre
authored
2ba35db
View commit details
Copy full SHA for 2ba35db
Browse repository at this point
Update codecov/codecov-action action to v4
renovate[bot]
authored
fcec727
View commit details
Copy full SHA for fcec727
Browse repository at this point
Update Rust crate diff to 0.1.13
renovate[bot]
authored
b8efad6
View commit details
Copy full SHA for b8efad6
Browse repository at this point
Merge pull request #54 from uutils/renovate/chrono-0.x
Show description for 68e2f51
sylvestre
authored
68e2f51
View commit details
Copy full SHA for 68e2f51
Browse repository at this point
Merge pull request #55 from oSoMoN/use-codecov-token
Show description for 4edaee1
sylvestre
authored
4edaee1
View commit details
Copy full SHA for 4edaee1
Browse repository at this point
Use the private Codecov token stored as a secret,
Show description for 7f7821f
oSoMoN
committed
7f7821f
View commit details
Copy full SHA for 7f7821f
Browse repository at this point
Update Rust crate chrono to 0.4.38
renovate[bot]
authored
1149a24
View commit details
Copy full SHA for 1149a24
Browse repository at this point
Merge pull request #33 from TanmayPatil105/context-diff-modification-time
Show description for 1b311c6
oSoMoN
authored
1b311c6
View commit details
Copy full SHA for 1b311c6
Browse repository at this point
Replace only the first two occurences of timestamp regex
TanmayPatil105
committed
aedd068
View commit details
Copy full SHA for aedd068
Browse repository at this point
Use NamedTempFile instead of manually creating files
TanmayPatil105
committed
54c02bd
View commit details
Copy full SHA for 54c02bd
Browse repository at this point
Commits on Apr 14, 2024
Do not create dummy files
Show description for ba7cb0a
TanmayPatil105
committed
ba7cb0a
View commit details
Copy full SHA for ba7cb0a
Browse repository at this point
Improve tests
TanmayPatil105
committed
33783d0
View commit details
Copy full SHA for 33783d0
Browse repository at this point
Tests: Replace modification time in diff with "TIMESTAMP" placeholder
TanmayPatil105
committed
900e1c3
View commit details
Copy full SHA for 900e1c3
Browse repository at this point
Commits on Apr 13, 2024
Add tests for get_modification_time function
TanmayPatil105
committed
0a77fe1
View commit details
Copy full SHA for 0a77fe1
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
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
Browse repository at this point
Merge branch 'main' into context-diff-modification-time
TanmayPatil105
authored
f6eb083
View commit details
Copy full SHA for f6eb083
Browse repository at this point
Commits on Apr 9, 2024
Merge pull request #47 from oSoMoN/handle-stdin-filename
Show description for be66ff3
sylvestre
authored
be66ff3
View commit details
Copy full SHA for be66ff3
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
Browse repository at this point
Use io::stdin() to read from standard input in a portable manner
oSoMoN
committed
84ad116
View commit details
Copy full SHA for 84ad116
Browse repository at this point
Handle the rewrite of "-" to "/dev/stdin" in main to leave the filenames unchanged (fixes #46)
oSoMoN
committed
6dc34fe
View commit details
Copy full SHA for 6dc34fe
Browse repository at this point
Commits on Apr 6, 2024
Merge pull request #51 from oSoMoN/unit-tests-for-conflicting-output-style
Show description for 9507ca2
sylvestre
authored
9507ca2
View commit details
Copy full SHA for 9507ca2
Browse repository at this point
Commits on Apr 5, 2024
Unit test to verify that conflicting output styles result in an error
oSoMoN
committed
c325291
View commit details
Copy full SHA for c325291
Browse repository at this point
Commits on Apr 4, 2024
Merge pull request #25 from uutils/renovate/tempfile-3.x
Show description for c08e0b6
oSoMoN
authored
c08e0b6
View commit details
Copy full SHA for c08e0b6
Browse repository at this point
Show current time if fs::metadata errors
TanmayPatil105
committed
72da7fc
View commit details
Copy full SHA for 72da7fc
Browse repository at this point
Merge branch 'main' into context-diff-modification-time
TanmayPatil105
authored
61fb065
View commit details
Copy full SHA for 61fb065
Browse repository at this point
Previous
Next
You can’t perform that action at this time.