From d9d71c0a24952e5a75af5d3e9e5cba951ae0ce17 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 8 Feb 2006 00:52:33 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.1.6-gd19e --- git-diff-tree.html | 13 ++- git-diff-tree.txt | 4 + git-show.html | 329 +++++++++++++++++++++++++++++++++++++++++++++++++++++ git-show.txt | 49 ++++++++ 4 files changed, 393 insertions(+), 2 deletions(-) create mode 100644 git-show.html create mode 100644 git-show.txt diff --git a/git-diff-tree.html b/git-diff-tree.html index f44a2fc2..598bc87b 100644 --- a/git-diff-tree.html +++ b/git-diff-tree.html @@ -3,7 +3,7 @@ - + +git-show(1) + + + +

SYNOPSIS

+
+

git-show <option>…

+
+

DESCRIPTION

+
+

Shows commit log and textual diff for a single commit. The +command internally invokes git-rev-list piped to +git-diff-tree, and takes command line options for both of +these commands. It also presents the merge commit in a special +format as produced by git-diff-tree --cc.

+

This manual page describes only the most frequently used options.

+
+

OPTIONS

+
+
+
+<commitid> +
+
+

+ ID of the commit to show. +

+
+
+--pretty=<format> +
+
+

+ Controls the output format for the commit logs. + <format> can be one of raw, medium, short, full, + and oneline. +

+
+
+
+

Author

+
+

Written by Linus Torvalds <torvalds@osdl.org> and +Junio C Hamano <junkio@cox.net>

+
+

Documentation

+
+

Documentation by David Greaves, Petr Baudis and the git-list <git@vger.kernel.org>.

+

This manual page is a stub. You can help the git documentation by expanding it.

+
+

GIT

+
+

Part of the git(7) suite

+
+ + + diff --git a/git-show.txt b/git-show.txt new file mode 100644 index 00000000..9c359a44 --- /dev/null +++ b/git-show.txt @@ -0,0 +1,49 @@ +git-show(1) +=========== + +NAME +---- +git-show - Show one commit with difference it introduces. + + +SYNOPSIS +-------- +'git-show'