]> oss.titaniummirror.com Git - git-utils.git/blobdiff - git-diffall.1
Add git-diffall
[git-utils.git] / git-diffall.1
diff --git a/git-diffall.1 b/git-diffall.1
new file mode 100644 (file)
index 0000000..48bca66
--- /dev/null
@@ -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)