Skip to content

Commit

Permalink
Remove old "git-grep.sh" remnants
Browse files Browse the repository at this point in the history
It's built-in now.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Linus Torvalds authored and Junio C Hamano committed May 17, 2006
1 parent 5c87a8c commit 63dffdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 64 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ SCRIPT_SH = \
git-tag.sh git-verify-tag.sh \
git-applymbox.sh git-applypatch.sh git-am.sh \
git-merge.sh git-merge-stupid.sh git-merge-octopus.sh \
git-merge-resolve.sh git-merge-ours.sh git-grep.sh \
git-merge-resolve.sh git-merge-ours.sh \
git-lost-found.sh

SCRIPT_PERL = \
Expand Down Expand Up @@ -169,7 +169,8 @@ PROGRAMS = \
git-describe$X git-merge-tree$X git-blame$X git-imap-send$X

BUILT_INS = git-log$X git-whatchanged$X git-show$X \
git-count-objects$X git-diff$X git-push$X
git-count-objects$X git-diff$X git-push$X \
git-grep$X

# what 'all' will build and 'install' will install, in gitexecdir
ALL_PROGRAMS = $(PROGRAMS) $(SIMPLE_PROGRAMS) $(SCRIPTS)
Expand Down
62 changes: 0 additions & 62 deletions git-grep.sh

This file was deleted.

0 comments on commit 63dffdf

Please sign in to comment.