Re: [meta-arago] [PATCH 4/6] sourceipk: Fix issue with git fetch when shallow clone is used

2015-02-02 Thread Cooper Jr., Franklin
> -Original Message- > From: Dmytriyenko, Denys > Sent: Monday, February 02, 2015 3:04 PM > To: Cooper Jr., Franklin > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] [PATCH 4/6] sourceipk: Fix issue with git fetch > when shallow clone is used > >

Re: [meta-arago] [PATCH 4/6] sourceipk: Fix issue with git fetch when shallow clone is used

2015-02-02 Thread Denys Dmytriyenko
On Fri, Jan 30, 2015 at 04:31:37PM -0600, Franklin S. Cooper Jr wrote: > From: "Franklin S. Cooper Jr" > > * When shallow clone is used for some reason running git fetch on the > repository > didn't end up making it completely whole (fetch all commits). > * Even worse the copied repository did

[meta-arago] [PATCH 4/6] sourceipk: Fix issue with git fetch when shallow clone is used

2015-01-30 Thread Franklin S. Cooper Jr
From: "Franklin S. Cooper Jr" * When shallow clone is used for some reason running git fetch on the repository didn't end up making it completely whole (fetch all commits). * Even worse the copied repository didn't have a proper way to reference or fetch remote branches or tags. * For some re