- 4e0d160 Merge branch 'rs/mergesort' by Junio C Hamano · 2 years, 7 months ago
- 47c30f7 blame: use DEFINE_LIST_SORT by René Scharfe · 2 years, 8 months ago
- 538dc45 Merge branch 'ep/maint-equals-null-cocci' by Junio C Hamano · 2 years, 10 months ago
- afe8a90 tree-wide: apply equals-null.cocci by Junio C Hamano · 2 years, 10 months ago
- 362f869 Merge branch 'ab/diff-free-more' by Junio C Hamano · 3 years ago
- 244c272 diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec) by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
- 9d505b7 git-rev-list: add --exclude-first-parent-only flag by Jerry Zhang · 3 years, 2 months ago
- 1422844 hash: provide per-algorithm null OIDs by brian m. carlson · 3 years, 11 months ago
- ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
- bf0a430 Merge branch 'en/strmap' by Junio C Hamano · 4 years, 4 months ago
- 6da1a25 hashmap: provide deallocation function names by Elijah Newren · 4 years, 4 months ago
- 3af31e8 blame: simplify 'setup_blame_bloom_data' interface by Philippe Blain · 4 years, 4 months ago
- 88894aa blame: simplify 'setup_scoreboard' interface by Philippe Blain · 4 years, 4 months ago
- db7d07f blame: handle deref_tag() returning NULL by René Scharfe · 4 years, 5 months ago
- 288ed98 Merge branch 'tb/bloom-improvements' by Junio C Hamano · 4 years, 5 months ago
- e1dd499 Merge branch 'ea/blame-use-oideq' by Junio C Hamano · 4 years, 6 months ago
- 312cff5 bloom: split 'get_bloom_filter()' in two by Taylor Blau · 4 years, 6 months ago
- 4f36440 commit-graph: introduce 'get_bloom_filter_settings()' by Taylor Blau · 4 years, 6 months ago
- 1302bad blame.c: replace instance of !oidcmp for oideq by Edmundo Carmona Antoranz · 4 years, 6 months ago
- c2ebaa2 blame: only coalesce lines that are adjacent in result by Jeff King · 4 years, 7 months ago
- c49c82a commit: move members graph_pos, generation to a slab by Abhishek Kumar · 4 years, 9 months ago
- fe88f9f blame: drop unused parameter from maybe_changed_path by Jeff King · 4 years, 11 months ago
- 0906ac2 blame: use changed-path Bloom filters by Derrick Stolee · 5 years ago
- 5efabc7 Merge branch 'ew/hashmap' by Junio C Hamano · 5 years ago
- 404ab78 hashmap: remove type arg from hashmap_{get,put,remove}_entry by Eric Wong · 5 years ago
- 23dee69 OFFSETOF_VAR macro to simplify hashmap iterators by Eric Wong · 5 years ago
- c8e424c hashmap: introduce hashmap_free_entries by Eric Wong · 5 years ago
- 87571c3 hashmap: use *_entry APIs for iteration by Eric Wong · 5 years ago
- f23a465 hashmap_get{,_from_hash} return "struct hashmap_entry *" by Eric Wong · 5 years ago
- 28ee794 hashmap_remove takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
- b6c5241 hashmap_get takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
- b94e5c1 hashmap_add takes "struct hashmap_entry *" by Eric Wong · 5 years ago
- d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 5 years ago
- fee4930 blame: remove needless comparison with GIT_SHA1_HEXSZ by brian m. carlson · 6 years ago
- 1eb0a12 Merge branch 'nd/tree-walk-with-repo' by Junio C Hamano · 6 years ago
- 209f075 Merge branch 'br/blame-ignore' by Junio C Hamano · 6 years ago
- 07a54dc blame: drop some unused function parameters by Jeff King · 6 years ago
- 50ddb08 tree-walk.c: remove the_repo from get_tree_entry() by Nguyễn Thái Ngọc Duy · 6 years ago
- a07a977 blame: use the fingerprint heuristic to match ignored lines by Barret Rhoden · 6 years ago
- 1d028dc blame: add a fingerprint heuristic to match ignored lines by Michael Platings · 6 years ago
- 1fc7338 blame: optionally track line fingerprints during fill_blame_origin() by Barret Rhoden · 6 years ago
- 8934ac8 blame: add config options for the output of ignored or unblamable lines by Barret Rhoden · 6 years ago
- ae3f36d blame: add the ability to ignore commits and their changes by Barret Rhoden · 6 years ago
- 55f808f blame: use a helper function in blame_chunk() by Barret Rhoden · 6 years ago
- 96379f0 Merge branch 'en/merge-directory-renames' by Junio C Hamano · 6 years ago
- 4d8c4da Merge branch 'dk/blame-keep-origin-blob' by Junio C Hamano · 6 years ago
- 5ec1e72 Use 'unsigned short' for mode, like diff_filespec does by Elijah Newren · 6 years ago
- f892014 blame.c: don't drop origin blobs as eagerly by David Kastrup · 6 years ago
- 4e021dc Merge branch 'wh/author-committer-ident-config' by Junio C Hamano · 6 years ago
- 39ab4d0 config: allow giving separate author and committer idents by William Hubbs · 6 years ago
- e1ff0a3 read-cache.c: kill read_index() by Nguyễn Thái Ngọc Duy · 6 years ago
- fb998ea blame.c: remove implicit dependency the_repository by Nguyễn Thái Ngọc Duy · 6 years ago
- 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
- e675765 diff.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
- 6afaf80 diff.c: remove the_index dependency in textconv() functions by Nguyễn Thái Ngọc Duy · 6 years ago
- a470bee blame.c: rename "repo" argument to "r" by Nguyễn Thái Ngọc Duy · 6 years ago
- 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
- 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
- 7ae96e3 Merge branch 'ab/unconditional-free-and-null' by Junio C Hamano · 7 years ago
- ce528de refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x) by Ævar Arnfjörð Bjarmason · 7 years ago
- ecbbc0a blame.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
- ae533c4 Merge branch 'jm/cache-entry-from-mem-pool' by Junio C Hamano · 7 years ago
- a849735 block alloc: add lifecycle APIs for cache_entry structs by Jameson Miller · 7 years ago
- a74093d tag: add repository argument to deref_tag by Stefan Beller · 7 years ago
- 5e0c636 commit: add repository argument to set_commit_buffer by Stefan Beller · 7 years ago
- 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller · 7 years ago
- 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
- b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
- 1102405 Merge branch 'sb/object-store-alloc' by Junio C Hamano · 7 years ago
- b3b2aaf Merge branch 'nd/commit-util-to-slab' by Junio C Hamano · 7 years ago
- 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
- fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
- c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
- 4e0df4e blame: use commit-slab for blame suspects instead of commit->util by Nguyễn Thái Ngọc Duy · 7 years ago
- 102de88 path.c: migrate global git_path_* to take a repository argument by Stefan Beller · 7 years ago
- cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
- 14ba97f alloc: allow arbitrary repositories for alloc functions by Stefan Beller · 7 years ago
- 8ba0e5e alloc: add repository argument to alloc_commit_node by Stefan Beller · 7 years ago
- 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
- 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
- 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
- 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 7 years ago
- 2d5792f Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees by Junio C Hamano · 7 years ago
- b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
- 916bc35 tree-walk: convert tree entry functions to object_id by brian m. carlson · 7 years ago
- abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
- 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 7 years ago
- abeacb2 blame: rename 'this' variables by Brandon Williams · 7 years ago
- 829e5c3 sha1_file: convert pretend_sha1_file to object_id by Patryk Obara · 7 years ago
- 8cc6332 Merge branch 'bw/diff-opt-impl-to-bitfields' by Junio C Hamano · 7 years ago
- 0d1e0e7 diff: make struct diff_flags members lowercase by Brandon Williams · 7 years ago
- 23dcf77 diff: remove DIFF_OPT_SET macro by Brandon Williams · 7 years ago
- 3b69dae diff: remove DIFF_OPT_TST macro by Brandon Williams · 7 years ago
- 49e6147 refs: convert resolve_ref_unsafe to struct object_id by brian m. carlson · 7 years ago
- 483709a Merge branch 'js/blame-lib' by Junio C Hamano · 8 years ago
- 9e7d8a9 blame: fix memory corruption scrambling revision name in error message by SZEDER Gábor · 8 years ago
- 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
- 5812b3f Merge branch 'bw/ls-files-sans-the-index' by Junio C Hamano · 8 years ago
- a6f38c1 Merge branch 'bw/object-id' by Junio C Hamano · 8 years ago
- e140f7a coccinelle: make use of the "expression" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago