From 21c0b42d4578867273ad6bc14fb225d61aa6f67e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 12 Oct 2006 19:10:36 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.4.3-rc2-g23bed --- git-http-push.html | 12 +++++++++--- git-http-push.txt | 2 +- git-send-pack.html | 12 +++++++++--- git-send-pack.txt | 2 +- git-shortlog.html | 12 +++++++++--- git-shortlog.txt | 4 ++-- glossary.html | 24 +++++++++++++++++++++--- glossary.txt | 4 ++-- 8 files changed, 54 insertions(+), 18 deletions(-) diff --git a/git-http-push.html b/git-http-push.html index 687e213fb..a8f8ab6cb 100644 --- a/git-http-push.html +++ b/git-http-push.html @@ -313,9 +313,15 @@ remote branch.

list of objects successfully sent to the remote repository.

+
+<ref>… +
+
+

+ The remote refs to update. +

+
-

<ref>…: - The remote refs to update.

Specifying the Refs

@@ -379,7 +385,7 @@ to disable the fast-forward check only on that ref.

diff --git a/git-http-push.txt b/git-http-push.txt index 7e1f894a9..c2485c6e9 100644 --- a/git-http-push.txt +++ b/git-http-push.txt @@ -34,7 +34,7 @@ OPTIONS Report the list of objects being walked locally and the list of objects successfully sent to the remote repository. -...: +...:: The remote refs to update. diff --git a/git-send-pack.html b/git-send-pack.html index 9b2e2cc5a..2da40382b 100644 --- a/git-send-pack.html +++ b/git-send-pack.html @@ -332,9 +332,15 @@ updates it from the current repository, sending named refs.

The repository to update.

+
+<ref>… +
+
+

+ The remote refs to update. +

+
-

<ref>…: - The remote refs to update.

Specifying the Refs

@@ -410,7 +416,7 @@ to disable the fast-forward check only on that ref.

diff --git a/git-send-pack.txt b/git-send-pack.txt index 9e67f1730..5376f6854 100644 --- a/git-send-pack.txt +++ b/git-send-pack.txt @@ -43,7 +43,7 @@ OPTIONS :: The repository to update. -...: +...:: The remote refs to update. diff --git a/git-shortlog.html b/git-shortlog.html index 7af741e44..50d52c76d 100644 --- a/git-shortlog.html +++ b/git-shortlog.html @@ -301,9 +301,15 @@ the first line of the commit message will be shown.

of author alphabetic order.

+
+-s +
+
+

+ Supress commit description and provide a commit count summary only. +

+
-

-s: - Supress commit description and Provide a commit count summary only.

FILES

@@ -341,7 +347,7 @@ Eve Jones <eve@laptop.(none)>
diff --git a/git-shortlog.txt b/git-shortlog.txt index 1601d2267..d54fc3e5c 100644 --- a/git-shortlog.txt +++ b/git-shortlog.txt @@ -27,8 +27,8 @@ OPTIONS Sort output according to the number of commits per author instead of author alphabetic order. --s: - Supress commit description and Provide a commit count summary only. +-s:: + Supress commit description and provide a commit count summary only. FILES ----- diff --git a/glossary.html b/glossary.html index dcdcdb228..cb6ad8d6f 100644 --- a/glossary.html +++ b/glossary.html @@ -637,6 +637,16 @@ div.exampleblock-content {

+object type +
+
+

+ One of the identifiers + "commit","tree","tag" and "blob" + describing the type of an object. +

+
+
octopus
@@ -859,8 +869,8 @@ div.exampleblock-content { a tag is not changed by a commit. Tags (not tag objects) are stored in $GIT_DIR/refs/tags/. A git tag has nothing to do with a Lisp tag (which is - called object type in git's context). A tag - is most typically used to mark a particular point in the + called object type in git's context). A + tag is most typically used to mark a particular point in the commit ancestry chain.

@@ -928,6 +938,14 @@ div.exampleblock-content {

+unmerged index +
+
+

+ An index which contains unmerged index entries. +

+
+
working tree
@@ -950,7 +968,7 @@ the git-list <git@vger.kernel.org>.

diff --git a/glossary.txt b/glossary.txt index 14449ca8b..7e560b0ee 100644 --- a/glossary.txt +++ b/glossary.txt @@ -179,7 +179,7 @@ object name:: character hexadecimal encoding of the hash of the object (possibly followed by a white space). -object type: +object type:: One of the identifiers "commit","tree","tag" and "blob" describing the type of an object. @@ -324,7 +324,7 @@ tag:: A tag is most typically used to mark a particular point in the commit ancestry chain. -unmerged index: +unmerged index:: An index which contains unmerged index entries. working tree:: -- 2.26.2