Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-14 02:09:34 +0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-14 02:09:34 +0400
commit940c1bb0181cb20454bf3573134175f86983a0ce (patch)
tree5aa582bf5d5dcca3c7c93b87fb6963c004a240b1 /Makefile
parent921d865ea24ffea6452f9b24302e651a347d7905 (diff)
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 8216c99035..dd16385d1a 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 \