summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79d5b81)
raw | patch | inline | side by side (parent: 79d5b81)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 17 Jan 2007 09:09:41 +0000 (01:09 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 17 Jan 2007 09:09:41 +0000 (01:09 -0800) |
In general list at Wiki seems to be maintained a lot better than
this list.
Signed-off-by: Junio C Hamano <junkio@cox.net>
this list.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-tools.txt | patch | blob | history |
index 0914cbb0ba528653aa50c6a2eb27815bd69d3508..6b407f9adf86ee7d9a82e1c45b202ce67bb15e2b 100644 (file)
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.
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.
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.