diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2015-07-28 16:06:12 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-28 13:20:51 -0700 |
commit | fd8c620cd9d80fe1276745a80efcdac929e2aa6d (patch) | |
tree | 667a7f1002c6c4d8337ee76d92658d77c6b72e89 /Documentation/git-tools.txt | |
parent | f25b98e6f88cc19a749b6bf71306d1cc804a7bf4 (diff) | |
download | git-fd8c620cd9d80fe1276745a80efcdac929e2aa6d.tar.gz |
Documentation/git-tools: improve discoverability of Git wiki
These days, the best way to find Git-related tools is via a search
engine. The Git wiki may be a distant second, and git-tools.txt falls in
last place. Therefore, promote the Git wiki reference to the top of
git-tools.txt so the reader will encounter it first, rather than hiding
it away at the very bottom.
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-tools.txt')
-rw-r--r-- | Documentation/git-tools.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Documentation/git-tools.txt b/Documentation/git-tools.txt index 78a0d955ec..129b8c0c49 100644 --- a/Documentation/git-tools.txt +++ b/Documentation/git-tools.txt @@ -6,10 +6,11 @@ Introduction ------------ Apart from Git contrib/ area there are some others third-party tools -you may want to look. - +you may want to look at. This document presents a brief summary of each tool and the corresponding link. +For a more comprehensive list, see: +http://git.or.cz/gitwiki/InterfacesFrontendsAndTools Alternative/Augmentative Porcelains @@ -112,7 +113,3 @@ Others This is an Emacs interface for Git. The user interface is modelled on pcl-cvs. It has been developed on Emacs 21 and will probably need some tweaking to work on XEmacs. - - -http://git.or.cz/gitwiki/InterfacesFrontendsAndTools has more -comprehensive list. |