git-blame: fix rev parameter handling.
commit6bee4e408c097a4f0c4a091f13dacabe7c766025
authorAlex Riesen <raa.lkml@gmail.com>
Wed, 15 Nov 2006 21:52:25 +0000 (15 22:52 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 29 Nov 2006 18:33:25 +0000 (29 10:33 -0800)
tree69dabe4b03cbcc3d9cb33938b883252df49dc286
parentab3bb800b46cf66249ead9e13c22cbc48d790c9a
git-blame: fix rev parameter handling.

We lacked "--" termination in the underlying init_revisions() call
which made it impossible to specify a revision that happens to
have the same name as an existing file.

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