diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-22 14:07:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-22 14:07:41 -0700 |
commit | bac15c454ecc8ee0824451ffdd5406150714c432 (patch) | |
tree | b24dd49bc117aa97343b7717295f51615dac139d /Makefile | |
parent | 5569bf9bbedd63a00780fc5c110e0cfab3aa97b9 (diff) | |
download | git-bac15c454ecc8ee0824451ffdd5406150714c432.tar.gz git-bac15c454ecc8ee0824451ffdd5406150714c432.tar.xz |
Add "gitk" to the list of scripts to be installed automatically.
Btw, it's fun just looking at the merged git repository itself with
gitk, now that it has two "roots".
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |