summaryrefslogtreecommitdiff
path: root/t/t4211-line-log.sh
Commit message (Expand)AuthorAgeFilesLines
* log -L: improve error message on malformed argumentmm/usage-log-l-can-take-regexMatthieu Moy2015-04-201-4/+4
* Merge branch 'tm/line-log-first-parent'Junio C Hamano2014-11-061-0/+5
|\
| * line-log: fix crash when --first-parent is usedtm/line-log-first-parentTzvetan Mikov2014-11-041-0/+5
* | line-range: teach -L^:RE to search from start of fileEric Sunshine2013-08-061-0/+1
* | line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine2013-08-061-1/+0
* | log: fix -L bounds checking bugEric Sunshine2013-08-051-1/+1
* | t4211: retire soon-to-be unimplementable testsEric Sunshine2013-08-051-13/+0
* | t4211: log: demonstrate -L bounds checking bugEric Sunshine2013-08-051-0/+30
|/
* t4211: fix incorrect rebase at f8395edc (range-set: satisfy non-empty ranges ...tr/line-logJunio C Hamano2013-07-241-1/+0
* line-log: fix "log -LN" crash when N is last line of filees/line-log-further-fixesEric Sunshine2013-07-231-1/+1
* range-set: satisfy non-empty ranges invariantEric Sunshine2013-07-231-1/+2
* t4211: demonstrate crash when first -L encountered is empty rangeEric Sunshine2013-07-231-0/+5
* t4211: demonstrate empty -L range crashEric Sunshine2013-07-231-0/+8
* range_set: fix coalescing bug when range is a subset of anotheres/overlapping-range-setEric Sunshine2013-07-091-2/+2
* t4211: fix broken test when one -L range is subset of anotherEric Sunshine2013-07-091-2/+2
* log -L: store the path instead of a diff_filespecThomas Rast2013-04-121-1/+1
* log -L: test merge of parallel modify/renameThomas Rast2013-04-121-4/+12
* t4211: pass -M to 'git log -M -L...' testThomas Rast2013-04-121-1/+1
* log -L: fix overlapping input rangesThomas Rast2013-04-051-0/+6
* log -L: :pattern:file syntax to find by funcnameThomas Rast2013-03-281-0/+4
* Implement line-history search (git log -L)Thomas Rast2013-03-281-0/+49