147 Commits (1df318be6342b6c1fd57911e45c107f720b53131)

Author SHA1 Message Date
brian m. carlson 14228447c9 hash: provide per-algorithm null OIDs 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
René Scharfe 241b5d3ebe fix xcalloc() argument order 4 years ago
Elijah Newren 6da1a25814 hashmap: provide deallocation function names 4 years ago
Philippe Blain 3af31e8786 blame: simplify 'setup_blame_bloom_data' interface 4 years ago
Philippe Blain 88894aaeea blame: simplify 'setup_scoreboard' interface 4 years ago
René Scharfe db7d07f610 blame: handle deref_tag() returning NULL 4 years ago
Taylor Blau 312cff5207 bloom: split 'get_bloom_filter()' in two 4 years ago
Taylor Blau 4f3644056a commit-graph: introduce 'get_bloom_filter_settings()' 4 years ago
Edmundo Carmona Antoranz 1302badd16 blame.c: replace instance of !oidcmp for oideq 5 years ago
Jeff King c2ebaa27d6 blame: only coalesce lines that are adjacent in result 5 years ago
Abhishek Kumar c49c82aa4c commit: move members graph_pos, generation to a slab 5 years ago
Jeff King fe88f9f91f blame: drop unused parameter from maybe_changed_path 5 years ago
Derrick Stolee 0906ac2b54 blame: use changed-path Bloom filters 5 years ago
Eric Wong 404ab78e39 hashmap: remove type arg from hashmap_{get,put,remove}_entry 5 years ago
Eric Wong 23dee69f53 OFFSETOF_VAR macro to simplify hashmap iterators 5 years ago
Eric Wong c8e424c9c9 hashmap: introduce hashmap_free_entries 5 years ago
Eric Wong 87571c3f71 hashmap: use *_entry APIs for iteration 5 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 5 years ago
Eric Wong 28ee794128 hashmap_remove takes "const struct hashmap_entry *" 5 years ago
Eric Wong b6c5241606 hashmap_get takes "const struct hashmap_entry *" 5 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 5 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 5 years ago
brian m. carlson fee49308a1 blame: remove needless comparison with GIT_SHA1_HEXSZ 6 years ago
Jeff King 07a54dc307 blame: drop some unused function parameters 6 years ago
Nguyễn Thái Ngọc Duy 50ddb089ff tree-walk.c: remove the_repo from get_tree_entry() 6 years ago
Barret Rhoden a07a97760c blame: use the fingerprint heuristic to match ignored lines 6 years ago
Michael Platings 1d028dc682 blame: add a fingerprint heuristic to match ignored lines 6 years ago
Barret Rhoden 1fc73384ba blame: optionally track line fingerprints during fill_blame_origin() 6 years ago
Barret Rhoden 8934ac8c92 blame: add config options for the output of ignored or unblamable lines 6 years ago
Barret Rhoden ae3f36dea1 blame: add the ability to ignore commits and their changes 6 years ago
Barret Rhoden 55f808fbc5 blame: use a helper function in blame_chunk() 6 years ago
Elijah Newren 5ec1e72823 Use 'unsigned short' for mode, like diff_filespec does 6 years ago
David Kastrup f892014943 blame.c: don't drop origin blobs as eagerly 6 years ago
William Hubbs 39ab4d0951 config: allow giving separate author and committer idents 6 years ago
Nguyễn Thái Ngọc Duy e1ff0a32e4 read-cache.c: kill read_index() 6 years ago
Nguyễn Thái Ngọc Duy fb998eae6c blame.c: remove implicit dependency the_repository 6 years ago
Nguyễn Thái Ngọc Duy e675765235 diff.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 6afaf80785 diff.c: remove the_index dependency in textconv() functions 6 years ago
Nguyễn Thái Ngọc Duy a470beea39 blame.c: rename "repo" argument to "r" 6 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Ævar Arnfjörð Bjarmason ce528de023 refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x) 7 years ago
Nguyễn Thái Ngọc Duy ecbbc0a53b blame.c: remove implicit dependency on the_index 7 years ago
Jameson Miller a849735bfb block alloc: add lifecycle APIs for cache_entry structs 7 years ago
Stefan Beller a74093da5e tag: add repository argument to deref_tag 7 years ago
Stefan Beller 5e0c63604d commit: add repository argument to set_commit_buffer 7 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 7 years ago
Nguyễn Thái Ngọc Duy 4e0df4e663 blame: use commit-slab for blame suspects instead of commit->util 7 years ago