summaryrefslogtreecommitdiff
path: root/t/t4211-line-log.sh
AgeCommit message (Expand)Author
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-05log: fix -L bounds checking bugEric Sunshine
2013-08-05t4211: retire soon-to-be unimplementable testsEric Sunshine
2013-08-05t4211: log: demonstrate -L bounds checking bugEric Sunshine
2013-07-24t4211: fix incorrect rebase at f8395edc (range-set: satisfy non-empty ranges ...Junio C Hamano
2013-07-23line-log: fix "log -LN" crash when N is last line of fileEric Sunshine
2013-07-23range-set: satisfy non-empty ranges invariantEric Sunshine
2013-07-23t4211: demonstrate crash when first -L encountered is empty rangeEric Sunshine
2013-07-23t4211: demonstrate empty -L range crashEric Sunshine
2013-07-09range_set: fix coalescing bug when range is a subset of anotherEric Sunshine
2013-07-09t4211: fix broken test when one -L range is subset of anotherEric Sunshine
2013-04-12log -L: store the path instead of a diff_filespecThomas Rast
2013-04-12log -L: test merge of parallel modify/renameThomas Rast
2013-04-12t4211: pass -M to 'git log -M -L...' testThomas Rast
2013-04-05log -L: fix overlapping input rangesThomas Rast
2013-03-28log -L: :pattern:file syntax to find by funcnameThomas Rast
2013-03-28Implement line-history search (git log -L)Thomas Rast