summaryrefslogtreecommitdiffstats
path: root/git-tools.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-17 17:42:30 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-17 17:42:30 +0000
commitf9771f69968326f60eaa1b69efe27a302998c755 (patch)
tree14f148fe4a54b0f8dfccc83b7dbd37034216d385 /git-tools.txt
parent8f76dc6fae3bb5536b36c987aa521322dcdd220c (diff)
downloadgit-htmldocs-f9771f69968326f60eaa1b69efe27a302998c755.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-g23bf
Diffstat (limited to 'git-tools.txt')
-rw-r--r--git-tools.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-tools.txt b/git-tools.txt
index 0914cbb0b..6b407f9ad 100644
--- a/git-tools.txt
+++ b/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.