.\" .TH "git-diffall" .SH NAME git-diffall \- Use a visual diff tool to show all differences .SH SYNOPSIS \fBgit-diffall\fR [\fIPRE\fR] [\fIPOST\fR] .SH "DESCRIPTION" .PP \fBgit-diffall\fR performs a visual diff using kdiff3 between PRE and POST of the current project. No arguments will show the differences between the working directory and HEAD. If in the git config diff.tool is set, this program is passed the name of the two temporary directories containing the changed files of each revision. If diff.tool is not defined, the fall-back is to diff. Thanks to Thomas Rast for publishing this script online: http://thread.gmane.org/gmane.comp.version-control.git/124807 .SH "SEE ALSO" git-diff(1)