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.
 
 
 
 
 
 
Junio C Hamano ae1644b08e Merge branch 'ab/perl-fixes' 7 years ago
..
README
builtin-fetch--tool.c object: rename function 'typename' to 'type_name' 7 years ago
git-am.sh Merge branch 'js/maint-am-skip-performance-regression' 10 years ago
git-checkout.sh Merge branch 'ep/shell-command-substitution' 11 years ago
git-clean.sh
git-clone.sh contrib/examples/git-clone.sh: avoid "test <cond> -a/-o <cond>" 11 years ago
git-commit.sh contrib/examples/git-commit.sh: use the $( ... ) construct for command substitution 9 years ago
git-difftool.perl perl: move CPAN loader wrappers to another namespace 7 years ago
git-fetch.sh contrib/examples/git-fetch.sh: use the $( ... ) construct for command substitution 9 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 treewide: correct several "up-to-date" to "up to date" 8 years ago
git-notes.sh
git-pull.sh Merge branch 'pt/pull-builtin' 10 years ago
git-remote.perl
git-repack.sh contrib/examples/git-repack.sh: use the $( ... ) construct for command substitution 9 years ago
git-rerere.perl
git-reset.sh comments: fix misuses of "nor" 11 years ago
git-resolve.sh treewide: correct several "up-to-date" to "up to date" 8 years ago
git-revert.sh contrib/examples/git-revert.sh: use the $( ... ) construct for command substitution 9 years ago
git-svnimport.perl perl: call timegm and timelocal with 4-digit year 7 years ago
git-svnimport.txt various contrib: Fix links in man pages 11 years ago
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.