aboutsummaryrefslogtreecommitdiff
path: root/ll-merge.c
diff options
context:
space:
mode:
authorEric Sunshine <sunshine@sunshineco.com>2013-08-06 09:59:43 -0400
committerJunio C Hamano <gitster@pobox.com>2013-08-06 14:46:12 -0700
commit3e0d79dbe3064cf065b6518520dd1489406200a9 (patch)
tree4894504d7bc5b7cc727943170fb3eb9b75c20e53 /ll-merge.c
parent52f4d1264854485bfd50afeeed1933a3f9e05c96 (diff)
downloadgit-3e0d79dbe3064cf065b6518520dd1489406200a9.tar.gz
git-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 'll-merge.c')
0 files changed, 0 insertions, 0 deletions