]> git.ipfire.org Git - thirdparty/git.git/commit - builtin-rev-list.c
git-rev-list: use proper lazy reachability analysis
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 31 May 2005 01:46:32 +0000 (18:46 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 31 May 2005 01:46:32 +0000 (18:46 -0700)
commit8906300f65a3b0c3e061af9d2c7ba48fedfa26a4
tree086cf50471d8b222b5b4a5a4ba90f7f99400db1a
parentac5155ef59a686f02e984d449476208ffe33b66d
git-rev-list: use proper lazy reachability analysis

This mean sthat you can give a beginning/end pair to git-rev-list,
and it will show all entries that are reachable from the beginning
but not the end.

For example

git-rev-list v2.6.12-rc5 v2.6.12-rc4

shows all commits that are in -rc5 but are not in -rc4.
rev-list.c