Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26blame.h: remove unnecessary includesElijah Newren
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-02-24object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren
2020-11-02blame: simplify 'setup_blame_bloom_data' interfacePhilippe Blain
2020-11-02blame: simplify 'setup_scoreboard' interfacePhilippe Blain
2020-04-17blame: use changed-path Bloom filtersDerrick Stolee
2020-02-24blame: provide type of fingerprints pointerRené Scharfe
2019-07-19Merge branch 'br/blame-ignore'Junio C Hamano
2019-05-16blame: optionally track line fingerprints during fill_blame_origin()Barret Rhoden
2019-05-16blame: add config options for the output of ignored or unblamable linesBarret Rhoden
2019-05-16blame: add the ability to ignore commits and their changesBarret Rhoden
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren
2018-08-14blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-03blame.h: drop extern on func declarationNguyễn Thái Ngọc Duy
2018-05-21blame: use commit-slab for blame suspects instead of commit->utilNguyễn Thái Ngọc Duy
2017-05-25blame: move entry prepend to libgitJeff Smith
2017-05-25blame: move scoreboard setup to libgitJeff Smith
2017-05-25blame: move scoreboard-related methods to libgitJeff Smith
2017-05-25blame: move fake-commit-related methods to libgitJeff Smith
2017-05-25blame: move origin-related methods to libgitJeff Smith
2017-05-25blame: move core structures to headerJeff Smith