author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 29 Jun 2005 18:30:24 +0000 (11:30 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 29 Jun 2005 18:30:24 +0000 (11:30 -0700) | ||
commit | 36f8d17445087a59d81963520ded982e03dfb6cb | |
tree | f0006b5d40c4d4efa0847fed2c7d084ca19883d8 | tree | snapshot |
parent | 3c90f03d3206cb2c2bff6e20f7477bbfcd624887 | commit | diff |
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.
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 | diff | blob | history |