summaryrefslogtreecommitdiff
path: root/blame.c
AgeCommit message (Expand)Author
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-11-21Merge branch 'en/strmap'Junio C Hamano
2020-11-02hashmap: provide deallocation function namesElijah Newren
2020-11-01blame: simplify 'setup_blame_bloom_data' interfacePhilippe Blain
2020-11-01blame: simplify 'setup_scoreboard' interfacePhilippe Blain
2020-10-12blame: handle deref_tag() returning NULLRené Scharfe
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano
2020-09-19Merge branch 'ea/blame-use-oideq'Junio C Hamano
2020-09-17bloom: split 'get_bloom_filter()' in twoTaylor Blau
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau
2020-09-08blame.c: replace instance of !oidcmp for oideqEdmundo Carmona Antoranz
2020-08-13blame: only coalesce lines that are adjacent in resultJeff King
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar
2020-04-23blame: drop unused parameter from maybe_changed_pathJeff King
2020-04-16blame: use changed-path Bloom filtersDerrick Stolee
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong
2019-10-07hashmap: use *_entry APIs for iterationEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-08-19blame: remove needless comparison with GIT_SHA1_HEXSZbrian m. carlson
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano
2019-07-19Merge branch 'br/blame-ignore'Junio C Hamano
2019-06-28blame: drop some unused function parametersJeff King
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy
2019-06-20blame: use the fingerprint heuristic to match ignored linesBarret Rhoden
2019-06-20blame: add a fingerprint heuristic to match ignored linesMichael Platings
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-16blame: use a helper function in blame_chunk()Barret Rhoden
2019-05-08Merge branch 'en/merge-directory-renames'Junio C Hamano
2019-04-25Merge branch 'dk/blame-keep-origin-blob'Junio C Hamano
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren
2019-04-03blame.c: don't drop origin blobs as eagerlyDavid Kastrup
2019-03-07Merge branch 'wh/author-committer-ident-config'Junio C Hamano
2019-02-04config: allow giving separate author and committer identsWilliam Hubbs
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy
2018-11-12blame.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy
2018-09-21blame.c: rename "repo" argument to "r"Nguyễn Thái Ngọc Duy
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King