Teach git-rev-list about non-commit objects
commit36f8d17445087a59d81963520ded982e03dfb6cb
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 18:30:24 +0000 (29 11:30 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 18:30:24 +0000 (29 11:30 -0700)
treef0006b5d40c4d4efa0847fed2c7d084ca19883d8
parent3c90f03d3206cb2c2bff6e20f7477bbfcd624887
Teach git-rev-list about non-commit objects

Now you can give git-rev-list tags, trees and blobs, and it will do the
proper reachability for them all. Knock wood.

Of course, you need the "--objects" flag to do anything but plain
commits.
rev-list.c