X-Git-Url: https://oss.titaniummirror.com/gitweb?p=git-utils.git;a=blobdiff_plain;f=git-diffall.1;fp=git-diffall.1;h=48bca6676b3e4afc8a1ead0848a5fa0a5d1c71d4;hp=0000000000000000000000000000000000000000;hb=36c971cd275c4def7a9c8724fae4601f7bbd6c99;hpb=64ee825074103d07de39f0f4e6ca3adb2af174a2 diff --git a/git-diffall.1 b/git-diffall.1 new file mode 100644 index 0000000..48bca66 --- /dev/null +++ b/git-diffall.1 @@ -0,0 +1,22 @@ +.\" +.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. Later this tool can be improved upon to use the +tool listed in the config file (difftool), or if none present fall back to +a 'normal' git 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)