Skip to content

Commit

Permalink
Add "gitk" to the list of scripts to be installed automatically.
Browse files Browse the repository at this point in the history
Btw, it's fun just looking at the merged git repository itself with
gitk, now that it has two "roots".
  • Loading branch information
Linus Torvalds committed Jun 22, 2005
1 parent 5569bf9 commit bac15c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \
git-pull-script git-tag-script git-resolve-script git-whatchanged \
git-deltafy-script git-fetch-script git-status-script git-commit-script \
git-log-script git-shortlog git-cvsimport-script git-diff-script \
git-reset-script git-add-script git-checkout-script
git-reset-script git-add-script git-checkout-script gitk

PROG= git-update-cache git-diff-files git-init-db git-write-tree \
git-read-tree git-commit-tree git-cat-file git-fsck-cache \
Expand Down

0 comments on commit bac15c4

Please sign in to comment.