summaryrefslogtreecommitdiff
path: root/contrib/examples
diff options
context:
space:
mode:
authorjidanni@jidanni.org <jidanni@jidanni.org>2009-01-13 01:19:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-01-13 01:47:36 (GMT)
commit47a845bfc3a9e1d378c43c3b3ea4291d5d79eca8 (patch)
tree2f21f36212ef59827d82a31d316991e041a9b92e /contrib/examples
parent141201d124f3663a98e0f362c1af7f5f7b58dabb (diff)
downloadgit-47a845bfc3a9e1d378c43c3b3ea4291d5d79eca8.zip
git-47a845bfc3a9e1d378c43c3b3ea4291d5d79eca8.tar.gz
git-47a845bfc3a9e1d378c43c3b3ea4291d5d79eca8.tar.bz2
contrib/examples/README: give an explanation of the status of these files
We attempt to give an explanation of the status of the files in this directory. Signed-off-by: jidanni <jidanni@jidanni.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/examples')
-rw-r--r--contrib/examples/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/examples/README b/contrib/examples/README
new file mode 100644
index 0000000..6946f3d
--- /dev/null
+++ b/contrib/examples/README
@@ -0,0 +1,3 @@
+These are original scripted implementations, kept primarily for their
+reference value to any aspiring plumbing users who want to learn how
+pieces can be fit together.