git-commit-vandalism/contrib/examples
Junio C Hamano b7786bb4b0 Merge branch 'js/difftool-builtin'
Rewrite a scripted porcelain "git difftool" in C.

* js/difftool-builtin:
  difftool: hack around -Wzero-length-format warning
  difftool: retire the scripted version
  difftool: implement the functionality in the builtin
  difftool: add a skeleton for the upcoming builtin
2017-01-31 13:15:00 -08:00
..
builtin-fetch--tool.c memoize common git-path "constant" files 2015-08-10 15:37:14 -07:00
git-am.sh Merge branch 'js/maint-am-skip-performance-regression' 2015-09-14 14:59:13 -07:00
git-checkout.sh
git-clean.sh
git-clone.sh
git-commit.sh contrib/examples/git-commit.sh: use the $( ... ) construct for command substitution 2015-12-27 15:33:13 -08:00
git-difftool.perl Merge branch 'js/difftool-builtin' 2017-01-31 13:15:00 -08:00
git-fetch.sh contrib/examples/git-fetch.sh: use the $( ... ) construct for command substitution 2015-12-27 15:33:13 -08:00
git-gc.sh
git-log.sh
git-ls-remote.sh
git-merge-ours.sh
git-merge.sh contrib/examples/git-merge.sh: use the $( ... ) construct for command substitution 2015-12-27 15:33:13 -08:00
git-notes.sh
git-pull.sh Merge branch 'pt/pull-builtin' 2015-10-14 14:30:21 -07:00
git-remote.perl
git-repack.sh contrib/examples/git-repack.sh: use the $( ... ) construct for command substitution 2015-12-27 15:33:13 -08:00
git-rerere.perl
git-reset.sh
git-resolve.sh
git-revert.sh contrib/examples/git-revert.sh: use the $( ... ) construct for command substitution 2015-12-27 15:33:13 -08:00
git-svnimport.perl
git-svnimport.txt
git-tag.sh
git-verify-tag.sh
git-whatchanged.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.