author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Tue, 31 May 2005 01:46:32 +0000 (18:46 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Tue, 31 May 2005 01:46:32 +0000 (18:46 -0700) | ||
commit | 8906300f65a3b0c3e061af9d2c7ba48fedfa26a4 | |
tree | 086cf50471d8b222b5b4a5a4ba90f7f99400db1a | tree | snapshot |
parent | ac5155ef59a686f02e984d449476208ffe33b66d | commit | diff |
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.
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 | diff | blob | history |