diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 11:47:13 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 11:47:13 -0700 |
commit | 02481aec2a2cfce7bc47d0d10876be5507f0b7ba (patch) | |
tree | 2b3e8f627f4b8338e1479f6011052d2f6c0e2468 /Makefile | |
parent | 14cd1ff396b3414c3c13e67c74e1ad805cd455ef (diff) | |
download | git-02481aec2a2cfce7bc47d0d10876be5507f0b7ba.tar.gz git-02481aec2a2cfce7bc47d0d10876be5507f0b7ba.tar.xz |
Add silly "git-whatchanged" script.
It's a one-liner, but it's useful as documentation if nothing else.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ AR=ar INSTALL=install SCRIPTS=git-apply-patch-script git-merge-one-file-script git-prune-script \ - git-pull-script git-tag-script git-resolve-script + git-pull-script git-tag-script git-resolve-script git-whatchanged 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 \ |