Re: [PATCH 1/6] sha1-file.c: remove the_repo from read_object_with_reference()

2019-06-27 Thread Duy Nguyen
On Thu, Jun 27, 2019 at 7:54 PM Johannes Schindelin wrote: > > Hi Duy, > > On Mon, 24 Jun 2019, Nguyễn Thái Ngọc Duy wrote: > > > diff --git a/builtin/grep.c b/builtin/grep.c > > index 580fd38f41..85da7ee542 100644 > > --- a/builtin/grep.c > > +++ b/builtin/grep.c > > @@ -458,7 +458,8 @@ static in

Re: [PATCH 1/6] sha1-file.c: remove the_repo from read_object_with_reference()

2019-06-27 Thread Johannes Schindelin
Hi Duy, On Mon, 24 Jun 2019, Nguyễn Thái Ngọc Duy wrote: > diff --git a/builtin/grep.c b/builtin/grep.c > index 580fd38f41..85da7ee542 100644 > --- a/builtin/grep.c > +++ b/builtin/grep.c > @@ -458,7 +458,8 @@ static int grep_submodule(struct grep_opt *opt, > object = parse_object_o

[PATCH 1/6] sha1-file.c: remove the_repo from read_object_with_reference()

2019-06-24 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- builtin/cat-file.c | 3 ++- builtin/grep.c | 6 -- builtin/pack-objects.c | 3 ++- cache.h| 3 ++- fast-import.c | 9 ++--- sha1-file.c| 5 +++-- tree-walk.c| 7 --- 7 files changed, 2