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 }}
baskaran-md
/
icdiff
Public
forked from
jeffkaufman/icdiff
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 7, 2015
Merge pull request #56 from jamietanna/master
Show description for 6a7c9a7
jeffkaufman
committed
6a7c9a7
View commit details
Copy full SHA for 6a7c9a7
Browse repository at this point
Commits on Oct 6, 2015
Fix incorrect reported version string for v1.7.3
Show description for 62e40c6
jamietanna
committed
62e40c6
View commit details
Copy full SHA for 62e40c6
Browse repository at this point
Commits on Apr 23, 2015
Merge pull request #49 from tomviner/bugfix/optoins
Show description for fc4e100
jeffkaufman
committed
fc4e100
View commit details
Copy full SHA for fc4e100
Browse repository at this point
Commits on Apr 19, 2015
add test for "did you mean to pass --recursive" message
tomviner
committed
e33877b
View commit details
Copy full SHA for e33877b
Browse repository at this point
fix optoins-->options
tomviner
committed
f9bbfa2
View commit details
Copy full SHA for f9bbfa2
Browse repository at this point
Commits on Mar 30, 2015
Support git-icdiff on paths with spaces. Fixes #48.
jeffkaufman
committed
a02ac51
View commit details
Copy full SHA for a02ac51
Browse repository at this point
Commits on Dec 23, 2014
Don't abort processing when encountering a binary file. Fixes #38. Also fixes test.sh to improve regolding.
jeffkaufman
committed
824927d
View commit details
Copy full SHA for 824927d
Browse repository at this point
Commits on Dec 22, 2014
Merge branch 'master' of github.com:jeffkaufman/icdiff
jeffkaufman
committed
f47ec28
View commit details
Copy full SHA for f47ec28
Browse repository at this point
Readability fixes.
Show description for a23ebb5
jeffkaufman
committed
a23ebb5
View commit details
Copy full SHA for a23ebb5
Browse repository at this point
Commits on Dec 15, 2014
Don't treat files with identical (mode, size, mtime) as equal.
jeffkaufman
committed
6f28695
View commit details
Copy full SHA for 6f28695
Browse repository at this point
Fix testdata; git doesn't track empty directories
jeffkaufman
committed
ae60a57
View commit details
Copy full SHA for ae60a57
Browse repository at this point
Add tests.
jeffkaufman
committed
8e93fc3
View commit details
Copy full SHA for 8e93fc3
Browse repository at this point
fix stdout ordering with python3
jeffkaufman
committed
a9f2f19
View commit details
Copy full SHA for a9f2f19
Browse repository at this point
fix --recursive
jeffkaufman
committed
87bcdc2
View commit details
Copy full SHA for 87bcdc2
Browse repository at this point
Stop setting LESS_IS_MORE with git-icdiff, fixing #33.
jeffkaufman
committed
900052d
View commit details
Copy full SHA for 900052d
Browse repository at this point
Add --output-encoding flag and default to utf8
jeffkaufman
committed
fae640d
View commit details
Copy full SHA for fae640d
Browse repository at this point
Commits on Dec 14, 2014
Unbreak --recursive
jeffkaufman
committed
ffdaa18
View commit details
Copy full SHA for ffdaa18
Browse repository at this point
Commits on Dec 11, 2014
Allow specifying the encoding with --encoding, support fullwidth chars in python2.
jeffkaufman
committed
93cffff
View commit details
Copy full SHA for 93cffff
Browse repository at this point
document new options and svn support
jeffkaufman
committed
1e02cad
View commit details
Copy full SHA for 1e02cad
Browse repository at this point
support diffing for svn
Show description for ab6b6f8
jeffkaufman
committed
ab6b6f8
View commit details
Copy full SHA for ab6b6f8
Browse repository at this point
Document pager improvements.
jeffkaufman
committed
bd84230
View commit details
Copy full SHA for bd84230
Browse repository at this point
If it fits on the screen, don't page.
jeffkaufman
committed
d6bf5ac
View commit details
Copy full SHA for d6bf5ac
Browse repository at this point
If the pager plain old less or more, add the -R flag to pass color
jeffkaufman
committed
b5eb865
View commit details
Copy full SHA for b5eb865
Browse repository at this point
When git core.pager is blank, fall back to PAGER. If that's blank, fall back to less -R.
jeffkaufman
committed
c77b070
View commit details
Copy full SHA for c77b070
Browse repository at this point
Commits on Dec 10, 2014
Merge pull request #24 from floatplane/fix-git-icdiff-quoting
Show description for 648a9e4
jeffkaufman
committed
648a9e4
View commit details
Copy full SHA for 648a9e4
Browse repository at this point
Use $() rather than backticks to invoke `git config`.
floatplane
committed
71bba85
View commit details
Copy full SHA for 71bba85
Browse repository at this point
Use eval to properly handle core.pager values that include backticks.
floatplane
committed
5004ec1
View commit details
Copy full SHA for 5004ec1
Browse repository at this point
Merge pull request #30 from jomo/patch-1
Show description for 0e624d2
jeffkaufman
committed
0e624d2
View commit details
Copy full SHA for 0e624d2
Browse repository at this point
python3 support
Show description for d1f31f0
jomo
committed
d1f31f0
View commit details
Copy full SHA for d1f31f0
Browse repository at this point
Merge pull request #29 from jomo/master
Show description for 810074b
jeffkaufman
committed
810074b
View commit details
Copy full SHA for 810074b
Browse repository at this point
Autodetection is unix only, not linux only
Show description for b70ca21
jomo
committed
b70ca21
View commit details
Copy full SHA for b70ca21
Browse repository at this point
Merge pull request #25 from xiaket/master
Show description for 802368c
jeffkaufman
committed
802368c
View commit details
Copy full SHA for 802368c
Browse repository at this point
Fixed REAME file name change in setup.py
Show description for 952ec6a
xiaket
committed
952ec6a
View commit details
Copy full SHA for 952ec6a
Browse repository at this point
git-icdiff tweaks
Show description for 7e8fa44
floatplane
committed
7e8fa44
View commit details
Copy full SHA for 7e8fa44
Browse repository at this point
Commits on Dec 9, 2014
Use /bin/sh instead of /bin/bash for git-icdiff
jeffkaufman
committed
6460105
View commit details
Copy full SHA for 6460105
Browse repository at this point
Previous
Next
You can’t perform that action at this time.