make some more strings translatable
[TortoiseGit.git] / doc / source / en / TortoiseGit / git_doc / git-tools.xml
bloba9d7e2f4a8974f2ebfd76d0f8b826abee545bf4a
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">\r
3 \r
4 <article lang="en" id="A short git tools survey">\r
5 <articleinfo>\r
6     <title>A short git tools survey</title>\r
7         <indexterm>\r
8                 <primary>A short git tools survey</primary>\r
9         </indexterm>\r
10 </articleinfo>\r
11 <simplesect id="_introduction">\r
12 <title>Introduction</title>\r
13 <simpara>Apart from git contrib/ area there are some others third-party tools\r
14 you may want to look.</simpara>\r
15 <simpara>This document presents a brief summary of each tool and the corresponding\r
16 link.</simpara>\r
17 </simplesect>\r
18 <simplesect id="_alternative_augmentative_porcelains">\r
19 <title>Alternative/Augmentative Porcelains</title>\r
20 <itemizedlist>\r
21 <listitem>\r
22 <simpara>\r
23 <emphasis role="strong">Cogito</emphasis> (<ulink url="http://www.kernel.org/pub/software/scm/cogito/">http://www.kernel.org/pub/software/scm/cogito/</ulink>)\r
24 </simpara>\r
25 <literallayout class="monospaced">Cogito is a version control system layered on top of the git tree history\r
26 storage system. It aims at seamless user interface and ease of use,\r
27 providing generally smoother user experience than the "raw" Core GIT\r
28 itself and indeed many other version control systems.</literallayout>\r
29 <literallayout class="monospaced">Cogito is no longer maintained as most of its functionality\r
30 is now in core GIT.</literallayout>\r
31 </listitem>\r
32 <listitem>\r
33 <simpara>\r
34 <emphasis role="strong">pg</emphasis> (<ulink url="http://www.spearce.org/category/projects/scm/pg/">http://www.spearce.org/category/projects/scm/pg/</ulink>)\r
35 </simpara>\r
36 <literallayout class="monospaced">pg is a shell script wrapper around GIT to help the user manage a set of\r
37 patches to files. pg is somewhat like quilt or StGIT, but it does have a\r
38 slightly different feature set.</literallayout>\r
39 </listitem>\r
40 <listitem>\r
41 <simpara>\r
42 <emphasis role="strong">StGit</emphasis> (<ulink url="http://www.procode.org/stgit/">http://www.procode.org/stgit/</ulink>)\r
43 </simpara>\r
44 <literallayout class="monospaced">Stacked GIT provides a quilt-like patch management functionality in the\r
45 GIT environment. You can easily manage your patches in the scope of GIT\r
46 until they get merged upstream.</literallayout>\r
47 </listitem>\r
48 </itemizedlist>\r
49 </simplesect>\r
50 <simplesect id="_history_viewers">\r
51 <title>History Viewers</title>\r
52 <itemizedlist>\r
53 <listitem>\r
54 <simpara>\r
55 <emphasis role="strong">gitk</emphasis> (shipped with git-core)\r
56 </simpara>\r
57 <literallayout class="monospaced">gitk is a simple Tk GUI for browsing history of GIT repositories easily.</literallayout>\r
58 </listitem>\r
59 <listitem>\r
60 <simpara>\r
61 <emphasis role="strong">gitview</emphasis>  (contrib/)\r
62 </simpara>\r
63 <literallayout class="monospaced">gitview is a GTK based repository browser for git</literallayout>\r
64 </listitem>\r
65 <listitem>\r
66 <simpara>\r
67 <emphasis role="strong">gitweb</emphasis> (shipped with git-core)\r
68 </simpara>\r
69 <literallayout class="monospaced">GITweb provides full-fledged web interface for GIT repositories.</literallayout>\r
70 </listitem>\r
71 <listitem>\r
72 <simpara>\r
73 <emphasis role="strong">qgit</emphasis> (<ulink url="http://digilander.libero.it/mcostalba/">http://digilander.libero.it/mcostalba/</ulink>)\r
74 </simpara>\r
75 <literallayout class="monospaced">QGit is a git/StGIT GUI viewer built on Qt/C++. QGit could be used\r
76 to browse history and directory tree, view annotated files, commit\r
77 changes cherry picking single files or applying patches.\r
78 Currently it is the fastest and most feature rich among the git\r
79 viewers and commit tools.</literallayout>\r
80 </listitem>\r
81 <listitem>\r
82 <simpara>\r
83 <emphasis role="strong">tig</emphasis> (<ulink url="http://jonas.nitro.dk/tig/">http://jonas.nitro.dk/tig/</ulink>)\r
84 </simpara>\r
85 <literallayout class="monospaced">tig by Jonas Fonseca is a simple git repository browser\r
86 written using ncurses. Basically, it just acts as a front-end\r
87 for git-log and git-show/git-diff. Additionally, you can also\r
88 use it as a pager for git commands.</literallayout>\r
89 </listitem>\r
90 </itemizedlist>\r
91 </simplesect>\r
92 <simplesect id="_foreign_scm_interface">\r
93 <title>Foreign SCM interface</title>\r
94 <itemizedlist>\r
95 <listitem>\r
96 <simpara>\r
97 <emphasis role="strong">git-svn</emphasis> (shipped with git-core)\r
98 </simpara>\r
99 <literallayout class="monospaced">git-svn is a simple conduit for changesets between a single Subversion\r
100 branch and git.</literallayout>\r
101 </listitem>\r
102 <listitem>\r
103 <simpara>\r
104 <emphasis role="strong">quilt2git / git2quilt</emphasis> (<ulink url="http://home-tj.org/wiki/index.php/Misc">http://home-tj.org/wiki/index.php/Misc</ulink>)\r
105 </simpara>\r
106 <literallayout class="monospaced">These utilities convert patch series in a quilt repository and commit\r
107 series in git back and forth.</literallayout>\r
108 </listitem>\r
109 <listitem>\r
110 <simpara>\r
111 <emphasis role="strong">hg-to-git</emphasis> (contrib/)\r
112 </simpara>\r
113 <literallayout class="monospaced">hg-to-git converts a Mercurial repository into a git one, and\r
114 preserves the full branch history in the process. hg-to-git can\r
115 also be used in an incremental way to keep the git repository\r
116 in sync with the master Mercurial repository.</literallayout>\r
117 </listitem>\r
118 </itemizedlist>\r
119 </simplesect>\r
120 <simplesect id="_others">\r
121 <title>Others</title>\r
122 <itemizedlist>\r
123 <listitem>\r
124 <simpara>\r
125 <emphasis role="strong">(h)gct</emphasis> (<ulink url="http://www.cyd.liu.se/users/~freku045/gct/">http://www.cyd.liu.se/users/~freku045/gct/</ulink>)\r
126 </simpara>\r
127 <literallayout class="monospaced">Commit Tool or (h)gct is a GUI enabled commit tool for git and\r
128 Mercurial (hg). It allows the user to view diffs, select which files\r
129 to committed (or ignored / reverted) write commit messages and\r
130 perform the commit itself.</literallayout>\r
131 </listitem>\r
132 <listitem>\r
133 <simpara>\r
134 <emphasis role="strong">git.el</emphasis> (contrib/)\r
135 </simpara>\r
136 <literallayout class="monospaced">This is an Emacs interface for git. The user interface is modeled on\r
137 pcl-cvs. It has been developed on Emacs 21 and will probably need some\r
138 tweaking to work on XEmacs.</literallayout>\r
139 </listitem>\r
140 </itemizedlist>\r
141 <simpara><ulink url="http://git.or.cz/gitwiki/InterfacesFrontendsAndTools">http://git.or.cz/gitwiki/InterfacesFrontendsAndTools</ulink> has more\r
142 comprehensive list.</simpara>\r
143 </simplesect>\r
144 </article>\r