author | Linus Torvalds <torvalds@g5.osdl.org> | |
Wed, 6 Jul 2005 17:09:58 +0000 (10:09 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Wed, 6 Jul 2005 17:09:58 +0000 (10:09 -0700) | ||
commit | 9e9824ba0e641095f1cbc01c724d8e0a382c0580 | |
tree | 87c7cffcfecaea687f529b1c7cfb1878208c054a | tree | snapshot |
parent | f79b65aa65b7697a1cae0f895061ce822f410c5d | commit | diff |
Use the new git-rev-parse "--[no-]flags" in "git diff".
This allows you to do
git diff v2.6.12..v2.6.13-rc1 drivers/pcmcia
to see the diff between v2.6.12 and v2.6.13-rc1 as limited by the
filename argument.
This allows you to do
git diff v2.6.12..v2.6.13-rc1 drivers/pcmcia
to see the diff between v2.6.12 and v2.6.13-rc1 as limited by the
filename argument.
git-diff-script | diff | blob | history |