summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-02-21 01:08:21 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2006-02-21 01:08:21 -0800
commit77e56ac4cc31034f06ae00542d33228820436576 (patch)
tree0209fc8672e1293bccaeaced28d14b8b5fd0183e /Makefile
parentMerge branch 'pj/portable' into next (diff)
parentAdd git-blame, a tool for assigning blame. (diff)
downloadtgif-77e56ac4cc31034f06ae00542d33228820436576.tar.xz
Merge branch 'fk/blame' into next
* fk/blame: Add git-blame, a tool for assigning blame.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8473281e3d..d8f7d03ed4 100644
--- a/Makefile
+++ b/Makefile
@@ -165,7 +165,7 @@ PROGRAMS = \
git-upload-pack$X git-verify-pack$X git-write-tree$X \
git-update-ref$X git-symbolic-ref$X git-check-ref-format$X \
git-name-rev$X git-pack-redundant$X git-repo-config$X git-var$X \
- git-describe$X git-merge-tree$X
+ git-describe$X git-merge-tree$X git-blame$X
# what 'all' will build and 'install' will install, in gitexecdir
ALL_PROGRAMS = $(PROGRAMS) $(SIMPLE_PROGRAMS) $(SCRIPTS)