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