summary refs log tree commit diff
path: root/blame.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-25Merge branch 'ab/diff-free-more'Junio C Hamano1-3/+0
2022-02-16diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason1-3/+0
2022-01-12git-rev-list: add --exclude-first-parent-only flagJerry Zhang1-1/+1
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-1/+1
2021-03-13use CALLOC_ARRAYRené Scharfe1-9/+8
2020-11-21Merge branch 'en/strmap'Junio C Hamano1-1/+1
2020-11-02hashmap: provide deallocation function namesElijah Newren1-1/+1
2020-11-01blame: simplify 'setup_blame_bloom_data' interfacePhilippe Blain1-3/+2
2020-11-01blame: simplify 'setup_scoreboard' interfacePhilippe Blain1-6/+5
2020-10-12blame: handle deref_tag() returning NULLRené Scharfe1-3/+3
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano1-3/+5
2020-09-18Merge branch 'ea/blame-use-oideq'Junio C Hamano1-2/+2
2020-09-17bloom: split 'get_bloom_filter()' in twoTaylor Blau1-1/+1
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau1-2/+4
2020-09-08blame.c: replace instance of !oidcmp for oideqEdmundo Carmona Antoranz1-2/+2
2020-08-13blame: only coalesce lines that are adjacent in resultJeff King1-0/+1
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar1-1/+1
2020-04-23blame: drop unused parameter from maybe_changed_pathJeff King1-3/+1
2020-04-16blame: use changed-path Bloom filtersDerrick Stolee1-9/+130
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano1-11/+14
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong1-6/+4
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong1-2/+0
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong1-1/+1
2019-10-07hashmap: use *_entry APIs for iterationEric Wong1-4/+6
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong1-3/+8
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong1-3/+3
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-08-19blame: remove needless comparison with GIT_SHA1_HEXSZbrian m. carlson1-1/+1
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano1-2/+2
2019-07-19Merge branch 'br/blame-ignore'Junio C Hamano1-56/+959
2019-06-28blame: drop some unused function parametersJeff King1-4/+3
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy1-2/+2
2019-06-20blame: use the fingerprint heuristic to match ignored linesBarret Rhoden1-5/+55
2019-06-20blame: add a fingerprint heuristic to match ignored linesMichael Platings1-0/+642
2019-05-16blame: optionally track line fingerprints during fill_blame_origin()Barret Rhoden1-30/+60
2019-05-16blame: add config options for the output of ignored or unblamable linesBarret Rhoden1-1/+13
2019-05-16blame: add the ability to ignore commits and their changesBarret Rhoden1-9/+167
2019-05-16blame: use a helper function in blame_chunk()Barret Rhoden1-16/+28
2019-05-09Merge branch 'en/merge-directory-renames'Junio C Hamano1-1/+1
2019-04-25Merge branch 'dk/blame-keep-origin-blob'Junio C Hamano1-1/+2
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren1-1/+1
2019-04-03blame.c: don't drop origin blobs as eagerlyDavid Kastrup1-1/+2
2019-03-07Merge branch 'wh/author-committer-ident-config'Junio C Hamano1-1/+2
2019-02-04config: allow giving separate author and committer identsWilliam Hubbs1-1/+2
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy1-2/+2
2018-11-12blame.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy1-17/+22
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-30/+33
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-9/+11