1
0
mirror of https://github.com/git/git.git synced 2024-09-30 06:42:15 +02:00
git/contrib/examples
Junio C Hamano 9b73ce74e6 Merge branch 'ab/require-perl-5.8'
* ab/require-perl-5.8:
  perl: use "use warnings" instead of -w
  perl: bump the required Perl version to 5.8 from 5.6.[21]
2010-10-26 21:57:31 -07:00
..
builtin-fetch--tool.c
git-checkout.sh
git-clean.sh
git-clone.sh
git-commit.sh examples/commit: use --abbrev for commit summary 2010-07-27 13:29:32 -07:00
git-fetch.sh Honor "tagopt = --tags" configuration option 2010-04-19 16:34:49 -07:00
git-gc.sh
git-ls-remote.sh
git-merge-ours.sh
git-merge.sh merge script: learn --[no-]rerere-autoupdate 2010-08-18 14:02:05 -07:00
git-notes.sh
git-remote.perl
git-rerere.perl
git-reset.sh
git-resolve.sh
git-revert.sh Eliminate “Finished cherry-pick/revert” message 2010-08-15 19:12:00 -07:00
git-svnimport.perl Merge branch 'ab/require-perl-5.8' 2010-10-26 21:57:31 -07:00
git-svnimport.txt
git-tag.sh
git-verify-tag.sh
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.