]> git.ipfire.org Git - thirdparty/git.git/commit - shallow.c
shallow: migrate shallow information into the object parser
authorStefan Beller <sbeller@google.com>
Thu, 17 May 2018 22:51:52 +0000 (15:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 May 2018 23:13:10 +0000 (08:13 +0900)
commiteee4502baaf8f82c20bcda70625df56ce68dd9b1
tree76bdb6640a4a9809a49e9d53c3b8bf26469473d8
parent102de880d24fe66a8916e7c984e5bf8db6be047c
shallow: migrate shallow information into the object parser

We need to convert the shallow functions all at the same time
as we move the data structures they operate on into the repository.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit.h
object.c
object.h
shallow.c