File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ interfaces on top of it called "porcelain". You may not want to use the
2727plumbing directly very often, but it can be good to know what the
2828plumbing does for when the porcelain isn't flushing.
2929
30+ Back when this document was originally written, many porcelain
31+ commands were shell scripts. For simplicity, it still uses them as
32+ examples to illustrate how plumbing is fit together to form the
33+ porcelain commands. The source tree includes some of these scripts in
34+ contrib/examples/ for reference. Although these are not implemented as
35+ shell scripts anymore, the description of what the plumbing layer
36+ commands do is still valid.
37+
3038[NOTE]
3139Deeper technical details are often marked as Notes, which you can
3240skip on your first reading.
You can’t perform that action at this time.
0 commit comments