]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
commit: move members graph_pos, generation to a slab
authorAbhishek Kumar <abhishekkumar8222@gmail.com>
Wed, 17 Jun 2020 09:14:10 +0000 (14:44 +0530)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Jun 2020 21:37:30 +0000 (14:37 -0700)
commitc49c82aa4c1036ba1629f73223cff53230e695f3
tree91592f05de84792ad87abc8515662353a4fe6390
parent4844812b9ec9bc6ffdc2da2c54d9146ff4c97d94
commit: move members graph_pos, generation to a slab

We remove members `graph_pos` and `generation` from the struct commit.
The default assignments in init_commit_node() are no longer valid,
which is fine as the slab helpers return appropriate default values and
the assignments are removed.

We will replace existing use of commit->generation and commit->graph_pos
by commit_graph_data_slab helpers using
`contrib/coccinelle/commit.cocci'.

Signed-off-by: Abhishek Kumar <abhishekkumar8222@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
alloc.c
blame.c
bloom.c
commit-graph.c
commit-reach.c
commit.c
commit.h
contrib/coccinelle/commit.cocci
revision.c