]> git.ipfire.org Git - thirdparty/git.git/commit
attr.h: remove duplicate struct definition
authorElia Pinto <gitter.spiros@gmail.com>
Mon, 14 Mar 2022 00:23:27 +0000 (00:23 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Mar 2022 05:41:08 +0000 (05:41 +0000)
commitaa3e9e61c12a41954aa2cad3f25b0b36dafb903f
treef17f7d8dd3ee89520174cb4e3e024a3f3607421e
parent12e3b084de4fd5dd7ca879f3281402d200ddd6d1
attr.h: remove duplicate struct definition

struct index_state is declared more than once.

Signed-off-by: Elia Pinto <gitter.spiros@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.h