git-pickaxe: allow -Ln,m as well as -L n,m
commit2c40f98439e07b8579d0549109a4feed54da9e40
authorJunio C Hamano <junkio@cox.net>
Mon, 30 Oct 2006 07:50:38 +0000 (29 23:50 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 30 Oct 2006 07:50:55 +0000 (29 23:50 -0800)
treef07eb5d5200e4368f1fac4634b4d90275a1e41c0
parent54a4c6173e30774125016f7ff4976eb4a7485d0c
git-pickaxe: allow -Ln,m as well as -L n,m

The command rejects -L1,10 as an invalid line range specifier
and I got frustrated enough by it, so this makes it allow both
forms of input.

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