Junio C Hamano 0e6e1a5fbd Merge branch 'ep/shell-command-substitution' 11 years ago
..
README
builtin-fetch--tool.c
git-checkout.sh Merge branch 'ep/shell-command-substitution' 11 years ago
git-clean.sh
git-clone.sh git-clone.sh: use the $( ... ) construct for command substitution 11 years ago
git-commit.sh Merge branch 'ep/shell-command-substitution' 11 years ago
git-fetch.sh git-fetch.sh: use the $( ... ) construct for command substitution 11 years ago
git-gc.sh
git-log.sh
git-ls-remote.sh git-ls-remote.sh: use the $( ... ) construct for command substitution 11 years ago
git-merge-ours.sh
git-merge.sh git-merge.sh: use the $( ... ) construct for command substitution 11 years ago
git-notes.sh
git-remote.perl
git-repack.sh git-repack.sh: use the $( ... ) construct for command substitution 11 years ago
git-rerere.perl
git-reset.sh comments: fix misuses of "nor" 11 years ago
git-resolve.sh git-resolve.sh: use the $( ... ) construct for command substitution 11 years ago
git-revert.sh git-revert.sh: use the $( ... ) construct for command substitution 11 years ago
git-svnimport.perl
git-svnimport.txt
git-tag.sh git-tag.sh: use the $( ... ) construct for command substitution 11 years ago
git-verify-tag.sh
git-whatchanged.sh repo-config: remove deprecated alias for "git config" 11 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.