aboutsummaryrefslogtreecommitdiffstats
path: root/line-log.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-26line-log.h: remove unnecessary includeElijah Newren1-2/+0
2023-10-05revision: clear decoration structs during release_revisions()Jeff King1-0/+2
2023-02-23hash.h: move some oid-related declarations from cache.hElijah Newren1-0/+1
2020-05-11line-log: more responsive, incremental 'git log -L'SZEDER Gábor1-0/+2
2020-05-11line-log: remove unused fields from 'struct line_log_data'SZEDER Gábor1-3/+0
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-8/+8
2017-09-22ALLOC_GROW: avoid -Wsign-compare warningsRamsay Jones1-1/+1
2015-01-15line-log.c: make line_log_data_init() staticJunio C Hamano1-2/+0
2013-08-06range-set: publish API for re-use by git-blame -LEric Sunshine1-0/+12
2013-04-12log -L: store the path instead of a diff_filespecThomas Rast1-2/+6
2013-03-28Implement line-history search (git log -L)Thomas Rast1-0/+49