author | Linus Torvalds <torvalds@osdl.org> | |
Tue, 28 Feb 2006 23:07:20 +0000 (15:07 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 1 Mar 2006 09:45:50 +0000 (01:45 -0800) | ||
commit | 765ac8ec469f110e88376e4fac05d0ed475bcb28 | |
tree | 151dd9135fb335aeffc4b0e4406c8c4cf8b27e2c | tree | snapshot |
parent | 70b006b9712b57741ec1320b15aef2f8b1d6a905 | commit | diff |
Rip out merge-order and make "git log <paths>..." work again.
Well, assuming breaking --merge-order is fine, here's a patch (on top of
the other ones) that makes
git log <filename>
actually work, as far as I can tell.
I didn't add the logic for --before/--after flags, but that should be
pretty trivial, and is independent of this anyway.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Well, assuming breaking --merge-order is fine, here's a patch (on top of
the other ones) that makes
git log <filename>
actually work, as far as I can tell.
I didn't add the logic for --before/--after flags, but that should be
pretty trivial, and is independent of this anyway.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rev-list.txt | diff | blob | history | |
INSTALL | diff | blob | history | |
Makefile | diff | blob | history | |
epoch.c | [deleted file] | blob | history |
epoch.h | [deleted file] | blob | history |
git-archimport.perl | diff | blob | history | |
rev-list.c | diff | blob | history | |
rev-parse.c | diff | blob | history | |
revision.c | diff | blob | history | |
revision.h | diff | blob | history | |
t/t6001-rev-list-merge-order.sh | [deleted file] | blob | history |