From: Linus Torvalds Date: Wed, 29 Jun 2005 18:30:24 +0000 (-0700) Subject: Teach git-rev-list about non-commit objects X-Git-Tag: v0.99~122 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/36f8d17445087a59d81963520ded982e03dfb6cb?hp=36f8d17445087a59d81963520ded982e03dfb6cb 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. ---