line-range: teach -L^:RE to search from start of file
commit215e76c7ff8be46b8206c45aed3b6ec29069d4fc
authorEric Sunshine <sunshine@sunshineco.com>
Tue, 6 Aug 2013 13:59:47 +0000 (6 09:59 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Aug 2013 21:48:02 +0000 (6 14:48 -0700)
treef832aea7509f86446d5a123e6c4748d937a2e21f
parent1ce761a524e34f2d629759cb57c67d13acbe4a7a
line-range: teach -L^:RE to search from start of file

The -L:RE option of blame/log searches from the end of the previous -L
range, if any. Add new notation -L^:RE to override this behavior and
search from start of file.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/line-range-format.txt
line-range.c
t/annotate-tests.sh
t/t4211-line-log.sh