Skip to content

Commit

Permalink
Documentation/git-tools: improve discoverability of Git wiki
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Sunshine authored and Junio C Hamano committed Jul 28, 2015
1 parent f25b98e commit fd8c620
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Documentation/git-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit fd8c620

Please sign in to comment.