diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2013-08-06 09:59:43 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-06 14:46:12 -0700 |
commit | 3e0d79dbe3064cf065b6518520dd1489406200a9 (patch) | |
tree | 4894504d7bc5b7cc727943170fb3eb9b75c20e53 /string-list.h | |
parent | blame: teach -L/RE/ to search from end of previous -L range (diff) | |
download | tgif-3e0d79dbe3064cf065b6518520dd1489406200a9.tar.xz |
log: teach -L/RE/ to search from end of previous -L range
This is complicated slightly by having to remember the previous -L range
for each file specified via -L<range>:file.
The existing implementation coalesces ranges for each file as each -L is
parsed which makes it impossible to refer back to the previous -L range
for any particular file. Re-implement to instead store each file's set
of -L ranges verbatim, and then coalesce the ranges in a post-processing
step.
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'string-list.h')
0 files changed, 0 insertions, 0 deletions