Re: [PATCH v2 10/32] commit.c: add repo_get_commit_tree()

2019-04-05 Thread Johannes Schindelin
Hi Duy, On Fri, 5 Apr 2019, Duy Nguyen wrote: > On Fri, Apr 5, 2019 at 12:04 AM SZEDER Gábor wrote: > > > struct object_id *get_commit_tree_oid(const struct commit *); > > > > > > /* > > > diff --git a/contrib/coccinelle/commit.cocci > > > b/contrib/coccinelle/commit.cocci > > > index c49aa5

Re: [PATCH v2 10/32] commit.c: add repo_get_commit_tree()

2019-04-05 Thread Duy Nguyen
On Fri, Apr 5, 2019 at 12:04 AM SZEDER Gábor wrote: > > struct object_id *get_commit_tree_oid(const struct commit *); > > > > /* > > diff --git a/contrib/coccinelle/commit.cocci > > b/contrib/coccinelle/commit.cocci > > index c49aa558f0..f5bc639981 100644 > > --- a/contrib/coccinelle/commit.coc

Re: [PATCH v2 10/32] commit.c: add repo_get_commit_tree()

2019-04-04 Thread SZEDER Gábor
On Wed, Apr 03, 2019 at 06:34:35PM +0700, Nguyễn Thái Ngọc Duy wrote: > Signed-off-by: Nguyễn Thái Ngọc Duy Oh, look, an empty commit message ;) > --- > commit.c| 5 +++-- > commit.h| 3 ++- > contrib/coccinelle/commit.cocci | 4 ++-- > 3 files ch

[PATCH v2 10/32] commit.c: add repo_get_commit_tree()

2019-04-03 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- commit.c| 5 +++-- commit.h| 3 ++- contrib/coccinelle/commit.cocci | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/commit.c b/commit.c index a5333c7ac6..f0a5506f04 100644 --- a/commit