diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-23 01:49:47 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-23 01:49:47 -0700 |
commit | 7fc9d69fca0ea8afab6709622b694f31662fb2ee (patch) | |
tree | 9474886eeb85e9753396ea1e8824f9761c641263 /Documentation/gitk.txt | |
parent | 45d197a469f9ebeda91e7fd4fd522bb558e88bca (diff) | |
download | git-7fc9d69fca0ea8afab6709622b694f31662fb2ee.tar.gz git-7fc9d69fca0ea8afab6709622b694f31662fb2ee.tar.xz |
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/gitk.txt')
-rw-r--r-- | Documentation/gitk.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt new file mode 100644 index 000000000..8e2f479f2 --- /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 + |