diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-13 15:09:34 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-13 15:09:34 -0700 |
commit | 940c1bb0181cb20454bf3573134175f86983a0ce (patch) | |
tree | 5aa582bf5d5dcca3c7c93b87fb6963c004a240b1 /Makefile | |
parent | 921d865ea24ffea6452f9b24302e651a347d7905 (diff) | |
download | git-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |