Top "Git-diff" questions

Shows changes between the working tree and the committed contents of a git repository, or between two commits or branches of the repository.

git: list of all changed files including those in submodules

I would like to get a list of all files, which have changed betweet two commits including those in submodules. …

git git-submodules git-diff
Set UTF-8 display for Git GUI differences window

I can't remember how I made Git GUI to display UTF-8 encoded differences correctly. Also I can't find the guide …

git utf-8 diff git-diff git-gui
git diff with author filter

I have a series of commits by different authors and I would like to see a git dff output between 2 …

git git-diff
Git Diff and Meld on Windows

Has anyone ever made Meld work with Git on Windows? I am trying to make it work and I have …

git msysgit git-diff meld difftool
What's the difference between `git diff --patience` and `git diff --histogram`?

This earlier question asked for the differences between 4 different Git diff strategies, but the only difference that was explained was …

git algorithm diff git-diff
Can git do a diff of the working copy with stash

How can I diff my current working copy against a stash? My use case: my working copy already contains a …

git git-diff git-stash working-copy
Use BeyondCompare to see difference between files in GIT

Before I commit my changes, I want to see the difference using BeyondCompare in GIT. How can I configure BeyondCompare …

git git-diff beyondcompare beyondcompare3
Github/compare: How to diff two different files (different file names, both in HEAD)?

Can I use the github /compare to display the difference between two different source files in HEAD? Here is how …

github git-diff
Can TortoiseMerge be used as a difftool with Windows Git Bash?

I'm just starting to work with Git. I would like to use TortoiseMerge as the difftool and mergetool. In my $…

git tortoisegit git-diff tortoisegitmerge
Show git diff, ignoring file permission changes?

I have run several chmod in my live server. Right now when I do a git diff there, I see …

git diff git-diff