Top "Diff" questions

The act of identifying differences between two or more files in order to support various software development activities (bug tracking, patch creation, ...)

Is there any graphical Binary Diff tool for Mac OS X?

Are there any Binary Diff tools for Mac OS X with a GUI? There are a gazillion text-based diff tools, …

macos binary diff
DIFF utility works for 2 files. How to compare more than 2 files at a time?

So the utility Diff works just like I want for 2 files, but I have a project that requires comparisons with …

html diff vimdiff n-way-merge
Using git diff, how can I get added and modified lines numbers?

Assuming I have a text file alex bob matrix will be removed git repo and I have updated it to …

git diff git-diff
Git: Compare All Local Commits to Remote Repo Version

I'm somewhat new to Git and what I'm trying to do seems like it should be possible. Basically I've been …

git diff compare status gitk
How can I generate a git diff of what's changed since the last time I pulled?

I'd like to script, preferably in rake, the following actions into a single command: Get the version of my local …

git diff rake pull
Ignore *all* whitespace changes with git-diff between commits

I'm going through a codebase and fixing whitespace oddities and generally correcting indentation and such things, and I want to …

git diff git-diff
Filter git diff by type of change

Is there a way to limit git diff to changed files? I'd like to see the differences between two commits, …

git diff
How should I use git diff for long lines?

I'm running git-diff on a file, but the change is at the end of a long line. If I use …

git diff word-wrap
How to get diff working like git-diff?

I like the output formatting of git diff. The color and the +/- representation of changes between lines is easier …

git diff git-diff
How to get git diff with full context?

How to create patch suitable for reviewing in crucible? git diff branch master --no-prefix > patch This generates only 3 lines …

git diff git-diff