diff options
author | Jeff King <peff@peff.net> | 2007-12-16 02:21:04 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-16 12:52:40 -0800 |
commit | d7e522cffb2224b91c9c0edde093fbb81a0289b0 (patch) | |
tree | 84d8e40fd754590b46c7592c37857fde24126ac2 /Makefile | |
parent | 6ba78238a824282816944550edc4297dd2808a72 (diff) | |
download | git-d7e522cffb2224b91c9c0edde093fbb81a0289b0.tar.gz git-d7e522cffb2224b91c9c0edde093fbb81a0289b0.tar.xz |
rename git-browse--help to git-help--browse
The convention for helper scripts has been
git-$TOOL--$HELPER. Since this is a "browse" helper for the
"help" tool, git-help--browse is a more sensible name.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -227,7 +227,7 @@ SCRIPT_SH = \ git-lost-found.sh git-quiltimport.sh git-submodule.sh \ git-filter-branch.sh \ git-stash.sh \ - git-browse--help.sh + git-help--browse.sh SCRIPT_PERL = \ git-add--interactive.perl \ |