| Commit message (Expand) | Author | Age | Files | Lines |
* | log -L: improve error message on malformed argumentmm/usage-log-l-can-take-regex | Matthieu Moy | 2015-04-20 | 1 | -4/+4 |
* | Merge branch 'tm/line-log-first-parent' | Junio C Hamano | 2014-11-06 | 1 | -0/+5 |
|\ |
|
| * | line-log: fix crash when --first-parent is usedtm/line-log-first-parent | Tzvetan Mikov | 2014-11-04 | 1 | -0/+5 |
* | | line-range: teach -L^:RE to search from start of file | Eric Sunshine | 2013-08-06 | 1 | -0/+1 |
* | | line-range: teach -L:RE to search from end of previous -L range | Eric Sunshine | 2013-08-06 | 1 | -1/+0 |
* | | log: fix -L bounds checking bug | Eric Sunshine | 2013-08-05 | 1 | -1/+1 |
* | | t4211: retire soon-to-be unimplementable tests | Eric Sunshine | 2013-08-05 | 1 | -13/+0 |
* | | t4211: log: demonstrate -L bounds checking bug | Eric Sunshine | 2013-08-05 | 1 | -0/+30 |
|/ |
|
* | t4211: fix incorrect rebase at f8395edc (range-set: satisfy non-empty ranges ...tr/line-log | Junio C Hamano | 2013-07-24 | 1 | -1/+0 |
* | line-log: fix "log -LN" crash when N is last line of filees/line-log-further-fixes | Eric Sunshine | 2013-07-23 | 1 | -1/+1 |
* | range-set: satisfy non-empty ranges invariant | Eric Sunshine | 2013-07-23 | 1 | -1/+2 |
* | t4211: demonstrate crash when first -L encountered is empty range | Eric Sunshine | 2013-07-23 | 1 | -0/+5 |
* | t4211: demonstrate empty -L range crash | Eric Sunshine | 2013-07-23 | 1 | -0/+8 |
* | range_set: fix coalescing bug when range is a subset of anotheres/overlapping-range-set | Eric Sunshine | 2013-07-09 | 1 | -2/+2 |
* | t4211: fix broken test when one -L range is subset of another | Eric Sunshine | 2013-07-09 | 1 | -2/+2 |
* | log -L: store the path instead of a diff_filespec | Thomas Rast | 2013-04-12 | 1 | -1/+1 |
* | log -L: test merge of parallel modify/rename | Thomas Rast | 2013-04-12 | 1 | -4/+12 |
* | t4211: pass -M to 'git log -M -L...' test | Thomas Rast | 2013-04-12 | 1 | -1/+1 |
* | log -L: fix overlapping input ranges | Thomas Rast | 2013-04-05 | 1 | -0/+6 |
* | log -L: :pattern:file syntax to find by funcname | Thomas Rast | 2013-03-28 | 1 | -0/+4 |
* | Implement line-history search (git log -L) | Thomas Rast | 2013-03-28 | 1 | -0/+49 |