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:
authorJonas Fonseca <fonseca@diku.dk>2006-09-01 03:15:38 +0400
committerJunio C Hamano <junkio@cox.net>2006-09-01 03:24:30 +0400
commitef1186228d39af29c109785fa752e3866c79a6b3 (patch)
tree50503fc060c0dd61b37dc74fbc852db632bdf90d
parent2c6d22df9f8a975c88fc9a93c4db8bb0bd116b74 (diff)
git(7): move gitk(1) to the list of porcelain commands
Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/git.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index a9c87e38da..76b41c8e34 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -303,6 +303,9 @@ gitlink:git-format-patch[1]::
gitlink:git-grep[1]::
Print lines matching a pattern.
+gitlink:gitk[1]::
+ The git repository browser.
+
gitlink:git-log[1]::
Shows commit logs.
@@ -483,13 +486,6 @@ gitlink:git-stripspace[1]::
Filter out empty lines.
-Commands not yet documented
----------------------------
-
-gitlink:gitk[1]::
- The gitk repository browser.
-
-
Configuration Mechanism
-----------------------