summaryrefslogtreecommitdiffstats
path: root/git-tools.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-10-31 13:25:53 -0700
committerJunio C Hamano <gitster@pobox.com>2014-10-31 13:25:53 -0700
commitc14e6ad9a230ad90c84b7f620d87fbe49a2d0342 (patch)
tree120346dc383e3d1c4219fe8c533eb22cb6af2b55 /git-tools.html
parent2a4bcbc355496c8d83b1b9f8892c4cbe8f584158 (diff)
downloadgit-htmldocs-c14e6ad9a230ad90c84b7f620d87fbe49a2d0342.tar.gz
Autogenerated HTML docs for v2.2.0-rc0
Diffstat (limited to 'git-tools.html')
-rw-r--r--git-tools.html86
1 files changed, 42 insertions, 44 deletions
diff --git a/git-tools.html b/git-tools.html
index 872cc0403..ac7072489 100644
--- a/git-tools.html
+++ b/git-tools.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 8.6.6" />
+<meta name="generator" content="AsciiDoc 8.6.9" />
<title>A short Git tools survey</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -87,10 +87,16 @@ ul, ol, li > p {
ul > li { color: #aaa; }
ul > li > * { color: black; }
-pre {
+.monospaced, code, pre {
+ font-family: "Courier New", Courier, monospace;
+ font-size: inherit;
+ color: navy;
padding: 0;
margin: 0;
}
+pre {
+ white-space: pre-wrap;
+}
#author {
color: #527bbd;
@@ -219,7 +225,7 @@ div.exampleblock > div.content {
}
div.imageblock div.content { padding-left: 0; }
-span.image img { border-style: none; }
+span.image img { border-style: none; vertical-align: text-bottom; }
a.image:visited { color: white; }
dl {
@@ -349,7 +355,7 @@ div.colist td img {
margin-bottom: 0.1em;
}
-div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
+div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
margin-top: 0;
margin-bottom: 0;
}
@@ -407,18 +413,14 @@ span.underline { text-decoration: underline; }
span.overline { text-decoration: overline; }
span.line-through { text-decoration: line-through; }
+div.unbreakable { page-break-inside: avoid; }
+
/*
* xhtml11 specific
*
* */
-tt {
- font-family: monospace;
- font-size: inherit;
- color: navy;
-}
-
div.tableblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
@@ -452,12 +454,6 @@ div.tableblock > table[frame="vsides"] {
*
* */
-.monospaced {
- font-family: monospace;
- font-size: inherit;
- color: navy;
-}
-
table.tableblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
@@ -537,6 +533,8 @@ body.manpage div.sectionbody {
@media print {
body.manpage div#toc { display: none; }
}
+
+
</style>
<script type="text/javascript">
/*<![CDATA[*/
@@ -581,7 +579,7 @@ toc: function (toclevels) {
function tocEntries(el, toclevels) {
var result = new Array;
- var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');
+ var re = new RegExp('[hH]([1-'+(toclevels+1)+'])');
// Function that scans the DOM tree for header elements (the DOM2
// nodeIterator API would be a better technique but not supported by all
// browsers).
@@ -610,7 +608,7 @@ toc: function (toclevels) {
var i;
for (i = 0; i < toc.childNodes.length; i++) {
var entry = toc.childNodes[i];
- if (entry.nodeName == 'div'
+ if (entry.nodeName.toLowerCase() == 'div'
&& entry.getAttribute("class")
&& entry.getAttribute("class").match(/^toclevel/))
tocEntriesToRemove.push(entry);
@@ -656,7 +654,7 @@ footnotes: function () {
var entriesToRemove = [];
for (i = 0; i < noteholder.childNodes.length; i++) {
var entry = noteholder.childNodes[i];
- if (entry.nodeName == 'div' && entry.getAttribute("class") == "footnote")
+ if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
entriesToRemove.push(entry);
}
for (i = 0; i < entriesToRemove.length; i++) {
@@ -757,15 +755,15 @@ link.</p></div>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>Cogito is a version control system layered on top of the Git tree history
+<pre><code>Cogito is a version control system layered on top of the Git tree history
storage system. It aims at seamless user interface and ease of use,
providing generally smoother user experience than the "raw" Core Git
-itself and indeed many other version control systems.</tt></pre>
+itself and indeed many other version control systems.</code></pre>
</div></div>
<div class="literalblock">
<div class="content">
-<pre><tt>Cogito is no longer maintained as most of its functionality
-is now in core Git.</tt></pre>
+<pre><code>Cogito is no longer maintained as most of its functionality
+is now in core Git.</code></pre>
</div></div>
</li>
<li>
@@ -774,9 +772,9 @@ is now in core Git.</tt></pre>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>pg is a shell script wrapper around Git to help the user manage a set of
+<pre><code>pg is a shell script wrapper around Git to help the user manage a set of
patches to files. pg is somewhat like quilt or StGit, but it does have a
-slightly different feature set.</tt></pre>
+slightly different feature set.</code></pre>
</div></div>
</li>
<li>
@@ -785,9 +783,9 @@ slightly different feature set.</tt></pre>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>Stacked Git provides a quilt-like patch management functionality in the
+<pre><code>Stacked Git provides a quilt-like patch management functionality in the
Git environment. You can easily manage your patches in the scope of Git
-until they get merged upstream.</tt></pre>
+until they get merged upstream.</code></pre>
</div></div>
</li>
</ul></div>
@@ -803,7 +801,7 @@ until they get merged upstream.</tt></pre>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>gitk is a simple Tk GUI for browsing history of Git repositories easily.</tt></pre>
+<pre><code>gitk is a simple Tk GUI for browsing history of Git repositories easily.</code></pre>
</div></div>
</li>
<li>
@@ -812,7 +810,7 @@ until they get merged upstream.</tt></pre>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>gitview is a GTK based repository browser for Git</tt></pre>
+<pre><code>gitview is a GTK based repository browser for Git</code></pre>
</div></div>
</li>
<li>
@@ -821,7 +819,7 @@ until they get merged upstream.</tt></pre>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>Gitweb provides full-fledged web interface for Git repositories.</tt></pre>
+<pre><code>Gitweb provides full-fledged web interface for Git repositories.</code></pre>
</div></div>
</li>
<li>
@@ -830,11 +828,11 @@ until they get merged upstream.</tt></pre>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>QGit is a git/StGit GUI viewer built on Qt/C++. QGit could be used
+<pre><code>QGit is a git/StGit GUI viewer built on Qt/C++. QGit could be used
to browse history and directory tree, view annotated files, commit
changes cherry picking single files or applying patches.
Currently it is the fastest and most feature rich among the Git
-viewers and commit tools.</tt></pre>
+viewers and commit tools.</code></pre>
</div></div>
</li>
<li>
@@ -843,10 +841,10 @@ viewers and commit tools.</tt></pre>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>tig by Jonas Fonseca is a simple Git repository browser
+<pre><code>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.</tt></pre>
+use it as a pager for Git commands.</code></pre>
</div></div>
</li>
</ul></div>
@@ -862,8 +860,8 @@ use it as a pager for Git commands.</tt></pre>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>git-svn is a simple conduit for changesets between a single Subversion
-branch and Git.</tt></pre>
+<pre><code>git-svn is a simple conduit for changesets between a single Subversion
+branch and Git.</code></pre>
</div></div>
</li>
<li>
@@ -872,8 +870,8 @@ branch and Git.</tt></pre>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>These utilities convert patch series in a quilt repository and commit
-series in Git back and forth.</tt></pre>
+<pre><code>These utilities convert patch series in a quilt repository and commit
+series in Git back and forth.</code></pre>
</div></div>
</li>
<li>
@@ -882,10 +880,10 @@ series in Git back and forth.</tt></pre>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>hg-to-git converts a Mercurial repository into a Git one, and
+<pre><code>hg-to-git converts a Mercurial repository into a Git one, and
preserves the full branch history in the process. hg-to-git can
also be used in an incremental way to keep the Git repository
-in sync with the master Mercurial repository.</tt></pre>
+in sync with the master Mercurial repository.</code></pre>
</div></div>
</li>
</ul></div>
@@ -901,10 +899,10 @@ in sync with the master Mercurial repository.</tt></pre>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>Commit Tool or (h)gct is a GUI enabled commit tool for Git and
+<pre><code>Commit Tool or (h)gct is a GUI enabled commit tool for Git and
Mercurial (hg). It allows the user to view diffs, select which files
to committed (or ignored / reverted) write commit messages and
-perform the commit itself.</tt></pre>
+perform the commit itself.</code></pre>
</div></div>
</li>
<li>
@@ -913,9 +911,9 @@ perform the commit itself.</tt></pre>
</p>
<div class="literalblock">
<div class="content">
-<pre><tt>This is an Emacs interface for Git. The user interface is modelled on
+<pre><code>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.</tt></pre>
+tweaking to work on XEmacs.</code></pre>
</div></div>
</li>
</ul></div>