summaryrefslogtreecommitdiff
path: root/Documentation/git-tools.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-17 01:09:41 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-17 01:09:41 -0800
commite54155750876ac81ff8be945903177e833f457a9 (patch)
tree45698c1583cc834a3095adecfee8ce9fa7ef98a8 /Documentation/git-tools.txt
parent79d5b81fee8fa3213276b8c287a18c7ed2aefdb9 (diff)
downloadgit-e54155750876ac81ff8be945903177e833f457a9.tar.gz
Documentation/git-tools.txt: mention tig and refer to wiki
In general list at Wiki seems to be maintained a lot better than this list. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-tools.txt')
-rw-r--r--Documentation/git-tools.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/Documentation/git-tools.txt b/Documentation/git-tools.txt
index 0914cbb0ba..6b407f9adf 100644
--- a/Documentation/git-tools.txt
+++ b/Documentation/git-tools.txt
@@ -50,7 +50,7 @@ History Viewers
gitview is a GTK based repository browser for git
- - *gitweb* (ftp://ftp.kernel.org/pub/software/scm/gitweb/)
+ - *gitweb* (shipped with git-core)
GITweb provides full-fledged web interface for GIT repositories.
@@ -63,12 +63,18 @@ History Viewers
Currently it is the fastest and most feature rich among the git
viewers and commit tools.
+ - *tig* (http://jonas.nitro.dk/tig/)
+
+ tig by Jonas Fonseca is a simple git repository browser
+ written using ncurses. Basically, it just acts as a front-end
+ for git-log and git-show/git-diff. Additionally, you can also
+ use it as a pager for git commands.
Foreign SCM interface
---------------------
- - *git-svn* (contrib/)
+ - *git-svn* (shipped with git-core)
git-svn is a simple conduit for changesets between a single Subversion
branch and git.
@@ -95,3 +101,7 @@ Others
This is an Emacs interface for git. The user interface is modeled 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.