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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
codeorbio
/
java-diff-utils
Public
forked from
jycr/java-diff-utils
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
diffutils-1.5.0
User selector
All users
All time
Commit history
Commits on May 22, 2014
[maven-release-plugin] prepare release diffutils-1.5.0
worksap-bot
committed
747cf05
View commit details
Copy full SHA for 747cf05
Browse repository at this point
upgrade maven-javadoc-plugin to automate deployment
worksap-bot
committed
7c45663
View commit details
Copy full SHA for 7c45663
Browse repository at this point
Merge branch 'pr1'
worksap-bot
committed
80a80ee
View commit details
Copy full SHA for 80a80ee
Browse repository at this point
close #1: add <contributor> to pom.xml.
worksap-bot
committed
e9beb0c
View commit details
Copy full SHA for e9beb0c
Browse repository at this point
Commits on May 20, 2014
refs #1: Equalizer does not have to care about `ignoreWhiteSpace`.
Show description for ff5cefc
worksap-bot
committed
ff5cefc
View commit details
Copy full SHA for ff5cefc
Browse repository at this point
refs #1: reformat .gitignore
worksap-bot
committed
05ae3ef
View commit details
Copy full SHA for 05ae3ef
Browse repository at this point
Commits on May 19, 2014
Added null checks.
andreaskumlehn
committed
cf9a759
View commit details
Copy full SHA for cf9a759
Browse repository at this point
Commits on May 16, 2014
Modified builder of DiffRowGenerator to accept custom Equalizer<String> instances to compare lines during diffs
andreaskumlehn
committed
8a0afb9
View commit details
Copy full SHA for 8a0afb9
Browse repository at this point
modified ignore
andreaskumlehn
committed
27c1165
View commit details
Copy full SHA for 27c1165
Browse repository at this point
Commits on Jan 1, 2014
[maven-release-plugin] prepare for next development iteration
KengoTODA
committed
fac37b1
View commit details
Copy full SHA for fac37b1
Browse repository at this point
[maven-release-plugin] prepare release diffutils-1.4.1
KengoTODA
committed
5cf5dca
View commit details
Copy full SHA for 5cf5dca
Browse repository at this point
bugfix: parse method should be public
KengoTODA
committed
32466be
View commit details
Copy full SHA for 32466be
Browse repository at this point
[maven-release-plugin] prepare for next development iteration
KengoTODA
committed
58625f9
View commit details
Copy full SHA for 58625f9
Browse repository at this point
[maven-release-plugin] prepare release diffutils-1.4.0
KengoTODA
committed
b0839cf
View commit details
Copy full SHA for b0839cf
Browse repository at this point
add <developers> to release via Sonatype repository
KengoTODA
committed
330dd03
View commit details
Copy full SHA for 330dd03
Browse repository at this point
Commits on Dec 31, 2013
implement event based parser like SAX
KengoTODA
committed
6d9c7d6
View commit details
Copy full SHA for 6d9c7d6
Browse repository at this point
support File as argument of diff() method
KengoTODA
committed
c4eaef4
View commit details
Copy full SHA for c4eaef4
Browse repository at this point
add README.md to explain changelog
KengoTODA
committed
09347c1
View commit details
Copy full SHA for 09347c1
Browse repository at this point
explain that position and last start from zero
KengoTODA
committed
06a4581
View commit details
Copy full SHA for 06a4581
Browse repository at this point
add License file to explain copyright holder
KengoTODA
committed
06eeedc
View commit details
Copy full SHA for 06eeedc
Browse repository at this point
remove unused methods
KengoTODA
committed
a487ead
View commit details
Copy full SHA for a487ead
Browse repository at this point
Equalizer should support null value.
KengoTODA
committed
f2f603c
View commit details
Copy full SHA for f2f603c
Browse repository at this point
replace idiom with Guava
KengoTODA
committed
d327b37
View commit details
Copy full SHA for d327b37
Browse repository at this point
inner class/enum should be static
KengoTODA
committed
62869ef
View commit details
Copy full SHA for 62869ef
Browse repository at this point
let user uses other string to represent line which does not exist.
KengoTODA
committed
303a4f0
View commit details
Copy full SHA for 303a4f0
Browse repository at this point
ignore files generated by Maven
KengoTODA
committed
2833d5b
View commit details
Copy full SHA for 2833d5b
Browse repository at this point
update dependency and JDK version
KengoTODA
committed
7d36a75
View commit details
Copy full SHA for 7d36a75
Browse repository at this point
update groupId, url and scm to fork project
KengoTODA
committed
413e326
View commit details
Copy full SHA for 413e326
Browse repository at this point
Commits on Mar 4, 2013
Set version to 1.4.0-SNAPSHOT (instead of 1.3.1-SNAPSHOT)
Show description for 52bb97b
simon.mittermueller@gmail.com
committed
52bb97b
View commit details
Copy full SHA for 52bb97b
Browse repository at this point
Updated version from 1.3.0 to 1.3.1 (as branch is 1.3.0)
Show description for bf4226c
simon.mittermueller@gmail.com
committed
bf4226c
View commit details
Copy full SHA for bf4226c
Browse repository at this point
Introduced generic type to some tests. Close IO streams in tests.
Show description for 9652892
simon.mittermueller@gmail.com
committed
9652892
View commit details
Copy full SHA for 9652892
Browse repository at this point
Add version to artifacts (as Maven 3 requires them).
Show description for 9d04e90
simon.mittermueller@gmail.com
committed
9d04e90
View commit details
Copy full SHA for 9d04e90
Browse repository at this point
Commits on Mar 1, 2013
Replace Object with generic type T (issue #22).
Show description for 8ceac1c
simon.mittermueller@gmail.com
committed
8ceac1c
View commit details
Copy full SHA for 8ceac1c
Browse repository at this point
Changed to default maven layout: src/main/java, src/test/java, src/test/resources.
Show description for 2fc6bb2
simon.mittermueller@gmail.com
committed
2fc6bb2
View commit details
Copy full SHA for 2fc6bb2
Browse repository at this point
Test commit.
Show description for 7a00bed
simon.mittermueller@gmail.com
committed
7a00bed
View commit details
Copy full SHA for 7a00bed
Browse repository at this point
Previous
Next
You can’t perform that action at this time.