diff options
author | Junio C Hamano <junkio@cox.net> | 2006-02-21 01:08:21 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-21 01:08:21 -0800 |
commit | 77e56ac4cc31034f06ae00542d33228820436576 (patch) | |
tree | 0209fc8672e1293bccaeaced28d14b8b5fd0183e /Makefile | |
parent | Merge branch 'pj/portable' into next (diff) | |
parent | Add git-blame, a tool for assigning blame. (diff) | |
download | tgif-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |