1
0
mirror of https://github.com/git/git.git synced 2024-09-23 14:26:36 +02:00
git/contrib/examples
David Aguilar f86cad7164 contrib/examples/git-remote.perl: use a lowercase "usage:" string
Make the usage string consistent with Git.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-02-24 21:30:15 -08:00
..
builtin-fetch--tool.c
git-checkout.sh
git-clean.sh
git-clone.sh
git-commit.sh
git-fetch.sh
git-gc.sh
git-ls-remote.sh
git-merge-ours.sh
git-merge.sh
git-notes.sh
git-remote.perl contrib/examples/git-remote.perl: use a lowercase "usage:" string 2013-02-24 21:30:15 -08:00
git-rerere.perl
git-reset.sh
git-resolve.sh
git-revert.sh
git-svnimport.perl contrib/examples: use a lowercase "usage:" string 2013-02-24 13:31:09 -08: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.