describe: allow more than one revs to be named.
commitf8f9c73c7d835ec1e5b665c66623aed49fcd4888
authorJunio C Hamano <junkio@cox.net>
Sun, 8 Jan 2006 02:52:42 +0000 (7 18:52 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Jan 2006 05:43:01 +0000 (7 21:43 -0800)
tree64fc23b181b3c0e9b5a6edaa8c65a0035c857c63
parent78c2cff61f87d43c1f4ef5a03547f093c4c6e0c9
describe: allow more than one revs to be named.

The main loop was prepared to take more than one revs, but the actual
naming logic wad not (it used pop_most_recent_commit while forgetting
that the commit marks stay after it's done).

Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c
commit.h
describe.c