From: Jonas Fonseca Date: Thu, 31 Aug 2006 23:15:38 +0000 (+0200) Subject: git(7): move gitk(1) to the list of porcelain commands X-Git-Tag: v1.4.3-rc1~135^2~14 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ef1186228d39af29c109785fa752e3866c79a6b3;p=git.git git(7): move gitk(1) to the list of porcelain commands Signed-off-by: Jonas Fonseca Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git.txt b/Documentation/git.txt index a9c87e38d..76b41c8e3 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 -----------------------