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