summaryrefslogtreecommitdiff
path: root/blame.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-16blame: use changed-path Bloom filtersLibravatar Derrick Stolee1-0/+6
2020-02-24blame: provide type of fingerprints pointerLibravatar René Scharfe1-1/+3
2019-07-19Merge branch 'br/blame-ignore'Libravatar Junio C Hamano1-0/+6
2019-05-16blame: optionally track line fingerprints during fill_blame_origin()Libravatar Barret Rhoden1-0/+2
2019-05-16blame: add config options for the output of ignored or unblamable linesLibravatar Barret Rhoden1-0/+2
2019-05-16blame: add the ability to ignore commits and their changesLibravatar Barret Rhoden1-0/+2
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Libravatar Junio C Hamano1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-1/+1
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesLibravatar Elijah Newren1-1/+1
2018-08-13blame.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2018-08-03blame.h: drop extern on func declarationLibravatar Nguyễn Thái Ngọc Duy1-12/+16
2018-05-21blame: use commit-slab for blame suspects instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2017-05-25blame: move entry prepend to libgitLibravatar Jeff Smith1-0/+2
2017-05-25blame: move scoreboard setup to libgitLibravatar Jeff Smith1-4/+6
2017-05-25blame: move scoreboard-related methods to libgitLibravatar Jeff Smith1-0/+11
2017-05-25blame: move fake-commit-related methods to libgitLibravatar Jeff Smith1-1/+3
2017-05-25blame: move origin-related methods to libgitLibravatar Jeff Smith1-0/+15
2017-05-25blame: move core structures to headerLibravatar Jeff Smith1-0/+143