You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael J Gruber 3dbe1165e9 Fix typo in contrib/examples/git-svnimport.txt 16 years ago
..
README contrib/examples/README: give an explanation of the status of these files 16 years ago
git-checkout.sh Merge branch 'db/checkout' 17 years ago
git-clean.sh Make git-clean a builtin 17 years ago
git-clone.sh Merge branch 'db/clone-in-c' 17 years ago
git-commit.sh Replace uses of "git-var" with "git var" 17 years ago
git-fetch.sh Merge branch 'master' into db/fetch-pack 17 years ago
git-gc.sh Supplant the "while case ... break ;; esac" idiom 18 years ago
git-ls-remote.sh Build in ls-remote 17 years ago
git-merge-ours.sh Merge branch 'maint' 17 years ago
git-merge.sh Merge branch 'sb/dashless' 17 years ago
git-remote.perl Typo "does not exists" when git remote update remote. 16 years ago
git-rerere.perl Resurrect git-rerere to contrib/examples 17 years ago
git-reset.sh Merge branch 'maint' 18 years ago
git-resolve.sh Rewrite "git-frotz" to "git frotz" 18 years ago
git-revert.sh contrib: resurrect scripted git-revert. 17 years ago
git-svnimport.perl Convert git-* invocations to "git *" in the svnimport example. 16 years ago
git-svnimport.txt Fix typo in contrib/examples/git-svnimport.txt 16 years ago
git-tag.sh Replace uses of "git-var" with "git var" 17 years ago
git-verify-tag.sh Supplant the "while case ... break ;; esac" idiom 18 years ago

README

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.