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