summaryrefslogtreecommitdiff
path: root/line-range.c
AgeCommit message (Expand)Author
2018-09-21line-range.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-06-15blame: prevent error if range ends past end of fileIsabella Stephens
2017-01-30use SWAP macroRené Scharfe
2013-08-06line-range: reject -L line numbers less than 1Eric Sunshine
2013-08-06line-range: teach -L^:RE to search from start of fileEric Sunshine
2013-08-06line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine
2013-08-06line-range: teach -L^/RE/ to search from start of fileEric Sunshine
2013-08-06line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine
2013-08-05blame: reject empty ranges -L,+0 and -L,-0Eric Sunshine
2013-08-05blame: reject empty ranges -LX,+0 and -LX,-0Eric Sunshine
2013-07-18line-range: fix "blame -L X,-N" regressionEric Sunshine
2013-03-28log -L: :pattern:file syntax to find by funcnameThomas Rast
2013-03-28Implement line-history search (git log -L)Thomas Rast
2013-03-28Refactor parse_locBo Yang