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~145^2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ef1186228d39af29c109785fa752e3866c79a6b3 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 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 -----------------------