summaryrefslogtreecommitdiffstats
path: root/gitcore-tutorial.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 00:42:16 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 00:42:16 +0000
commita9701f0184382d8de7380c56558718915905746a (patch)
tree25620bdfe6b5a66edecbbd6153f50dc5cb1e88f9 /gitcore-tutorial.html
parent19107ef38294e3b64a70b32302416dd52c0e779a (diff)
downloadgit-htmldocs-a9701f0184382d8de7380c56558718915905746a.tar.gz
Autogenerated HTML docs for v1.6.6.1-336-g19c6
Diffstat (limited to 'gitcore-tutorial.html')
-rw-r--r--gitcore-tutorial.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/gitcore-tutorial.html b/gitcore-tutorial.html
index 0fa12fb98..834b2ab19 100644
--- a/gitcore-tutorial.html
+++ b/gitcore-tutorial.html
@@ -335,6 +335,13 @@ you want to understand git's internals.</p></div>
interfaces on top of it called "porcelain". You may not want to use the
plumbing directly very often, but it can be good to know what the
plumbing does for when the porcelain isn't flushing.</p></div>
+<div class="para"><p>Back when this document was originally written, many porcelain
+commands were shell scripts. For simplicity, it still uses them as
+examples to illustrate how plumbing is fit together to form the
+porcelain commands. The source tree includes some of these scripts in
+contrib/examples/ for reference. Although these are not implemented as
+shell scripts anymore, the description of what the plumbing layer
+commands do is still valid.</p></div>
<div class="admonitionblock">
<table><tr>
<td class="icon">
@@ -2040,7 +2047,7 @@ to follow, not easier.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:55 UTC
+Last updated 2010-01-21 00:41:41 UTC
</div>
</div>
</body>