summaryrefslogtreecommitdiff
path: root/t/t4211-line-log.sh
AgeCommit message (Expand)AuthorFilesLines
2013-08-06line-range: teach -L^:RE to search from start of fileLibravatar Eric Sunshine1-0/+1
2013-08-06line-range: teach -L:RE to search from end of previous -L rangeLibravatar Eric Sunshine1-1/+0
2013-08-05log: fix -L bounds checking bugLibravatar Eric Sunshine1-1/+1
2013-08-05t4211: retire soon-to-be unimplementable testsLibravatar Eric Sunshine1-13/+0
2013-08-05t4211: log: demonstrate -L bounds checking bugLibravatar Eric Sunshine1-0/+30
2013-07-24t4211: fix incorrect rebase at f8395edc (range-set: satisfy non-empty ranges ...Libravatar Junio C Hamano1-1/+0
2013-07-23line-log: fix "log -LN" crash when N is last line of fileLibravatar Eric Sunshine1-1/+1
2013-07-23range-set: satisfy non-empty ranges invariantLibravatar Eric Sunshine1-1/+2
2013-07-23t4211: demonstrate crash when first -L encountered is empty rangeLibravatar Eric Sunshine1-0/+5
2013-07-23t4211: demonstrate empty -L range crashLibravatar Eric Sunshine1-0/+8
2013-07-09range_set: fix coalescing bug when range is a subset of anotherLibravatar Eric Sunshine1-2/+2
2013-07-09t4211: fix broken test when one -L range is subset of anotherLibravatar Eric Sunshine1-2/+2
2013-04-12log -L: store the path instead of a diff_filespecLibravatar Thomas Rast1-1/+1
2013-04-12log -L: test merge of parallel modify/renameLibravatar Thomas Rast1-4/+12
2013-04-12t4211: pass -M to 'git log -M -L...' testLibravatar Thomas Rast1-1/+1
2013-04-05log -L: fix overlapping input rangesLibravatar Thomas Rast1-0/+6
2013-03-28log -L: :pattern:file syntax to find by funcnameLibravatar Thomas Rast1-0/+4
2013-03-28Implement line-history search (git log -L)Libravatar Thomas Rast1-0/+49