summaryrefslogtreecommitdiffstats
path: root/blame.h (follow)
Commit message (Expand)AuthorAgeLines
* blame: simplify 'setup_blame_bloom_data' interfacePhilippe Blain2020-11-01-2/+1
* blame: simplify 'setup_scoreboard' interfacePhilippe Blain2020-11-01-1/+0
* blame: use changed-path Bloom filtersDerrick Stolee2020-04-16-0/+6
* blame: provide type of fingerprints pointerRené Scharfe2020-02-24-1/+3
* Merge branch 'br/blame-ignore'Junio C Hamano2019-07-19-0/+6
|\
| * blame: optionally track line fingerprints during fill_blame_origin()Barret Rhoden2019-05-16-0/+2
| * blame: add config options for the output of ignored or unblamable linesBarret Rhoden2019-05-16-0/+2
| * blame: add the ability to ignore commits and their changesBarret Rhoden2019-05-16-0/+2
* | Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-13-1/+1
|\ \
| * | *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-05-1/+1
| |/
* / Use 'unsigned short' for mode, like diff_filespec doesElijah Newren2019-04-08-1/+1
|/
* blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-13-0/+1
* blame.h: drop extern on func declarationNguyễn Thái Ngọc Duy2018-08-03-12/+16
* blame: use commit-slab for blame suspects instead of commit->utilNguyễn Thái Ngọc Duy2018-05-21-0/+2
* blame: move entry prepend to libgitJeff Smith2017-05-25-0/+2
* blame: move scoreboard setup to libgitJeff Smith2017-05-25-4/+6
* blame: move scoreboard-related methods to libgitJeff Smith2017-05-25-0/+11
* blame: move fake-commit-related methods to libgitJeff Smith2017-05-25-1/+3
* blame: move origin-related methods to libgitJeff Smith2017-05-25-0/+15
* blame: move core structures to headerJeff Smith2017-05-25-0/+143