diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-12 22:02:42 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-12 22:02:42 -0700 |
commit | 3db6b224cf36748b969acdd96b9fb2de641cd641 (patch) | |
tree | 09a8b22b46c5e34bfb6ece0429e20cc836a559e8 /Makefile | |
parent | Merge branch 'master' of . (diff) | |
parent | Document git-grep and link it from the main git(7) page. (diff) | |
download | tgif-3db6b224cf36748b969acdd96b9fb2de641cd641.tar.xz |
Merge branch 'master' of .
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ SCRIPT_SH = \ git-tag.sh git-verify-tag.sh git-whatchanged.sh git.sh \ git-applymbox.sh git-applypatch.sh \ git-merge.sh git-merge-stupid.sh git-merge-octopus.sh \ - git-merge-resolve.sh + git-merge-resolve.sh git-grep.sh SCRIPT_PERL = \ git-archimport.perl git-cvsimport.perl git-relink.perl \ |