Skip to content

Commit 19c61a5

Browse files
committed
Merge branch 'rr/core-tutorial'
* rr/core-tutorial: Documentation: Update git core tutorial clarifying reference to scripts
2 parents 6751e04 + 52eb517 commit 19c61a5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/gitcore-tutorial.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ interfaces on top of it called "porcelain". You may not want to use the
2727
plumbing directly very often, but it can be good to know what the
2828
plumbing 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]
3139
Deeper technical details are often marked as Notes, which you can
3240
skip on your first reading.

0 commit comments

Comments
 (0)