Skip to content

Commit

Permalink
Merge branch 'fk/blame'
Browse files Browse the repository at this point in the history
* fk/blame:
  git-blame, take 2
  Merge part of 'lt/rev-list' into 'fk/blame'
  Add git-blame, a tool for assigning blame.
  • Loading branch information
Junio C Hamano committed Mar 4, 2006
2 parents 21dbe12 + fc675b8 commit f2fea68
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading

0 comments on commit f2fea68

Please sign in to comment.