diff options
author | jidanni@jidanni.org <jidanni@jidanni.org> | 2009-01-13 09:19:42 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-12 17:47:36 -0800 |
commit | 47a845bfc3a9e1d378c43c3b3ea4291d5d79eca8 (patch) | |
tree | 2f21f36212ef59827d82a31d316991e041a9b92e /contrib | |
parent | 141201d124f3663a98e0f362c1af7f5f7b58dabb (diff) | |
download | git-47a845bfc3a9e1d378c43c3b3ea4291d5d79eca8.tar.gz |
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')
-rw-r--r-- | contrib/examples/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/examples/README b/contrib/examples/README new file mode 100644 index 0000000000..6946f3dd2a --- /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. |