summaryrefslogtreecommitdiff
path: root/Documentation/git-relink-script.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-23 08:49:47 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-23 08:49:47 (GMT)
commit7fc9d69fca0ea8afab6709622b694f31662fb2ee (patch)
tree9474886eeb85e9753396ea1e8824f9761c641263 /Documentation/git-relink-script.txt
parent45d197a469f9ebeda91e7fd4fd522bb558e88bca (diff)
downloadgit-7fc9d69fca0ea8afab6709622b694f31662fb2ee.zip
git-7fc9d69fca0ea8afab6709622b694f31662fb2ee.tar.gz
git-7fc9d69fca0ea8afab6709622b694f31662fb2ee.tar.bz2
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>
Diffstat (limited to 'Documentation/git-relink-script.txt')
-rw-r--r--Documentation/git-relink-script.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/Documentation/git-relink-script.txt b/Documentation/git-relink-script.txt
new file mode 100644
index 0000000..4c2b435
--- /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
+