Perfect, exactly what I wanted. Thanks.
-Kate
On Jun 25, 2008, at 12:14 PM, Karl Hasselström wrote:
On 2008-06-25 12:01:49 -0400, Rhodes, Kate wrote:
yeah, but i was hoping for plumbing, not porcelain, that showed just
what i wanted so that i didn't have to parse status' output.
Unless you want a listing of all the files in the index, you probably
want to call diff-index.
git diff-index --cached <tree-ish>
gives you the diff between the index and a tree-ish. With the
--name-only option, you get only the filenames and not all the modes,
blob sha1s, etc.
--
Karl Hasselström, kha@xxxxxxxxxxx
www.treskal.com/kalle
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html