aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-13 15:09:34 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-13 15:09:34 -0700
commit940c1bb0181cb20454bf3573134175f86983a0ce (patch)
tree5aa582bf5d5dcca3c7c93b87fb6963c004a240b1 /Makefile
parent921d865ea24ffea6452f9b24302e651a347d7905 (diff)
downloadgit-940c1bb0181cb20454bf3573134175f86983a0ce.tar.gz
git-940c1bb0181cb20454bf3573134175f86983a0ce.tar.xz
Add "git diff" script
It's a simple helper that depending on the arguments will either use git-diff-files, git-diff-cache or git-diff-tree.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8216c9903..dd16385d1 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ INSTALL=install
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-log-script git-shortlog git-cvsimport-script git-diff-script
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 \