summaryrefslogtreecommitdiff
path: root/blame.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/blame-fake-commit-label'Junio C Hamano2023-05-021-2/+6
|\
| * blame: use different author name for fake commit generated by --contentsJacob Keller2023-04-241-2/+6
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+2
|\ \ | |/ |/|
| * treewide: be explicit about dependence on convert.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-6/+9
| |\
* | \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+2
|\ \ \ | |/ /
| * | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-6/+9
|\ \ \ | | |/ | |/|
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+7
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
* | | Merge branch 'jk/blame-contents-with-arbitrary-commit'Junio C Hamano2023-04-041-14/+26
|\ \ \ | |_|/ |/| |
| * | blame: allow --contents to work with non-HEAD commitJacob Keller2023-03-241-14/+26
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* Merge branch 'rs/mergesort'Junio C Hamano2022-08-031-21/+9
|\
| * blame: use DEFINE_LIST_SORTRené Scharfe2022-07-171-21/+9
* | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-3/+3
|\ \ | |/ |/|
| * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-3/+3
* | Merge branch 'ab/diff-free-more'Junio C Hamano2022-02-251-3/+0
|\ \
| * | diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason2022-02-161-3/+0
| |/
* | git-rev-list: add --exclude-first-parent-only flagJerry Zhang2022-01-121-1/+1
|/
* 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
|\