]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
rev-list option parser fix.
authorJunio C Hamano <junkio@cox.net>
Sun, 16 Apr 2006 06:48:27 +0000 (23:48 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 16 Apr 2006 06:48:27 +0000 (23:48 -0700)
commit7594c4b2d7cc81f806453402aefe1bf71ae6dd53
tree2198a0651a27fb47b6985eced72c30f2c64e8605
parent6b9c58f4669b3832ed2830f0cb1a307ea6bc6063
rev-list option parser fix.

The big option parser unification broke rev-list the big way;
this makes it use options from the parsed revs structure.

Signed-off-by: Junio C Hamano <junkio@cox.net>
rev-list.c