aboutsummaryrefslogtreecommitdiffstats
path: root/line-range.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2022-12-20line-range: fix infinite loop bug with '$' regexLars Kellogg-Stedman1-3/+4
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2018-09-21line-range.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-8/+14
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-06-15blame: prevent error if range ends past end of fileIsabella Stephens1-1/+1
2017-01-30use SWAP macroRené Scharfe1-2/+1
2013-08-06line-range: reject -L line numbers less than 1Eric Sunshine1-1/+4
2013-08-06line-range: teach -L^:RE to search from start of fileEric Sunshine1-2/+7
2013-08-06line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine1-5/+7
2013-08-06line-range: teach -L^/RE/ to search from start of fileEric Sunshine1-2/+8
2013-08-06line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine1-4/+26
2013-08-05blame: reject empty ranges -L,+0 and -L,-0Eric Sunshine1-1/+1
2013-08-05blame: reject empty ranges -LX,+0 and -LX,-0Eric Sunshine1-0/+2
2013-07-17line-range: fix "blame -L X,-N" regressionEric Sunshine1-0/+7
2013-03-28log -L: :pattern:file syntax to find by funcnameThomas Rast1-1/+135
2013-03-28Implement line-history search (git log -L)Thomas Rast1-1/+18
2013-03-28Refactor parse_locBo Yang1-0/+92