summaryrefslogtreecommitdiff
path: root/line-log.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09range_set: fix coalescing bug when range is a subset of anotherLibravatar Eric Sunshine1-1/+2
2013-04-12log -L: improve comments in process_all_files()Libravatar Thomas Rast1-3/+16
2013-04-12log -L: store the path instead of a diff_filespecLibravatar Thomas Rast1-21/+24
2013-04-05log -L: fix overlapping input rangesLibravatar Thomas Rast1-7/+10
2013-04-05log -L: check range set invariants when we look it upLibravatar Thomas Rast1-0/+26
2013-03-28Speed up log -L... -MLibravatar Thomas Rast1-4/+52
2013-03-28log -L: :pattern:file syntax to find by funcnameLibravatar Thomas Rast1-2/+3
2013-03-28Implement line-history search (git log -L)Libravatar Thomas Rast1-0/+1179