]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
Rip out merge-order and make "git log <paths>..." work again.
authorLinus Torvalds <torvalds@osdl.org>
Tue, 28 Feb 2006 23:07:20 +0000 (15:07 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 1 Mar 2006 09:45:50 +0000 (01:45 -0800)
commit765ac8ec469f110e88376e4fac05d0ed475bcb28
tree151dd9135fb335aeffc4b0e4406c8c4cf8b27e2c
parent70b006b9712b57741ec1320b15aef2f8b1d6a905
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>
Documentation/git-rev-list.txt
INSTALL
Makefile
epoch.c [deleted file]
epoch.h [deleted file]
git-archimport.perl
rev-list.c
rev-parse.c
revision.c
revision.h
t/t6001-rev-list-merge-order.sh [deleted file]