1
0
mirror of https://github.com/git/git.git synced 2024-10-03 10:31:23 +02:00
git/contrib/examples
jidanni@jidanni.org 47a845bfc3 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>
2009-01-12 17:47:36 -08:00
..
git-checkout.sh
git-clean.sh
git-clone.sh Merge branch 'db/clone-in-c' 2008-05-25 13:41:37 -07:00
git-commit.sh Replace uses of "git-var" with "git var" 2008-07-30 11:42:01 -07:00
git-fetch.sh
git-gc.sh
git-ls-remote.sh
git-merge-ours.sh
git-merge.sh Merge branch 'sb/dashless' 2008-07-16 17:22:50 -07:00
git-remote.perl Typo "does not exists" when git remote update remote. 2008-10-16 08:20:15 -07:00
git-rerere.perl Resurrect git-rerere to contrib/examples 2008-03-16 01:11:07 -07:00
git-reset.sh
git-resolve.sh
git-revert.sh
git-svnimport.perl svnimport: newer libsvn wants us to ask for the root with "", not "/" 2008-07-23 16:58:09 -07:00
git-svnimport.txt
git-tag.sh Replace uses of "git-var" with "git var" 2008-07-30 11:42:01 -07:00
git-verify-tag.sh
README contrib/examples/README: give an explanation of the status of these files 2009-01-12 17:47:36 -08:00

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.