[PATCH v2 08/10] commit: convert parts to struct object_id

2015-03-13 Thread brian m. carlson
Convert struct commit_graft and necessary local parts of commit.c. Also, convert several constants based on the hex length of an SHA-1 to use GIT_SHA1_HEXSZ, and move several magic constants into variables for readability. Signed-off-by: brian m. carlson --- commit.c | 56 ++

Re: [PATCH v2 08/10] commit: convert parts to struct object_id

2015-03-11 Thread Michael Haggerty
On 03/08/2015 12:24 AM, brian m. carlson wrote: > Convert struct commit_graft and necessary local parts of commit.c. > > Signed-off-by: brian m. carlson > --- > commit.c | 32 > commit.h | 4 ++-- > log-tree.c| 2 +- > send-pack.c | 2 +- > sha

[PATCH v2 08/10] commit: convert parts to struct object_id

2015-03-07 Thread brian m. carlson
Convert struct commit_graft and necessary local parts of commit.c. Signed-off-by: brian m. carlson --- commit.c | 32 commit.h | 4 ++-- log-tree.c| 2 +- send-pack.c | 2 +- shallow.c | 8 upload-pack.c | 2 +- 6 files changed,