[PATCH aiaiai 7/9] aiaiai: don't display log output from git-find-base

Keller, Jacob E jacob.e.keller at intel.com
Mon Apr 28 11:51:37 PDT 2014


On Fri, 2014-04-25 at 17:29 -0700, Artem Bityutskiy wrote:
> On Wed, 2014-04-09 at 15:26 -0700, Jacob Keller wrote:
> > -	commit="$(git --git-dir="$(git_dir "$pcfg_path")" find-base "$pcfg_branch" "${branch_base:-$pcfg_branch}^!" < "$mbox" \
> > +	commit="$(git --git-dir="$(git_dir "$pcfg_path")" find-base "$pcfg_branch" "${branch_base:-$pcfg_branch}^!" 2>>"$tmp_find_base" < "$mbox" \
> >  		|| verbose "No matching base commit in project $prj" )"
> 
> I'd made these lines shorter, but this is matter of taste. Pushed,
> thanks!
> 

I would as well, but I wasn't sure the best way in shell to do this..
Any suggestions?

Thanks!

Regards,
Jake


More information about the aiaiai mailing list