[PATCH 17/19] shallow: migrate shallow information into the object parser

2018-05-17 Thread Stefan Beller
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 --- commit.h | 9 +++-- object.c | 3 +++ object.h | 4 shallow.c | 50

[PATCH 17/19] shallow: migrate shallow information into the object parser

2018-05-15 Thread Stefan Beller
Signed-off-by: Stefan Beller --- commit.h | 9 +++-- object.c | 3 +++ object.h | 4 shallow.c | 50 -- 4 files changed, 34 insertions(+), 32 deletions(-) diff --git a/commit.h b/commit.h index