tisdag 21 augusti 2007 skrev Miklos Vajna:
quoted hunk ↗ jump to hunk
Signed-off-by: Miklos Vajna <redacted>
---
Documentation/git-show.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-show.txt b/Documentation/git-show.txt
index a42e121..2409389 100644
--- a/Documentation/git-show.txt
+++ b/Documentation/git-show.txt
@@ -33,6 +33,10 @@ This manual page describes only the most frequently used options.
OPTIONS
-------
+
+-p::
+ For commits, show the change the commit introduces in a patch form.
+
<object>::
The name of the object to show.
For a more complete list of ways to spell object names, see
How about this instead:
-- robin
Include diff options into git-show command manual
--
Documentation/git-show.txt | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-show.txt b/Documentation/git-show.txt
index a42e121..d4708e0 100644
--- a/Documentation/git-show.txt
+++ b/Documentation/git-show.txt
@@ -41,6 +41,9 @@ OPTIONS
include::pretty-options.txt[]
+include::diff-options.txt[]
+
+
include::pretty-formats.txt[]