From 02481aec2a2cfce7bc47d0d10876be5507f0b7ba Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 17 May 2005 11:47:13 -0700 Subject: Add silly "git-whatchanged" script. It's a one-liner, but it's useful as documentation if nothing else. diff --git a/Makefile b/Makefile index 8f2497c..cde2727 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/git-whatchanged b/git-whatchanged new file mode 100755 index 0000000..542067d --- /dev/null +++ b/git-whatchanged @@ -0,0 +1,2 @@ +#!/bin/sh +git-rev-list HEAD | git-diff-tree --stdin -v -r "$@" -- cgit v0.10.2-6-g49f6