]> git.ipfire.org Git - thirdparty/git.git/commit
git-whatchanged: use the git-rev-parse helper
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Jun 2005 17:22:39 +0000 (10:22 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Jun 2005 17:22:39 +0000 (10:22 -0700)
commitd6cb5e5f99b5fe4a83f452923622e50f268d68b1
treec81e21a8dcef0302533c38a1f6f2ac78a77bb72e
parent8ebb0184028d3dcdbc659920523338dd53770b03
git-whatchanged: use the git-rev-parse helper

So now you can say

git-whatchanged -p v2.6.12-rc5.. drivers/usb

and it will show you what changed (as a patch) in drivers/usb since the
v2.6.12-rc5 release.
git-whatchanged