Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-23 12:49:47 +0400
committerJunio C Hamano <junkio@cox.net>2005-08-23 12:49:47 +0400
commit7fc9d69fca0ea8afab6709622b694f31662fb2ee (patch)
tree9474886eeb85e9753396ea1e8824f9761c641263
parent45d197a469f9ebeda91e7fd4fd522bb558e88bca (diff)
Add placeholders for missing documents.
The text does not say anything interesting, but at least the author list should reflect something close to reality. Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/git-add-script.txt38
-rw-r--r--Documentation/git-applymbox.txt38
-rw-r--r--Documentation/git-applypatch.txt38
-rw-r--r--Documentation/git-bisect-script.txt38
-rw-r--r--Documentation/git-branch-script.txt38
-rw-r--r--Documentation/git-build-rev-cache.txt38
-rw-r--r--Documentation/git-checkout-script.txt38
-rw-r--r--Documentation/git-cherry.txt38
-rw-r--r--Documentation/git-clone-dumb-http.txt38
-rw-r--r--Documentation/git-count-objects-script.txt38
-rw-r--r--Documentation/git-daemon.txt38
-rw-r--r--Documentation/git-diff-script.txt38
-rw-r--r--Documentation/git-format-patch-script.txt38
-rw-r--r--Documentation/git-get-tar-commit-id.txt38
-rw-r--r--Documentation/git-mailinfo.txt38
-rw-r--r--Documentation/git-mailsplit.txt38
-rw-r--r--Documentation/git-patch-id.txt38
-rw-r--r--Documentation/git-push-script.txt38
-rw-r--r--Documentation/git-rebase-script.txt38
-rw-r--r--Documentation/git-relink-script.txt38
-rw-r--r--Documentation/git-request-pull-script.txt38
-rw-r--r--Documentation/git-reset-script.txt38
-rw-r--r--Documentation/git-rev-parse.txt38
-rw-r--r--Documentation/git-revert-script.txt38
-rw-r--r--Documentation/git-sh-setup-script.txt38
-rw-r--r--Documentation/git-show-rev-cache.txt38
-rw-r--r--Documentation/git-stripspace.txt38
-rw-r--r--Documentation/git-verify-tag-script.txt38
-rw-r--r--Documentation/git.txt93
-rw-r--r--Documentation/gitk.txt38
30 files changed, 1194 insertions, 1 deletions
diff --git a/Documentation/git-add-script.txt b/Documentation/git-add-script.txt
new file mode 100644
index 0000000000..866d9c2d94
--- /dev/null
+++ b/Documentation/git-add-script.txt
@@ -0,0 +1,38 @@
+git-add-script(1)
+=================
+
+NAME
+----
+git-add-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-add-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-applymbox.txt b/Documentation/git-applymbox.txt
new file mode 100644
index 0000000000..acf0bf3d63
--- /dev/null
+++ b/Documentation/git-applymbox.txt
@@ -0,0 +1,38 @@
+git-applymbox(1)
+================
+
+NAME
+----
+git-applymbox - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-applymbox' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-applypatch.txt b/Documentation/git-applypatch.txt
new file mode 100644
index 0000000000..55facd2c7a
--- /dev/null
+++ b/Documentation/git-applypatch.txt
@@ -0,0 +1,38 @@
+git-applypatch(1)
+=================
+
+NAME
+----
+git-applypatch - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-applypatch' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-bisect-script.txt b/Documentation/git-bisect-script.txt
new file mode 100644
index 0000000000..1f5e38626b
--- /dev/null
+++ b/Documentation/git-bisect-script.txt
@@ -0,0 +1,38 @@
+git-bisect-script(1)
+====================
+
+NAME
+----
+git-bisect-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-bisect-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-branch-script.txt b/Documentation/git-branch-script.txt
new file mode 100644
index 0000000000..fe9a041950
--- /dev/null
+++ b/Documentation/git-branch-script.txt
@@ -0,0 +1,38 @@
+git-branch-script(1)
+====================
+
+NAME
+----
+git-branch-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-branch-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org> and Junio C Hamano <junkio@cox.net>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-build-rev-cache.txt b/Documentation/git-build-rev-cache.txt
new file mode 100644
index 0000000000..b199cf9ddb
--- /dev/null
+++ b/Documentation/git-build-rev-cache.txt
@@ -0,0 +1,38 @@
+git-build-rev-cache(1)
+======================
+
+NAME
+----
+git-build-rev-cache - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-build-rev-cache' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Junio C Hamano <junkio@cox.net>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-checkout-script.txt b/Documentation/git-checkout-script.txt
new file mode 100644
index 0000000000..ca469ece73
--- /dev/null
+++ b/Documentation/git-checkout-script.txt
@@ -0,0 +1,38 @@
+git-checkout-script(1)
+======================
+
+NAME
+----
+git-checkout-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-checkout-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-cherry.txt b/Documentation/git-cherry.txt
new file mode 100644
index 0000000000..14d0bd51cd
--- /dev/null
+++ b/Documentation/git-cherry.txt
@@ -0,0 +1,38 @@
+git-cherry(1)
+=============
+
+NAME
+----
+git-cherry - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-cherry' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Junio C Hamano <junkio@cox.net>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-clone-dumb-http.txt b/Documentation/git-clone-dumb-http.txt
new file mode 100644
index 0000000000..782484517d
--- /dev/null
+++ b/Documentation/git-clone-dumb-http.txt
@@ -0,0 +1,38 @@
+git-clone-dumb-http(1)
+======================
+
+NAME
+----
+git-clone-dumb-http - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-clone-dumb-http' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Junio C Hamano <junkio@cox.net>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-count-objects-script.txt b/Documentation/git-count-objects-script.txt
new file mode 100644
index 0000000000..2543617094
--- /dev/null
+++ b/Documentation/git-count-objects-script.txt
@@ -0,0 +1,38 @@
+git-count-objects-script(1)
+===========================
+
+NAME
+----
+git-count-objects-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-count-objects-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Junio C Hamano <junkio@cox.net>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
new file mode 100644
index 0000000000..5886c83ec8
--- /dev/null
+++ b/Documentation/git-daemon.txt
@@ -0,0 +1,38 @@
+git-daemon(1)
+=============
+
+NAME
+----
+git-daemon - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-daemon' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org> and YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-diff-script.txt b/Documentation/git-diff-script.txt
new file mode 100644
index 0000000000..64acdc0c06
--- /dev/null
+++ b/Documentation/git-diff-script.txt
@@ -0,0 +1,38 @@
+git-diff-script(1)
+==================
+
+NAME
+----
+git-diff-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-diff-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-format-patch-script.txt b/Documentation/git-format-patch-script.txt
new file mode 100644
index 0000000000..ae3b8a113d
--- /dev/null
+++ b/Documentation/git-format-patch-script.txt
@@ -0,0 +1,38 @@
+git-format-patch-script(1)
+==========================
+
+NAME
+----
+git-format-patch-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-format-patch-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Junio C Hamano <junkio@cox.net>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-get-tar-commit-id.txt b/Documentation/git-get-tar-commit-id.txt
new file mode 100644
index 0000000000..f9c4140d3d
--- /dev/null
+++ b/Documentation/git-get-tar-commit-id.txt
@@ -0,0 +1,38 @@
+git-get-tar-commit-id(1)
+========================
+
+NAME
+----
+git-get-tar-commit-id - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-get-tar-commit-id' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-mailinfo.txt b/Documentation/git-mailinfo.txt
new file mode 100644
index 0000000000..b75f61c84c
--- /dev/null
+++ b/Documentation/git-mailinfo.txt
@@ -0,0 +1,38 @@
+git-mailinfo(1)
+===============
+
+NAME
+----
+git-mailinfo - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-mailinfo' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-mailsplit.txt b/Documentation/git-mailsplit.txt
new file mode 100644
index 0000000000..617276a011
--- /dev/null
+++ b/Documentation/git-mailsplit.txt
@@ -0,0 +1,38 @@
+git-mailsplit(1)
+================
+
+NAME
+----
+git-mailsplit - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-mailsplit' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-patch-id.txt b/Documentation/git-patch-id.txt
new file mode 100644
index 0000000000..9a4abd124d
--- /dev/null
+++ b/Documentation/git-patch-id.txt
@@ -0,0 +1,38 @@
+git-patch-id(1)
+===============
+
+NAME
+----
+git-patch-id - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-patch-id' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-push-script.txt b/Documentation/git-push-script.txt
new file mode 100644
index 0000000000..3c1208d5a2
--- /dev/null
+++ b/Documentation/git-push-script.txt
@@ -0,0 +1,38 @@
+git-push-script(1)
+==================
+
+NAME
+----
+git-push-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-push-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Junio C Hamano <junkio@cox.net>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-rebase-script.txt b/Documentation/git-rebase-script.txt
new file mode 100644
index 0000000000..ba7cbb777c
--- /dev/null
+++ b/Documentation/git-rebase-script.txt
@@ -0,0 +1,38 @@
+git-rebase-script(1)
+====================
+
+NAME
+----
+git-rebase-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-rebase-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Junio C Hamano <junkio@cox.net>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-relink-script.txt b/Documentation/git-relink-script.txt
new file mode 100644
index 0000000000..4c2b435d1e
--- /dev/null
+++ b/Documentation/git-relink-script.txt
@@ -0,0 +1,38 @@
+git-relink-script(1)
+====================
+
+NAME
+----
+git-relink-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-relink-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Ryan Anderson <ryan@michonline.com>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-request-pull-script.txt b/Documentation/git-request-pull-script.txt
new file mode 100644
index 0000000000..891468ddb1
--- /dev/null
+++ b/Documentation/git-request-pull-script.txt
@@ -0,0 +1,38 @@
+git-request-pull-script(1)
+==========================
+
+NAME
+----
+git-request-pull-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-request-pull-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Ryan Anderson <ryan@michonline.com> and Junio C Hamano <junkio@cox.net>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-reset-script.txt b/Documentation/git-reset-script.txt
new file mode 100644
index 0000000000..2c12f59e96
--- /dev/null
+++ b/Documentation/git-reset-script.txt
@@ -0,0 +1,38 @@
+git-reset-script(1)
+===================
+
+NAME
+----
+git-reset-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-reset-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Junio C Hamano <junkio@cox.net> and Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
new file mode 100644
index 0000000000..592c2bd832
--- /dev/null
+++ b/Documentation/git-rev-parse.txt
@@ -0,0 +1,38 @@
+git-rev-parse(1)
+================
+
+NAME
+----
+git-rev-parse - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-rev-parse' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org> and Junio C Hamano <junkio@cox.net>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-revert-script.txt b/Documentation/git-revert-script.txt
new file mode 100644
index 0000000000..8a532e6d09
--- /dev/null
+++ b/Documentation/git-revert-script.txt
@@ -0,0 +1,38 @@
+git-revert-script(1)
+====================
+
+NAME
+----
+git-revert-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-revert-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Junio C Hamano <junkio@cox.net>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-sh-setup-script.txt b/Documentation/git-sh-setup-script.txt
new file mode 100644
index 0000000000..92addd71fe
--- /dev/null
+++ b/Documentation/git-sh-setup-script.txt
@@ -0,0 +1,38 @@
+git-sh-setup-script(1)
+======================
+
+NAME
+----
+git-sh-setup-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-sh-setup-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-show-rev-cache.txt b/Documentation/git-show-rev-cache.txt
new file mode 100644
index 0000000000..48f1ca3de2
--- /dev/null
+++ b/Documentation/git-show-rev-cache.txt
@@ -0,0 +1,38 @@
+git-show-rev-cache(1)
+=====================
+
+NAME
+----
+git-show-rev-cache - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-show-rev-cache' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Junio C Hamano <junkio@cox.net>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-stripspace.txt b/Documentation/git-stripspace.txt
new file mode 100644
index 0000000000..fc87146d59
--- /dev/null
+++ b/Documentation/git-stripspace.txt
@@ -0,0 +1,38 @@
+git-stripspace(1)
+=================
+
+NAME
+----
+git-stripspace - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-stripspace' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Linus Torvalds <torvalds@osdl.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git-verify-tag-script.txt b/Documentation/git-verify-tag-script.txt
new file mode 100644
index 0000000000..88a264681f
--- /dev/null
+++ b/Documentation/git-verify-tag-script.txt
@@ -0,0 +1,38 @@
+git-verify-tag-script(1)
+========================
+
+NAME
+----
+git-verify-tag-script - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'git-verify-tag-script' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Jan Harkes <jaharkes@cs.cmu.edu> and Eric W. Biederman <ebiederm@xmission.com>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 9d4fccdd47..55d63d9432 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -205,7 +205,7 @@ link:git-fetch-script.html[git-fetch-script]::
link:git-pull-script.html[git-pull-script]::
Fetch from and merge with a remote repository.
-link:git-commit-script.html[git-commit-script]::
+ulink:git-commit-script.html[git-commit-script]::
Record changes to the repository.
link:git-show-branch.html[git-show-branch]::
@@ -259,6 +259,97 @@ link:git-send-email-script.html[git-send-email]::
Send patch e-mails out of "format-patch --mbox" output.
+Commands not yet documented
+---------------------------
+
+link:git-applymbox.html[git-applymbox]::
+ git-applymbox.
+
+link:git-applypatch.html[git-applypatch]::
+ git-applypatch.
+
+link:git-mailinfo.html[git-mailinfo]::
+ git-mailinfo.
+
+link:git-mailsplit.html[git-mailsplit]::
+ git-mailsplit.
+
+link:git-add-script.html[git-add-script]::
+ git-add-script.
+
+link:git-bisect-script.html[git-bisect-script]::
+ git-bisect-script.
+
+link:git-branch-script.html[git-branch-script]::
+ git-branch-script.
+
+link:git-build-rev-cache.html[git-build-rev-cache]::
+ git-build-rev-cache.
+
+link:git-checkout-script.html[git-checkout-script]::
+ git-checkout-script.
+
+link:git-cherry.html[git-cherry]::
+ git-cherry.
+
+link:git-clone-dumb-http.html[git-clone-dumb-http]::
+ git-clone-dumb-http.
+
+link:git-count-objects-script.html[git-count-objects-script]::
+ git-count-objects-script.
+
+link:git-daemon.html[git-daemon]::
+ git-daemon.
+
+link:git-diff-script.html[git-diff-script]::
+ git-diff-script.
+
+link:git-format-patch-script.html[git-format-patch-script]::
+ git-format-patch-script.
+
+link:git-get-tar-commit-id.html[git-get-tar-commit-id]::
+ git-get-tar-commit-id.
+
+link:git-patch-id.html[git-patch-id]::
+ git-patch-id.
+
+link:git-push-script.html[git-push-script]::
+ git-push-script.
+
+link:git-rebase-script.html[git-rebase-script]::
+ git-rebase-script.
+
+link:git-relink-script.html[git-relink-script]::
+ git-relink-script.
+
+link:git-request-pull-script.html[git-request-pull-script]::
+ git-request-pull-script.
+
+link:git-reset-script.html[git-reset-script]::
+ git-reset-script.
+
+link:git-rev-parse.html[git-rev-parse]::
+ git-rev-parse.
+
+link:git-revert-script.html[git-revert-script]::
+ git-revert-script.
+
+link:git-sh-setup-script.html[git-sh-setup-script]::
+ git-sh-setup-script.
+
+link:git-show-rev-cache.html[git-show-rev-cache]::
+ git-show-rev-cache.
+
+link:git-stripspace.html[git-stripspace]::
+ git-stripspace.
+
+link:git-verify-tag-script.html[git-verify-tag-script]::
+ git-verify-tag-script.
+
+link:gitk.html[gitk]::
+ gitk.
+
+
Identifier Terminology
----------------------
<object>::
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
new file mode 100644
index 0000000000..8e2f479f25
--- /dev/null
+++ b/Documentation/gitk.txt
@@ -0,0 +1,38 @@
+gitk(1)
+=======
+
+NAME
+----
+gitk - Some git command not yet documented.
+
+
+SYNOPSIS
+--------
+'gitk' [ --option ] <args>...
+
+DESCRIPTION
+-----------
+Does something not yet documented.
+
+
+OPTIONS
+-------
+--option::
+ Some option not yet documented.
+
+<args>...::
+ Some argument not yet documented.
+
+
+Author
+------
+Written by Paul Mackerras <paulus@samba.org>
+
+Documentation
+--------------
+Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the link:git.html[git] suite
+