summaryrefslogtreecommitdiff
path: root/line-log.c
Commit message (Expand)AuthorAgeFilesLines
* line-log: fix "log -LN" crash when N is last line of filees/line-log-further-fixesEric Sunshine2013-07-231-0/+1
* range-set: satisfy non-empty ranges invariantEric Sunshine2013-07-231-0/+2
* range-set: fix sort_and_merge_range_set() corner case bugEric Sunshine2013-07-231-3/+3
* range_set: fix coalescing bug when range is a subset of anotheres/overlapping-range-setEric Sunshine2013-07-091-1/+2
* log -L: improve comments in process_all_files()Thomas Rast2013-04-121-3/+16
* log -L: store the path instead of a diff_filespecThomas Rast2013-04-121-21/+24
* log -L: fix overlapping input rangesThomas Rast2013-04-051-7/+10
* log -L: check range set invariants when we look it upThomas Rast2013-04-051-0/+26
* Speed up log -L... -MThomas Rast2013-03-281-4/+52
* log -L: :pattern:file syntax to find by funcnameThomas Rast2013-03-281-2/+3
* Implement line-history search (git log -L)Thomas Rast2013-03-281-0/+1179