Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26blame.h: remove unnecessary includesElijah Newren
2023-07-21blame: allow --contents to work with bare repoHan Young
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-05-02Merge branch 'jk/blame-fake-commit-label'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-25blame: use different author name for fake commit generated by --contentsJacob Keller
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-05Merge branch 'jk/blame-contents-with-arbitrary-commit'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-24blame: allow --contents to work with non-HEAD commitJacob Keller
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-08-03Merge branch 'rs/mergesort'Junio C Hamano
2022-07-18blame: use DEFINE_LIST_SORTRené Scharfe
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-02-26Merge branch 'ab/diff-free-more'Junio C Hamano
2022-02-17diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason
2022-01-12git-rev-list: add --exclude-first-parent-only flagJerry Zhang
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-11-22Merge branch 'en/strmap'Junio C Hamano
2020-11-02hashmap: provide deallocation function namesElijah Newren
2020-11-02blame: simplify 'setup_blame_bloom_data' interfacePhilippe Blain
2020-11-02blame: simplify 'setup_scoreboard' interfacePhilippe Blain
2020-10-12blame: handle deref_tag() returning NULLRené Scharfe
2020-09-30Merge branch 'tb/bloom-improvements'Junio C Hamano
2020-09-19Merge branch 'ea/blame-use-oideq'Junio C Hamano
2020-09-17bloom: split 'get_bloom_filter()' in twoTaylor Blau
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau
2020-09-09blame.c: replace instance of !oidcmp for oideqEdmundo Carmona Antoranz
2020-08-13blame: only coalesce lines that are adjacent in resultJeff King
2020-06-18commit: move members graph_pos, generation to a slabAbhishek Kumar
2020-04-24blame: drop unused parameter from maybe_changed_pathJeff King
2020-04-17blame: use changed-path Bloom filtersDerrick Stolee
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong
2019-10-07hashmap: use *_entry APIs for iterationEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong