summaryrefslogtreecommitdiff
path: root/line-range.c
Commit message (Expand)AuthorAgeFilesLines
* line-range: fix infinite loop bug with '$' regexLars Kellogg-Stedman2022-12-201-3/+4
* use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* line-range.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-8/+14
* userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* blame: prevent error if range ends past end of fileIsabella Stephens2018-06-151-1/+1
* use SWAP macroRené Scharfe2017-01-301-2/+1
* line-range: reject -L line numbers less than 1es/blame-L-twiceEric Sunshine2013-08-061-1/+4
* line-range: teach -L^:RE to search from start of fileEric Sunshine2013-08-061-2/+7
* line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine2013-08-061-5/+7
* line-range: teach -L^/RE/ to search from start of fileEric Sunshine2013-08-061-2/+8
* line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine2013-08-061-4/+26
* blame: reject empty ranges -L,+0 and -L,-0es/blame-L-moreEric Sunshine2013-08-051-1/+1
* blame: reject empty ranges -LX,+0 and -LX,-0Eric Sunshine2013-08-051-0/+2
* line-range: fix "blame -L X,-N" regressionEric Sunshine2013-07-171-0/+7
* log -L: :pattern:file syntax to find by funcnameThomas Rast2013-03-281-1/+135
* Implement line-history search (git log -L)Thomas Rast2013-03-281-1/+18
* Refactor parse_locBo Yang2013-03-281-0/+92