From dcc6495c1f9fcf63dde4f602c75ded45145a7237 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 11 Apr 2008 05:28:52 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.5-29-g7134 --- core-tutorial.html | 14 +++++++------- core-tutorial.txt | 12 ++++++------ git-tag.html | 6 +++--- git-tag.txt | 4 ++-- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/core-tutorial.html b/core-tutorial.html index d993722de..75db35a31 100644 --- a/core-tutorial.html +++ b/core-tutorial.html @@ -777,7 +777,7 @@ with the associated patches use the more complex (and much more powerful)

-
$ git-whatchanged -p --root
+
$ git-whatchanged -p

and you will see exactly what has changed in the repository over its short history.

@@ -786,11 +786,11 @@ short history.

Note
-The --root flag is a flag to git-diff-tree to tell it to -show the initial aka root commit too. Normally you'd probably not -want to see the initial import diff, but since the tutorial project -was started from scratch and is so small, we use it to make the result -a bit more interesting. +When using the above two commands, the initial commit will be shown. +If this is a problem because it is huge, you can hide it by setting +the log.showroot configuration variable to false. Having this, you +can still show it for each command just adding the --root option, +which is a flag for git-diff-tree accepted by both commands.

With that, you should now be having some inkling of what git does, and @@ -1967,7 +1967,7 @@ to follow, not easier.

diff --git a/core-tutorial.txt b/core-tutorial.txt index aa40dfd36..5a5531222 100644 --- a/core-tutorial.txt +++ b/core-tutorial.txt @@ -535,18 +535,18 @@ with the associated patches use the more complex (and much more powerful) ---------------- -$ git-whatchanged -p --root +$ git-whatchanged -p ---------------- and you will see exactly what has changed in the repository over its short history. [NOTE] -The `\--root` flag is a flag to `git-diff-tree` to tell it to -show the initial aka 'root' commit too. Normally you'd probably not -want to see the initial import diff, but since the tutorial project -was started from scratch and is so small, we use it to make the result -a bit more interesting. +When using the above two commands, the initial commit will be shown. +If this is a problem because it is huge, you can hide it by setting +the log.showroot configuration variable to false. Having this, you +can still show it for each command just adding the `\--root` option, +which is a flag for `git-diff-tree` accepted by both commands. With that, you should now be having some inkling of what git does, and can explore on your own. diff --git a/git-tag.html b/git-tag.html index 4ad781045..09564a095 100644 --- a/git-tag.html +++ b/git-tag.html @@ -275,7 +275,7 @@ git-tag(1) Manual Page
git-tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <name> [<head>] git-tag -d <name>… -git-tag [-n [<num>]] -l [<pattern>] +git-tag [-n[<num>]] -l [<pattern>] git-tag -v <name>…

DESCRIPTION

@@ -348,7 +348,7 @@ GnuPG key for signing.

--n <num> +-n<num>

@@ -552,7 +552,7 @@ Junio C Hamano <junkio@cox.net> and Chris Wright <chrisw@osdl.org>.<

diff --git a/git-tag.txt b/git-tag.txt index c22fb7117..4b6fd90ea 100644 --- a/git-tag.txt +++ b/git-tag.txt @@ -11,7 +11,7 @@ SYNOPSIS [verse] 'git-tag' [-a | -s | -u ] [-f] [-m | -F ] [] 'git-tag' -d ... -'git-tag' [-n []] -l [] +'git-tag' [-n[]] -l [] 'git-tag' -v ... DESCRIPTION @@ -57,7 +57,7 @@ OPTIONS -v:: Verify the gpg signature of the given tag names. --n :: +-n:: specifies how many lines from the annotation, if any, are printed when using -l. The default is not to print any annotation lines. -- 2.26.2