git-pickaxe: fix nth_line()
commit1ca6ca876e3553d9609823a70d168c50d7beba7e
authorJunio C Hamano <junkio@cox.net>
Sat, 21 Oct 2006 01:48:18 +0000 (20 18:48 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 21 Oct 2006 01:48:18 +0000 (20 18:48 -0700)
tree002c9cb871122cfb7552b242572c16315c12af7e
parent1617baa5878c9b3886926f0f2e6dc52d067ada4a
git-pickaxe: fix nth_line()

We would want to be able to refer to the end of the file as
"the beginning of Nth line" for a file that is N lines long.

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