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

No differences found