Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-01-13 12:25:55 +0300
committerJunio C Hamano <gitster@pobox.com>2009-01-13 12:25:55 +0300
commit3ea95d2b0e6fa63e66de24a5084e217102ab9e8a (patch)
treed469977283d856931cbb007ef8cca2a2d460054f /contrib
parent323b9db839cc4e49008666e402aac3264e359423 (diff)
parent885a1ffb936cb8e32a15413a9a2404a4b4200f62 (diff)
Merge branch 'maint'
* maint: Avoid spurious error messages on error mistakes. contrib/examples/README: give an explanation of the status of these files
Diffstat (limited to 'contrib')
-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 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.