summaryrefslogtreecommitdiff
path: root/line-log.h
Commit message (Expand)AuthorAgeFilesLines
* hash.h: move some oid-related declarations from cache.hElijah Newren2023-02-231-0/+1
* line-log: more responsive, incremental 'git log -L'SZEDER Gábor2020-05-111-0/+2
* line-log: remove unused fields from 'struct line_log_data'SZEDER Gábor2020-05-111-3/+0
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-8/+8
* ALLOC_GROW: avoid -Wsign-compare warningsrj/no-sign-compareRamsay Jones2017-09-221-1/+1
* line-log.c: make line_log_data_init() staticJunio C Hamano2015-01-151-2/+0
* range-set: publish API for re-use by git-blame -LEric Sunshine2013-08-061-0/+12
* log -L: store the path instead of a diff_filespecThomas Rast2013-04-121-2/+6
* Implement line-history search (git log -L)Thomas Rast2013-03-281-0/+49