summaryrefslogtreecommitdiffstats
path: root/blame.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
* use CALLOC_ARRAYRené Scharfe2021-03-131-9/+8
* Merge branch 'en/strmap'Junio C Hamano2020-11-211-1/+1
|\
| * hashmap: provide deallocation function namesElijah Newren2020-11-021-1/+1
* | blame: simplify 'setup_blame_bloom_data' interfacePhilippe Blain2020-11-011-3/+2
* | blame: simplify 'setup_scoreboard' interfacePhilippe Blain2020-11-011-6/+5
* | blame: handle deref_tag() returning NULLRené Scharfe2020-10-121-3/+3
|/
* Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-291-3/+5
|\
| * bloom: split 'get_bloom_filter()' in twoTaylor Blau2020-09-171-1/+1
| * commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau2020-09-091-2/+4
* | Merge branch 'ea/blame-use-oideq'Junio C Hamano2020-09-181-2/+2
|\ \
| * | blame.c: replace instance of !oidcmp for oideqEdmundo Carmona Antoranz2020-09-081-2/+2
* | | blame: only coalesce lines that are adjacent in resultJeff King2020-08-131-0/+1
| |/ |/|
* | commit: move members graph_pos, generation to a slabAbhishek Kumar2020-06-171-1/+1
|/
* blame: drop unused parameter from maybe_changed_pathJeff King2020-04-231-3/+1
* blame: use changed-path Bloom filtersDerrick Stolee2020-04-161-9/+130
* Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-11/+14
|\
| * hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-6/+4
| * OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong2019-10-071-2/+0
| * hashmap: introduce hashmap_free_entriesEric Wong2019-10-071-1/+1
| * hashmap: use *_entry APIs for iterationEric Wong2019-10-071-4/+6
| * hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-3/+8
| * hashmap_remove takes "const struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_get takes "const struct hashmap_entry *"Eric Wong2019-10-071-3/+3
| * hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* | blame: remove needless comparison with GIT_SHA1_HEXSZbrian m. carlson2019-08-191-1/+1
|/
* Merge branch 'nd/tree-walk-with-repo'Junio C Hamano2019-07-191-2/+2
|\
| * tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy2019-06-271-2/+2
* | Merge branch 'br/blame-ignore'Junio C Hamano2019-07-191-56/+959
|\ \ | |/ |/|
| * blame: drop some unused function parametersJeff King2019-06-281-4/+3
| * blame: use the fingerprint heuristic to match ignored linesBarret Rhoden2019-06-201-5/+55
| * blame: add a fingerprint heuristic to match ignored linesMichael Platings2019-06-201-0/+642
| * blame: optionally track line fingerprints during fill_blame_origin()Barret Rhoden2019-05-161-30/+60
| * blame: add config options for the output of ignored or unblamable linesBarret Rhoden2019-05-161-1/+13
| * blame: add the ability to ignore commits and their changesBarret Rhoden2019-05-161-9/+167
| * blame: use a helper function in blame_chunk()Barret Rhoden2019-05-161-16/+28
* | Merge branch 'en/merge-directory-renames'Junio C Hamano2019-05-091-1/+1
|\ \
| * | Use 'unsigned short' for mode, like diff_filespec doesElijah Newren2019-04-081-1/+1
* | | Merge branch 'dk/blame-keep-origin-blob'Junio C Hamano2019-04-251-1/+2
|\ \ \ | |/ / |/| |
| * | blame.c: don't drop origin blobs as eagerlyDavid Kastrup2019-04-031-1/+2
* | | Merge branch 'wh/author-committer-ident-config'Junio C Hamano2019-03-071-1/+2
|\ \ \ | |/ / |/| |
| * | config: allow giving separate author and committer identsWilliam Hubbs2019-02-041-1/+2
| |/
* / read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy2019-01-141-2/+2
|/
* blame.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-11-121-17/+22
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-30/+33
|\
| * diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-9/+11
| * diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy2018-09-211-3/+4
| * blame.c: rename "repo" argument to "r"Nguyễn Thái Ngọc Duy2018-09-211-18/+18
* | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-2/+2